OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mapNativeIndexToUTF16
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/i18n/
regextxt.h
23
#define UTEXT_USES_U16(ut) (NULL==((ut)->pFuncs->
mapNativeIndexToUTF16
))
/external/icu/icu4c/source/common/unicode/
utext.h
[
all
...]
/external/icu/icu4c/source/common/
utext.cpp
118
ut->chunkOffset=ut->pFuncs->
mapNativeIndexToUTF16
(ut, index);
359
ut->chunkOffset = ut->pFuncs->
mapNativeIndexToUTF16
(ut, index);
398
ut->chunkOffset=ut->pFuncs->
mapNativeIndexToUTF16
(ut, index);
[
all
...]
Completed in 209 milliseconds