Searched refs:getUnicodeKeywordValue (Results 1 – 3 of 3) sorted by relevance
692 void getUnicodeKeywordValue(StringPiece keywordName, ByteSink& sink, UErrorCode& status) const;708 inline StringClass getUnicodeKeywordValue(StringPiece keywordName, UErrorCode& status) const;1164 Locale::getUnicodeKeywordValue(StringPiece keywordName, UErrorCode& status) const in getUnicodeKeywordValue() function1168 getUnicodeKeywordValue(keywordName, sink, status); in getUnicodeKeywordValue()
1463 Locale::getUnicodeKeywordValue(StringPiece keywordName, in getUnicodeKeywordValue() function in Locale
1907 std::string result = l.getUnicodeKeywordValue<std::string>(keyword, status); in TestGetUnicodeKeywordValueStdString()