Searched refs:lastUnderscore (Results 1 – 2 of 2) sorted by relevance
1647 const char *lastUnderscore; in uloc_getParent() local1656 lastUnderscore=uprv_strrchr(localeID, '_'); in uloc_getParent()1657 if(lastUnderscore!=NULL) { in uloc_getParent()1658 i=(int32_t)(lastUnderscore-localeID); in uloc_getParent()
903 const char* lastUnderscore = nullptr; in checkTokens() local911 lastUnderscore = firstMember.fChar; in checkTokens()913 if (lastUnderscore) { in checkTokens()914 ++lastUnderscore; in checkTokens()915 string enumName(lastUnderscore, wordEnd - lastUnderscore); in checkTokens()