Home | History | Annotate | Download | only in intltest

Lines Matching refs:localeSet

843     UHashtable *localeSet = uhash_open(uhash_hashUnicodeString, uhash_compareUnicodeString, uhash_compareLong, &status);
844 uhash_setKeyDeleter(localeSet, uprv_deleteUObject);
863 int32_t oldVal = uhash_puti(localeSet, new UnicodeString(locale), 1, &status);
921 uhash_close(localeSet);