Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/unicode/
Dutf16.h356 #define U16_FWD_1(s, i, length) { \ macro
400 U16_FWD_1(s, i, length); \
Dutf_old.h677 #define UTF16_FWD_1_SAFE(s, i, length) U16_FWD_1(s, i, length)
1084 #define UTF_FWD_1(s, i, length) U16_FWD_1(s, i, length)
/external/icu/icu4c/source/test/cintltst/
Dutf16tst.c362 U16_FWD_1(input, j, -1); in TestNulTerminated()
442 U16_FWD_1(input, offsafe, UPRV_LENGTHOF(input)); in TestFwdBack()
/external/icu/icu4c/source/common/
Duchriter.cpp261 U16_FWD_1(text, pos, end); in next32()
Dunisetspan.cpp831 U16_FWD_1(s16, len1, overlap); in spanBack()
/external/icu/icu4c/source/i18n/
Drematch.cpp944 U16_FWD_1(inputBuf, startPos, fInputLength); in findUsingChunk()
988 U16_FWD_1(inputBuf, startPos, fActiveLimit); in findUsingChunk()
1079 U16_FWD_1(inputBuf, startPos, fActiveLimit); in findUsingChunk()
1099 U16_FWD_1(inputBuf, startPos, fActiveLimit); in findUsingChunk()
1126 U16_FWD_1(inputBuf, startPos, fActiveLimit); in findUsingChunk()
4983 U16_FWD_1(inputBuf, fp->fInputIdx, fActiveLimit); in MatchChunkAt()
Duregex.cpp1485 U16_FWD_1(replacementText, replIdx, replacementLength); in appendReplacement()
1497 U16_FWD_1(replacementText, replIdx, replacementLength); in appendReplacement()
Dusearch.cpp841 U16_FWD_1(text, offset, length); in checkExtraMatchAccents()
3242 U16_FWD_1(search->text, search->matchedIndex, textlength); in usearch_next()
/external/icu/icu4c/source/test/intltest/
Dcitrtest.cpp1064 U16_FWD_1(s, pos, UPRV_LENGTHOF(s)); in next32()