Searched refs:truncIndex (Results 1 – 1 of 1) sorted by relevance
89 int truncIndex = locale.lastIndexOf('-'); in getParentLocale() local90 if (truncIndex > 0) { in getParentLocale()91 locale = locale.substring(0, truncIndex); in getParentLocale()