Lines Matching refs:fLocaleNames
313 const char **fLocaleNames; member in ULocRuns
317 : LocaleRuns(0), fLocaleNames(NULL) in ULocRuns()
323 : LocaleRuns(0), fLocaleNames(NULL) in ULocRuns()
340 : LocaleRuns(getLocales(locales, count), limits, count), fLocaleNames(locales) in ULocRuns()
346 : LocaleRuns(initialCapacity), fLocaleNames(NULL) in ULocRuns()
349 fLocaleNames = LE_NEW_ARRAY(const char *, initialCapacity); in ULocRuns()
365 LE_DELETE_ARRAY(fLocaleNames); in ~ULocRuns()
366 fLocaleNames = NULL; in ~ULocRuns()
373 fLocaleNames = LE_NEW_ARRAY(const char *, capacity); in init()
379 fLocaleNames = (const char **) LE_GROW_ARRAY(fLocaleNames, capacity); in grow()
388 char **localeNames = (char **) fLocaleNames; in add()
402 return fLocaleNames[run]; in getLocaleName()