Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dcoll.cpp296 static const char *collReorderCodes[UCOL_REORDER_CODE_LIMIT - UCOL_REORDER_CODE_FIRST] = { variable
301 for (int32_t i = 0; i < UPRV_LENGTHOF(collReorderCodes); ++i) { in getReorderCode()
302 if (uprv_stricmp(s, collReorderCodes[i]) == 0) { in getReorderCode()