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