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

  /external/chromium_org/third_party/icu/source/i18n/
tmutfmt.cpp 76 static const UChar PLURAL_COUNT_ONE[] = {LOW_O, LOW_N, LOW_E, 0};
331 } else if (0 == countOfLongestMatch->compare(PLURAL_COUNT_ONE, 3)) {
    [all...]
  /external/icu/icu4c/source/i18n/
tmutfmt.cpp 76 static const UChar PLURAL_COUNT_ONE[] = {LOW_O, LOW_N, LOW_E, 0};
258 } else if (0 == countOfLongestMatch->compare(PLURAL_COUNT_ONE, 3)) {

Completed in 287 milliseconds