Home
last modified time | relevance | path

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

12

/external/icu4c/samples/ustring/
Dustring.cpp59 U16_NEXT(s, i, length, c); in printUString()
65 U16_NEXT(s, i, length, c); in printUString()
119 U16_NEXT(input, i, LENGTHOF(input), c); in demo_utf_h_macros()
218 U16_NEXT(input, i, INT32_MAX, c); /* without length because NUL-terminated */ in demoCaseMapInC()
229 U16_NEXT(input, i, INT32_MAX, c); /* without length because NUL-terminated */ in demoCaseMapInC()
240 U16_NEXT(input, i, INT32_MAX, c); /* without length because NUL-terminated */ in demoCaseMapInC()
251 U16_NEXT(input, i, INT32_MAX, c); /* without length because NUL-terminated */ in demoCaseMapInC()
262 U16_NEXT(input, i, INT32_MAX, c); /* without length because NUL-terminated */ in demoCaseMapInC()
/external/icu4c/i18n/
Drematch.cpp411 U16_NEXT(inputBuf, startPos, fActiveLimit, c); // like c = inputBuf[startPos++]; in find()
439 U16_NEXT(inputBuf, startPos, fActiveLimit, c); // like c = inputBuf[startPos++]; in find()
469 U16_NEXT(inputBuf, startPos, fActiveLimit, c); // like c = inputBuf[startPos++]; in find()
489U16_NEXT(inputBuf, startPos, fActiveLimit, c); // like c = inputBuf[startPos++]; in find()
515U16_NEXT(inputBuf, startPos, fActiveLimit, c); // like c = inputBuf[startPos++]; in find()
1326 U16_NEXT(inputBuf, fp->fInputIdx, fActiveLimit, c); in MatchAt()
1635 U16_NEXT(inputBuf, fp->fInputIdx, fActiveLimit, c); in MatchAt()
1650 U16_NEXT(inputBuf, fp->fInputIdx, fActiveLimit, c); in MatchAt()
1660 U16_NEXT(inputBuf, fp->fInputIdx, fActiveLimit, c); in MatchAt()
1668 U16_NEXT(inputBuf, fp->fInputIdx, fActiveLimit, c); in MatchAt()
[all …]
Dnortrans.cpp199 U16_NEXT(s, i, outLength, c); in handleTransliterate()
/external/icu4c/common/
Dustrcase.c111 U16_NEXT((const UChar *)csc->p, csc->index, csc->limit, c); in utf16_caseContextIterator()
140 U16_NEXT(src, srcIndex, srcLimit, c); in _caseMap()
268 U16_NEXT(src, titleLimit, index, c); in _toTitle()
280 U16_NEXT(src, titleLimit, index, c); in _toTitle()
423 U16_NEXT(src, srcIndex, srcLength, c); in ustr_foldCase()
Dusprep.cpp533 U16_NEXT(src,srcIndex,srcLength,ch); in usprep_map()
761 U16_NEXT(b2, b2Index, b2Len, ch); in usprep_prepare()
Dustring.c512 U16_NEXT(matchSet, matchItr, matchLen, matchCh); in _matchFromSet()
519 U16_NEXT(matchSet, matchItr, matchLen, matchCh); in _matchFromSet()
Duniset.cpp1821 U16_NEXT(pat, i, patLen, c); in _toPattern()
2024 U16_NEXT(s, start, length, c); in span()
/external/icu4c/test/intltest/
Dnptrans.cpp166 U16_NEXT(buffer, bufIndex, bufLen, ch); in map()
233 U16_NEXT(b1, b1Index, b1Len, ch); in process()
Dcitrtest.cpp986 U16_NEXT(s, pos, LENGTHOF(s), c); in next32PostInc()
1005 U16_NEXT(s, pos, LENGTHOF(s), c); in first32()
1065 U16_NEXT(s, i, LENGTHOF(s), c); in next32()
/external/webkit/JavaScriptCore/wtf/unicode/glib/
DUnicodeMacrosFromICU.h55 #define U16_NEXT(s, i, length, c) { \ macro
/external/webkit/WebCore/platform/graphics/
DSegmentedFontData.cpp63 U16_NEXT(characters, i, length, c) in containsCharacters()
/external/webkit/WebCore/platform/text/
DTextCodecUserDefined.cpp73 U16_NEXT(characters, i, length, c); in encodeComplexUserDefined()
DTextCodecLatin1.cpp153 U16_NEXT(characters, i, length, c); in encodeComplexWindowsLatin1()
/external/icu4c/io/
Dustream.cpp128 U16_NEXT(uBuffer, uBuffIdx, uBuffSize, ch32); in operator >>()
/external/icu4c/test/perf/unisetperf/
Dunisetperf.cpp110 U16_NEXT(s, start, length, c); in span()
196 U16_NEXT(s, start, length, c); in span()
/external/icu4c/common/unicode/
Dutf16.h252 #define U16_NEXT(s, i, length, c) { \ macro
/external/webkit/WebKit/mac/icu/unicode/
Dutf16.h252 #define U16_NEXT(s, i, length, c) { \ macro
/external/webkit/JavaScriptGlue/icu/unicode/
Dutf16.h252 #define U16_NEXT(s, i, length, c) { \ macro
/external/webkit/JavaScriptCore/icu/unicode/
Dutf16.h252 #define U16_NEXT(s, i, length, c) { \ macro
/external/webkit/WebCore/icu/unicode/
Dutf16.h252 #define U16_NEXT(s, i, length, c) { \ macro
/external/webkit/WebCore/platform/graphics/chromium/
DFontUtilsChromiumWin.cpp259 U16_NEXT(characters, i, length, ucs4); in getFallbackFamily()
/external/webkit/JavaScriptCore/wtf/unicode/wince/
DUnicodeWince.h46 #define U16_NEXT(s, i, length, c) { \ macro
/external/icu4c/test/cintltst/
Dcrestst.c690 U16_NEXT(s, j, length, number); in TestTable32()
732 U16_NEXT(s, j, length, number); in TestTable32()
/external/webkit/JavaScriptCore/wtf/unicode/qt4/
DUnicodeQt4.h84 #define U16_NEXT(s, i, length, c) { \ macro
/external/webkit/WebCore/editing/
DVisiblePosition.cpp530 U16_NEXT(characters, offset, length, ch); in characterAfter()

12