Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dregextxt.h23 #define UTEXT_USES_U16(ut) (NULL==((ut)->pFuncs->mapNativeIndexToUTF16))
/external/icu/icu4c/source/common/unicode/
Dutext.h1297 UTextMapNativeIndexToUTF16 *mapNativeIndexToUTF16; member
/external/icu/icu4c/source/common/
Dutext.cpp118 ut->chunkOffset=ut->pFuncs->mapNativeIndexToUTF16(ut, index); in utext_setNativeIndex()
359 ut->chunkOffset = ut->pFuncs->mapNativeIndexToUTF16(ut, index); in utext_next32From()
398 ut->chunkOffset=ut->pFuncs->mapNativeIndexToUTF16(ut, index); in utext_previous32From()