Searched refs:codeArray (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/common_os/include/external/icu/icu4c/source/i18n/unicode/ |
H A D | tzfmt.h | 820 static UBool toCodePoints(const UnicodeString& str, UChar32* codeArray, int32_t capacity);
|
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/unicode/ |
H A D | tzfmt.h | 820 static UBool toCodePoints(const UnicodeString& str, UChar32* codeArray, int32_t capacity);
|
/aosp_15_r20/external/icu/icu4c/source/i18n/unicode/ |
H A D | tzfmt.h | 820 static UBool toCodePoints(const UnicodeString& str, UChar32* codeArray, int32_t capacity);
|
/aosp_15_r20/external/icu/libicu/cts_headers/unicode/ |
H A D | tzfmt.h | 820 static UBool toCodePoints(const UnicodeString& str, UChar32* codeArray, int32_t capacity);
|
/aosp_15_r20/external/icu/icu4c/source/i18n/ |
H A 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()
|
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/ |
H A 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()
|