Searched refs:index64 (Results 1 – 1 of 1) sorted by relevance
1535 utf8TextMapIndexToUTF16(const UText *ut, int64_t index64) { in utf8TextMapIndexToUTF16() argument1536 U_ASSERT(index64 <= 0x7fffffff); in utf8TextMapIndexToUTF16()1537 int32_t index = (int32_t)index64; in utf8TextMapIndexToUTF16()