Searched refs:codeArray (Results 1 – 5 of 5) sorted by relevance
| /external/icu/icu4c/source/i18n/unicode/ |
| D | tzfmt.h | 820 static UBool toCodePoints(const UnicodeString& str, UChar32* codeArray, int32_t capacity);
|
| /external/cronet/third_party/icu/source/i18n/unicode/ |
| D | tzfmt.h | 820 static UBool toCodePoints(const UnicodeString& str, UChar32* codeArray, int32_t capacity);
|
| /external/icu/libicu/cts_headers/unicode/ |
| D | tzfmt.h | 820 static UBool toCodePoints(const UnicodeString& str, UChar32* codeArray, int32_t capacity);
|
| /external/icu/icu4c/source/i18n/ |
| D | tzfmt.cpp | 2670 TimeZoneFormat::toCodePoints(const UnicodeString& str, UChar32* codeArray, int32_t size) { in toCodePoints() argument 2677 codeArray[idx] = str.char32At(start); in toCodePoints()
|
| /external/cronet/third_party/icu/source/i18n/ |
| D | tzfmt.cpp | 2678 TimeZoneFormat::toCodePoints(const UnicodeString& str, UChar32* codeArray, int32_t size) { in toCodePoints() argument 2685 codeArray[idx] = str.char32At(start); in toCodePoints()
|