Home
last modified time | relevance | path

Searched refs:gFew (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/icu/source/i18n/
Dstandardplural.cpp90 static const UChar gFew[] = u"few"; variable
117 } else if (keyword.compare(gFew, 3) == 0) { in indexOrNegativeFromString()
/third_party/icu/icu4c/source/i18n/
Dstandardplural.cpp90 static const UChar gFew[] = u"few"; variable
117 } else if (keyword.compare(gFew, 3) == 0) { in indexOrNegativeFromString()
/third_party/node/deps/icu-small/source/i18n/
Dstandardplural.cpp90 static const char16_t gFew[] = u"few"; variable
117 } else if (keyword.compare(gFew, 3) == 0) { in indexOrNegativeFromString()