HomeSort by relevance Sort by last modified time
    Searched refs:countOfLongestMatch (Results 1 - 5 of 5) sorted by null

  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
TimeUnitFormat.java 266 String countOfLongestMatch = null;
309 countOfLongestMatch = count;
320 if (countOfLongestMatch.equals("zero")) {
322 } else if (countOfLongestMatch.equals("one")) {
324 } else if (countOfLongestMatch.equals("two")) {
  /external/icu/icu4c/source/i18n/
tmutfmt.cpp 180 UnicodeString* countOfLongestMatch = NULL;
245 countOfLongestMatch = count;
257 if (0 == countOfLongestMatch->compare(PLURAL_COUNT_ZERO, 4)) {
259 } else if (0 == countOfLongestMatch->compare(PLURAL_COUNT_ONE, 3)) {
261 } else if (0 == countOfLongestMatch->compare(PLURAL_COUNT_TWO, 3)) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 81 milliseconds