Searched refs:getUnicodeKeywordValue (Results 1 – 9 of 9) sorted by relevance
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | locid.h | 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() function 1168 getUnicodeKeywordValue(keywordName, sink, status); in getUnicodeKeywordValue()
|
/third_party/icu/icu4c/source/common/unicode/ |
D | locid.h | 694 void getUnicodeKeywordValue(StringPiece keywordName, ByteSink& sink, UErrorCode& status) const; 710 inline StringClass getUnicodeKeywordValue(StringPiece keywordName, UErrorCode& status) const; 1255 Locale::getUnicodeKeywordValue(StringPiece keywordName, UErrorCode& status) const in getUnicodeKeywordValue() function 1259 getUnicodeKeywordValue(keywordName, sink, status); in getUnicodeKeywordValue()
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | locid.h | 694 void getUnicodeKeywordValue(StringPiece keywordName, ByteSink& sink, UErrorCode& status) const; 710 inline StringClass getUnicodeKeywordValue(StringPiece keywordName, UErrorCode& status) const; 1255 Locale::getUnicodeKeywordValue(StringPiece keywordName, UErrorCode& status) const in getUnicodeKeywordValue() function 1259 getUnicodeKeywordValue(keywordName, sink, status); in getUnicodeKeywordValue()
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | locid.h | 694 void getUnicodeKeywordValue(StringPiece keywordName, ByteSink& sink, UErrorCode& status) const; 710 inline StringClass getUnicodeKeywordValue(StringPiece keywordName, UErrorCode& status) const; 1255 Locale::getUnicodeKeywordValue(StringPiece keywordName, UErrorCode& status) const in getUnicodeKeywordValue() function 1259 getUnicodeKeywordValue(keywordName, sink, status); in getUnicodeKeywordValue()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | loctest.cpp | 4146 std::string result = l.getUnicodeKeywordValue<std::string>(keyword, status); in TestGetUnicodeKeywordValueStdString() 5530 val = loc1.getUnicodeKeywordValue<std::string>("nu", status); in TestConstructorAcceptsBCP47() 5533 val = loc2.getUnicodeKeywordValue<std::string>("nu", status); in TestConstructorAcceptsBCP47() 5536 val = loc3.getUnicodeKeywordValue<std::string>("nu", status); in TestConstructorAcceptsBCP47() 5540 val = loc1.getUnicodeKeywordValue<std::string>("numbers", status); in TestConstructorAcceptsBCP47() 5543 val = loc2.getUnicodeKeywordValue<std::string>("numbers", status); in TestConstructorAcceptsBCP47() 5546 val = loc3.getUnicodeKeywordValue<std::string>("numbers", status); in TestConstructorAcceptsBCP47()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | locid.cpp | 1463 Locale::getUnicodeKeywordValue(StringPiece keywordName, in getUnicodeKeywordValue() function in Locale
|
/third_party/node/deps/icu-small/source/common/ |
D | locid.cpp | 2610 Locale::getUnicodeKeywordValue(StringPiece keywordName, in getUnicodeKeywordValue() function in Locale
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | locid.cpp | 2641 Locale::getUnicodeKeywordValue(StringPiece keywordName, in getUnicodeKeywordValue() function in Locale
|
/third_party/icu/icu4c/source/common/ |
D | locid.cpp | 2637 Locale::getUnicodeKeywordValue(StringPiece keywordName, in getUnicodeKeywordValue() function in Locale
|