Searched refs:lastUnderscore (Results 1 – 1 of 1) sorted by relevance
1875 const char *lastUnderscore; in uloc_getParent() local1884 lastUnderscore=uprv_strrchr(localeID, '_'); in uloc_getParent()1885 if(lastUnderscore!=NULL) { in uloc_getParent()1886 i=(int32_t)(lastUnderscore-localeID); in uloc_getParent()