Lines Matching refs:fLocaleNames
313 const char **fLocaleNames; member in ULocRuns
318 : LocaleRuns(0), fLocaleNames(NULL) in ULocRuns()
324 : LocaleRuns(0), fLocaleNames(NULL) in ULocRuns()
341 : LocaleRuns(getLocales(locales, count), limits, count), fLocaleNames(locales) in ULocRuns()
347 : LocaleRuns(initialCapacity), fLocaleNames(NULL) in ULocRuns()
350 fLocaleNames = LE_NEW_ARRAY(const char *, initialCapacity); in ULocRuns()
366 LE_DELETE_ARRAY(fLocaleNames); in ~ULocRuns()
367 fLocaleNames = NULL; in ~ULocRuns()
374 fLocaleNames = LE_NEW_ARRAY(const char *, capacity); in init()
380 fLocaleNames = (const char **) LE_GROW_ARRAY(fLocaleNames, capacity); in grow()
389 char **localeNames = (char **) fLocaleNames; in add()
403 return fLocaleNames[run]; in getLocaleName()