Home
last modified time | relevance | path

Searched refs:index64 (Results 1 – 4 of 4) sorted by relevance

/third_party/icu/icu4c/source/common/
Dutext.cpp1551 utf8TextMapIndexToUTF16(const UText *ut, int64_t index64) { in utf8TextMapIndexToUTF16() argument
1552 U_ASSERT(index64 <= 0x7fffffff); in utf8TextMapIndexToUTF16()
1553 int32_t index = (int32_t)index64; in utf8TextMapIndexToUTF16()
/third_party/skia/third_party/externals/icu/source/common/
Dutext.cpp1551 utf8TextMapIndexToUTF16(const UText *ut, int64_t index64) { in utf8TextMapIndexToUTF16() argument
1552 U_ASSERT(index64 <= 0x7fffffff); in utf8TextMapIndexToUTF16()
1553 int32_t index = (int32_t)index64; in utf8TextMapIndexToUTF16()
/third_party/node/deps/icu-small/source/common/
Dutext.cpp1551 utf8TextMapIndexToUTF16(const UText *ut, int64_t index64) { in utf8TextMapIndexToUTF16() argument
1552 U_ASSERT(index64 <= 0x7fffffff); in utf8TextMapIndexToUTF16()
1553 int32_t index = (int32_t)index64; in utf8TextMapIndexToUTF16()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dutext.cpp1549 utf8TextMapIndexToUTF16(const UText *ut, int64_t index64) { in utf8TextMapIndexToUTF16() argument
1550 U_ASSERT(index64 <= 0x7fffffff); in utf8TextMapIndexToUTF16()
1551 int32_t index = (int32_t)index64; in utf8TextMapIndexToUTF16()