Searched refs:PLURAL_COUNT_ONE (Results 1 – 3 of 3) sorted by relevance
/third_party/node/deps/icu-small/source/i18n/ |
D | tmutfmt.cpp | 80 static const char16_t PLURAL_COUNT_ONE[] = {LOW_O, LOW_N, LOW_E, 0}; variable 262 } else if (0 == countOfLongestMatch->compare(PLURAL_COUNT_ONE, 3)) { in parseObject()
|
/third_party/icu/icu4c/source/i18n/ |
D | tmutfmt.cpp | 80 static const UChar PLURAL_COUNT_ONE[] = {LOW_O, LOW_N, LOW_E, 0}; variable 262 } else if (0 == countOfLongestMatch->compare(PLURAL_COUNT_ONE, 3)) { in parseObject()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | tmutfmt.cpp | 80 static const UChar PLURAL_COUNT_ONE[] = {LOW_O, LOW_N, LOW_E, 0}; variable 262 } else if (0 == countOfLongestMatch->compare(PLURAL_COUNT_ONE, 3)) { in parseObject()
|