Searched refs:hyphenPtr (Results 1 – 1 of 1) sorted by relevance
1403 char* hyphenPtr = uprv_strchr(cldrFieldKey, '-'); in getFieldAndWidthIndices() local1404 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()