Searched refs:getIntValue (Results 1 – 2 of 2) sorted by relevance
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| D | Collator.java | 632 private static final int getIntValue(String keyword, String s, String... values) { in getIntValue() method in Collator 643 getIntValue(keyword, s, "space", "punct", "symbol", "currency", "digit"); in getReorderCode() 672 int strength = getIntValue("colStrength", value, in setAttributesFromKeywords() 697 int cf = getIntValue("colCaseFirst", value, "no", "lower", "upper"); in setAttributesFromKeywords() 715 getIntValue("colAlternate", value, "non-ignorable", "shifted") != 0); in setAttributesFromKeywords()
|
| /third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
| D | Collator.java | 662 private static final int getIntValue(String keyword, String s, String... values) { in getIntValue() method in Collator 673 getIntValue(keyword, s, "space", "punct", "symbol", "currency", "digit"); in getReorderCode() 702 int strength = getIntValue("colStrength", value, in setAttributesFromKeywords() 727 int cf = getIntValue("colCaseFirst", value, "no", "lower", "upper"); in setAttributesFromKeywords() 745 getIntValue("colAlternate", value, "non-ignorable", "shifted") != 0); in setAttributesFromKeywords()
|