Home
last modified time | relevance | path

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

123

/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/common/
Dunistr_props.cpp60 U16_NEXT(array, i, length, c); in trim()
Dustrcase.c110 U16_NEXT((const UChar *)csc->p, csc->index, csc->limit, c); in utf16_caseContextIterator()
139 U16_NEXT(src, srcIndex, srcLimit, c); in _caseMap()
264 U16_NEXT(src, titleLimit, idx, c); in _toTitle()
276 U16_NEXT(src, titleLimit, idx, c); in _toTitle()
429 U16_NEXT(src, srcIndex, srcLength, c); in ustr_foldCase()
Dcaniter.cpp518 U16_NEXT(decomp, decompPos, decompLen, decompCp); in extract()
522 U16_NEXT(segment, i, segLen, cp); in extract()
533 U16_NEXT(decomp, decompPos, decompLen, decompCp); in extract()
/external/chromium/base/i18n/
Dchar_iterator.cc78 U16_NEXT(str_, next_pos_, len_, char_); in ReadChar()
Drtl.cc138 U16_NEXT(string, next_position, length, character); in GetFirstStrongCharacterDirection()
252 U16_NEXT(string, next_position, length, character); in StringContainsStrongRTLChars()
Dfile_util_icu.cc157 U16_NEXT(file_name->data(), cursor, static_cast<int>(file_name->length()), in ReplaceIllegalCharactersInPath()
/external/webkit/Source/WebCore/platform/graphics/
DSegmentedFontData.cpp63 U16_NEXT(characters, i, length, c) in containsCharacters()
/external/icu4c/test/intltest/
Dnptrans.cpp166 U16_NEXT(buffer, bufIndex, bufLen, ch); in map()
230 U16_NEXT(b1, b1Index, b1Len, ch); in process()
/external/webkit/Source/WebCore/platform/text/
DTextBoundaries.cpp44 U16_NEXT(characters, i, length, ch); in endOfFirstWordBoundaryContext()
DTextCodecUserDefined.cpp73 U16_NEXT(characters, i, length, c); in encodeComplexUserDefined()
DTextCodecLatin1.cpp168 U16_NEXT(characters, i, length, c); in encodeComplexWindowsLatin1()
DTextCodecUTF8.cpp309 U16_NEXT(characters, i, length, character); in encode()
/external/icu4c/io/
Dustream.cpp130 U16_NEXT(uBuffer, uBuffIdx, uBuffSize, ch32); in operator >>()
/external/webkit/Source/JavaScriptCore/wtf/unicode/
DUnicodeMacrosFromICU.h61 #define U16_NEXT(s, i, length, c) { \ macro
/external/icu4c/i18n/
Drematch.cpp978 U16_NEXT(inputBuf, startPos, fActiveLimit, c); // like c = inputBuf[startPos++]; in findUsingChunk()
1008 U16_NEXT(inputBuf, startPos, fActiveLimit, c); // like c = inputBuf[startPos++]; in findUsingChunk()
4558 U16_NEXT(inputBuf, fp->fInputIdx, fActiveLimit, c); in MatchChunkAt()
4896 U16_NEXT(inputBuf, fp->fInputIdx, fActiveLimit, c); in MatchChunkAt()
4930 U16_NEXT(inputBuf, fp->fInputIdx, fActiveLimit, c); in MatchChunkAt()
4945 U16_NEXT(inputBuf, fp->fInputIdx, fActiveLimit, c); in MatchChunkAt()
4955 U16_NEXT(inputBuf, fp->fInputIdx, fActiveLimit, c); in MatchChunkAt()
4963 U16_NEXT(inputBuf, fp->fInputIdx, fActiveLimit, c); in MatchChunkAt()
4974 U16_NEXT(inputBuf, fp->fInputIdx, fActiveLimit, c); in MatchChunkAt()
5028 U16_NEXT(inputBuf, fp->fInputIdx, fActiveLimit, c); in MatchChunkAt()
[all …]
Dbocsu.cpp128 U16_NEXT(s, i, length, c); in u_writeIdenticalLevelRun()
Duspoof.cpp227 U16_NEXT(text, i, length, c); in uspoof_check()
256 U16_NEXT(nfdText, i, nfdLength, c); in uspoof_check()
668 U16_NEXT(nfdInput, inputIndex, normalizedLen, c); in uspoof_getSkeleton()
/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/webkit/Source/JavaScriptCore/icu/unicode/
Dutf16.h252 #define U16_NEXT(s, i, length, c) { \ macro
/external/icu4c/common/unicode/
Dutf16.h261 #define U16_NEXT(s, i, length, c) { \ macro
/external/webkit/Source/WebKit/mac/icu/unicode/
Dutf16.h252 #define U16_NEXT(s, i, length, c) { \ macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
Dutf16.h252 #define U16_NEXT(s, i, length, c) { \ macro
/external/webkit/Source/WebCore/icu/unicode/
Dutf16.h252 #define U16_NEXT(s, i, length, c) { \ macro
/external/icu4c/test/perf/utrie2perf/
Dutrie2perf.cpp221 U16_NEXT(buffer, i, length, c); in call()

123