Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Duloc.cpp1647 const char *lastUnderscore; in uloc_getParent() local
1656 lastUnderscore=uprv_strrchr(localeID, '_'); in uloc_getParent()
1657 if(lastUnderscore!=NULL) { in uloc_getParent()
1658 i=(int32_t)(lastUnderscore-localeID); in uloc_getParent()
/external/skqp/tools/bookmaker/
DincludeParser.cpp903 const char* lastUnderscore = nullptr; in checkTokens() local
911 lastUnderscore = firstMember.fChar; in checkTokens()
913 if (lastUnderscore) { in checkTokens()
914 ++lastUnderscore; in checkTokens()
915 string enumName(lastUnderscore, wordEnd - lastUnderscore); in checkTokens()