Searched refs:getIntValue (Results 1 - 3 of 3) sorted by relevance
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
H A 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()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A 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/lame/frontend/ |
H A D | parse.c | 360 static int getIntValue(char const* token, char const* arg, int* ptr) in getIntValue() function 1621 argUsed = getIntValue(token, nextArg, &int_value); in parse_args_() 1640 argUsed = getIntValue(token, nextArg, &int_value); in parse_args_() 1676 argUsed = getIntValue(token, nextArg, &int_value); in parse_args_() 1763 argUsed = getIntValue(token, nextArg, &int_value); in parse_args_() 1892 argUsed = getIntValue(token, nextArg, &int_value); in parse_args_() 2103 argUsed = getIntValue(token, nextArg, &int_value); in parse_args_() 2205 argUsed = getIntValue(token, nextArg, &int_value); in parse_args_() 2210 argUsed = getIntValue(token, nextArg, &int_value); in parse_args_() 2232 argUsed = getIntValue(toke in parse_args_() [all...] |
Completed in 8 milliseconds