Searched refs:index64 (Results 1 – 4 of 4) sorted by relevance
1551 utf8TextMapIndexToUTF16(const UText *ut, int64_t index64) { in utf8TextMapIndexToUTF16() argument1552 U_ASSERT(index64 <= 0x7fffffff); in utf8TextMapIndexToUTF16()1553 int32_t index = (int32_t)index64; in utf8TextMapIndexToUTF16()
1549 utf8TextMapIndexToUTF16(const UText *ut, int64_t index64) { in utf8TextMapIndexToUTF16() argument1550 U_ASSERT(index64 <= 0x7fffffff); in utf8TextMapIndexToUTF16()1551 int32_t index = (int32_t)index64; in utf8TextMapIndexToUTF16()