Searched refs:currTag (Results 1 – 1 of 1) sorted by relevance
526 const char *currTag = GET_TAG_STR(tags[t].tag); in getTagNumber() local527 if (uprv_strlen(currTag) == tagLen && !uprv_strnicmp(currTag, tag, tagLen)) { in getTagNumber()