Searched refs:createKeywords (Results 1 – 5 of 5) sorted by relevance
443 StringEnumeration * createKeywords(UErrorCode &status) const;
434 TESTCLASSID_FACTORY_HIDDEN(KeywordEnumeration, Locale("@a=b").createKeywords(status)); in testIDs()
1626 keywords = l.createKeywords(status); in TestKeywordVariants()
1013 Locale::createKeywords(UErrorCode &status) const in createKeywords() function in Locale
632 LocalPointer<StringEnumeration> e(locale.createKeywords(status)); in localeDisplayName()