Home
last modified time | relevance | path

Searched refs:U16_NEXT (Results 1 – 25 of 42) sorted by relevance

12

/external/icu/icu4c/source/samples/ustring/
Dustring.cpp57 U16_NEXT(s, i, length, c); in printUString()
63 U16_NEXT(s, i, length, c); in printUString()
117 U16_NEXT(input, i, UPRV_LENGTHOF(input), c); in demo_utf_h_macros()
216 U16_NEXT(input, i, INT32_MAX, c); /* without length because NUL-terminated */ in demoCaseMapInC()
227 U16_NEXT(input, i, INT32_MAX, c); /* without length because NUL-terminated */ in demoCaseMapInC()
238 U16_NEXT(input, i, INT32_MAX, c); /* without length because NUL-terminated */ in demoCaseMapInC()
249 U16_NEXT(input, i, INT32_MAX, c); /* without length because NUL-terminated */ in demoCaseMapInC()
260 U16_NEXT(input, i, INT32_MAX, c); /* without length because NUL-terminated */ in demoCaseMapInC()
/external/icu/icu4c/source/i18n/
Dregeximp.cpp51 U16_NEXT(fFoldChars, fFoldIndex, fFoldLength, foldedC); in next()
83 U16_NEXT(fChars, fIndex, fLimit, originalC); in next()
100 U16_NEXT(fFoldChars, fFoldIndex, fFoldLength, foldedC); in next()
Drematch.cpp1013 U16_NEXT(inputBuf, startPos, fActiveLimit, c); // like c = inputBuf[startPos++]; in findUsingChunk()
1043 U16_NEXT(inputBuf, startPos, fActiveLimit, c); // like c = inputBuf[startPos++]; in findUsingChunk()
2876 U16_NEXT(patternString, patternStringIndex, stringLen, patternChar); in MatchAt()
3892 U16_NEXT(patternString, patternStringIdx, patternStringLen, cPattern); in MatchAt()
4404 U16_NEXT(inputBuf, fp->fInputIdx, fActiveLimit, c); in MatchChunkAt()
4674 U16_NEXT(inputBuf, fp->fInputIdx, fActiveLimit, c); in MatchChunkAt()
4700 U16_NEXT(inputBuf, fp->fInputIdx, fActiveLimit, c); in MatchChunkAt()
4719 U16_NEXT(inputBuf, fp->fInputIdx, fActiveLimit, c); in MatchChunkAt()
4724 U16_NEXT(inputBuf, fp->fInputIdx, fActiveLimit, c2); in MatchChunkAt()
4744 U16_NEXT(inputBuf, fp->fInputIdx, fActiveLimit, c); in MatchChunkAt()
[all …]
Dbocsu.cpp128 U16_NEXT(s, i, length, c); in u_writeIdenticalLevelRun()
/external/icu/icu4c/source/common/
Duchriter.cpp195 U16_NEXT(text, i, end, c); in first32()
207 U16_NEXT(text, pos, end, c); in first32PostInc()
237 U16_NEXT(text, i, end, c); in setIndex32()
263 U16_NEXT(text, i, end, c); in next32()
276 U16_NEXT(text, pos, end, c); in next32PostInc()
Dustrcase.cpp115 U16_NEXT((const UChar *)csc->p, csc->index, csc->limit, c); in utf16_caseContextIterator()
144 U16_NEXT(src, srcIndex, srcLimit, c); in _caseMap()
219 U16_NEXT(src, titleLimit, idx, c); in ustrcase_internalToTitle()
231 U16_NEXT(src, titleLimit, idx, c); in ustrcase_internalToTitle()
342 U16_NEXT(src, srcIndex, srcLength, c); in ustr_foldCase()
Dunistr_props.cpp61 U16_NEXT(array, i, length, c); in trim()
Dcaniter.cpp526 U16_NEXT(decomp, decompPos, decompLen, decompCp); in extract()
530 U16_NEXT(segment, i, segLen, cp); in extract()
541 U16_NEXT(decomp, decompPos, decompLen, decompCp); in extract()
Dubidiwrt.c85 U16_NEXT(src, i, srcLength, c); in doWriteForward()
122 U16_NEXT(src, i, srcLength, c); in doWriteForward()
Dusprep.cpp530 U16_NEXT(src,srcIndex,srcLength,ch); in usprep_map()
718 U16_NEXT(b2, b2Index, b2Len, ch); in usprep_prepare()
Dustring.cpp513 U16_NEXT(matchSet, matchItr, matchLen, matchCh); in _matchFromSet()
520 U16_NEXT(matchSet, matchItr, matchLen, matchCh); in _matchFromSet()
Dubidi.c358 U16_NEXT(text, i, length, uchar); in ubidi_getBaseDirection()
384 U16_NEXT(text, i, length, uchar); in firstL_R_AL()
498 U16_NEXT(text, i, originalLength, uchar); in getDirProps()
2081 U16_NEXT(text, i, length, uchar); in firstL_R_AL_EN_AN()
Duts46.cpp1223 U16_NEXT(label, j, labelLength, c); in checkLabelContextO()
1288 U16_NEXT(label, j, labelLength, c); in checkLabelContextO()
Duniset.cpp2029 U16_NEXT(pat, i, patLen, c); in _toPattern()
2239 U16_NEXT(s, start, length, c); in span()
/external/icu/icu4c/source/test/intltest/
Dnptrans.cpp166 U16_NEXT(buffer, bufIndex, bufLen, ch); in map()
230 U16_NEXT(b1, b1Index, b1Len, ch); in process()
Dcitrtest.cpp988 U16_NEXT(s, pos, UPRV_LENGTHOF(s), c); in next32PostInc()
1007 U16_NEXT(s, pos, UPRV_LENGTHOF(s), c); in first32()
1067 U16_NEXT(s, i, UPRV_LENGTHOF(s), c); in next32()
/external/icu/icu4c/source/io/
Dustream.cpp129 U16_NEXT(uBuffer, uBuffIdx, uBuffSize, ch32); in operator >>()
/external/icu/icu4c/source/test/cintltst/
Dutf16tst.c252 U16_NEXT(input, setOffset, sizeof(input)/U_SIZEOF_UCHAR, c); in TestNextPrevChar()
355 U16_NEXT(input, i, -1, c); in TestNulTerminated()
380 U16_NEXT(input, i, -1, c); in TestNulTerminated()
Dcrestst.c690 U16_NEXT(s, j, length, number); in TestTable32()
732 U16_NEXT(s, j, length, number); in TestTable32()
Dbocu1tst.c717 U16_NEXT(s, i, length, c); in writeString()
/external/icu/icu4c/source/test/perf/unisetperf/
Dunisetperf.cpp109 U16_NEXT(s, start, length, c); in span()
195 U16_NEXT(s, start, length, c); in span()
/external/icu/icu4c/source/common/unicode/
Dutf16.h264 #define U16_NEXT(s, i, length, c) { \ macro
Dutf_old.h1058 #define UTF_NEXT_CHAR(s, i, length, c) U16_NEXT(s, i, length, c)
/external/icu/icu4c/source/test/perf/utrie2perf/
Dutrie2perf.cpp219 U16_NEXT(buffer, i, length, c); in call()
/external/icu/icu4c/source/tools/gennorm2/
Dn2builder.cpp459 U16_NEXT(s, i, length, c); in decompose()
612 U16_NEXT(s, i, length, c); in reorder()

12