Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddtptngen.cpp1403 char* hyphenPtr = uprv_strchr(cldrFieldKey, '-'); in getFieldAndWidthIndices() local
1404 if (hyphenPtr) { in getFieldAndWidthIndices()
1406 if (uprv_strcmp(CLDR_FIELD_WIDTH[i], hyphenPtr)==0) { in getFieldAndWidthIndices()
1411 *hyphenPtr = 0; // now delete width portion of key in getFieldAndWidthIndices()