Lines Matching refs:getLocale
74 lci = oObj.getLanguageCountryInfo(getLocale(i)); in _getLanguageCountryInfo()
102 ldi = oObj.getLocaleItem(getLocale(i)); in _getLocaleItem()
166 calendar = oObj.getAllCalendars(getLocale(i)); in _getAllCalendars()
192 currency = oObj.getAllCurrencies(getLocale(i)); in _getAllCurrencies()
218 format = oObj.getAllFormats(getLocale(i)); in _getAllFormats()
243 impl = oObj.getCollatorImplementations(getLocale(i)); in _getCollatorImplementations()
269 str = oObj.getSearchOptions(getLocale(i)); in _getSearchOptions()
295 str = oObj.getCollationOptions(getLocale(i)); in _getCollationOptions()
321 str = oObj.getTransliterations(getLocale(i)); in _getTransliterations()
347 fc = oObj.getForbiddenCharacters(getLocale(i)); in _getForbiddenCharacters()
369 str = oObj.getReservedWord(getLocale(i)); in _getReservedWord()
395 res &= contains(locs, getLocale(i)); in _getAllInstalledLocaleNames()
406 public Locale getLocale(int k) { in getLocale() method in _XLocaleData