Searched refs:hyphenPtr (Results 1 – 1 of 1) sorted by relevance
1519 char* hyphenPtr = uprv_strchr(cldrFieldKey, '-'); in getFieldAndWidthIndices() local1520 if (hyphenPtr) { in getFieldAndWidthIndices()1522 if (uprv_strcmp(CLDR_FIELD_WIDTH[i], hyphenPtr)==0) { in getFieldAndWidthIndices()1527 *hyphenPtr = 0; // now delete width portion of key in getFieldAndWidthIndices()