Home
last modified time | relevance | path

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

/external/icu4c/common/
Dutext.cpp1535 utf8TextMapIndexToUTF16(const UText *ut, int64_t index64) { in utf8TextMapIndexToUTF16() argument
1536 U_ASSERT(index64 <= 0x7fffffff); in utf8TextMapIndexToUTF16()
1537 int32_t index = (int32_t)index64; in utf8TextMapIndexToUTF16()