Home | History | Annotate | Download | only in intltest

Lines Matching full:localeset

841     UHashtable *localeSet = uhash_open(uhash_hashUnicodeString, uhash_compareUnicodeString, uhash_compareLong, &status);
842 uhash_setKeyDeleter(localeSet, uprv_deleteUObject);
861 int32_t oldVal = uhash_puti(localeSet, new UnicodeString(locale), 1, &status);
919 uhash_close(localeSet);