MCPcopy Create free account
hub / github.com/buggins/coolreader / byCode

Method byCode

android/src/org/coolreader/crengine/Engine.java:685–690  ·  view source on GitHub ↗
(String code)

Source from the content-addressed store, hash-verified

683 }
684
685 public static HyphDict byCode(String code) {
686 for (HyphDict dict : values)
687 if (dict.toString().equals(code))
688 return dict;
689 return NONE;
690 }
691
692 public static HyphDict byFileName(String fileName) {
693 for (HyphDict dict : values)

Callers 2

onCreateMethod · 0.95
setAppSettingsMethod · 0.95

Calls 2

equalsMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected