Home
last modified time | relevance | path

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

/external/icu4c/common/
Duloc.c1875 const char *lastUnderscore; in uloc_getParent() local
1884 lastUnderscore=uprv_strrchr(localeID, '_'); in uloc_getParent()
1885 if(lastUnderscore!=NULL) { in uloc_getParent()
1886 i=(int32_t)(lastUnderscore-localeID); in uloc_getParent()