/external/icu4c/samples/ustring/ |
D | ustring.cpp | 59 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/ |
D | unistr_props.cpp | 60 U16_NEXT(array, i, length, c); in trim()
|
D | ustrcase.c | 110 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()
|
D | caniter.cpp | 518 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/ |
D | char_iterator.cc | 78 U16_NEXT(str_, next_pos_, len_, char_); in ReadChar()
|
D | rtl.cc | 138 U16_NEXT(string, next_position, length, character); in GetFirstStrongCharacterDirection() 252 U16_NEXT(string, next_position, length, character); in StringContainsStrongRTLChars()
|
D | file_util_icu.cc | 157 U16_NEXT(file_name->data(), cursor, static_cast<int>(file_name->length()), in ReplaceIllegalCharactersInPath()
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | SegmentedFontData.cpp | 63 U16_NEXT(characters, i, length, c) in containsCharacters()
|
/external/icu4c/test/intltest/ |
D | nptrans.cpp | 166 U16_NEXT(buffer, bufIndex, bufLen, ch); in map() 230 U16_NEXT(b1, b1Index, b1Len, ch); in process()
|
/external/webkit/Source/WebCore/platform/text/ |
D | TextBoundaries.cpp | 44 U16_NEXT(characters, i, length, ch); in endOfFirstWordBoundaryContext()
|
D | TextCodecUserDefined.cpp | 73 U16_NEXT(characters, i, length, c); in encodeComplexUserDefined()
|
D | TextCodecLatin1.cpp | 168 U16_NEXT(characters, i, length, c); in encodeComplexWindowsLatin1()
|
D | TextCodecUTF8.cpp | 309 U16_NEXT(characters, i, length, character); in encode()
|
/external/icu4c/io/ |
D | ustream.cpp | 130 U16_NEXT(uBuffer, uBuffIdx, uBuffSize, ch32); in operator >>()
|
/external/webkit/Source/JavaScriptCore/wtf/unicode/ |
D | UnicodeMacrosFromICU.h | 61 #define U16_NEXT(s, i, length, c) { \ macro
|
/external/icu4c/i18n/ |
D | rematch.cpp | 978 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 …]
|
D | bocsu.cpp | 128 U16_NEXT(s, i, length, c); in u_writeIdenticalLevelRun()
|
D | uspoof.cpp | 227 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/ |
D | unisetperf.cpp | 110 U16_NEXT(s, start, length, c); in span() 196 U16_NEXT(s, start, length, c); in span()
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
D | utf16.h | 252 #define U16_NEXT(s, i, length, c) { \ macro
|
/external/icu4c/common/unicode/ |
D | utf16.h | 261 #define U16_NEXT(s, i, length, c) { \ macro
|
/external/webkit/Source/WebKit/mac/icu/unicode/ |
D | utf16.h | 252 #define U16_NEXT(s, i, length, c) { \ macro
|
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
D | utf16.h | 252 #define U16_NEXT(s, i, length, c) { \ macro
|
/external/webkit/Source/WebCore/icu/unicode/ |
D | utf16.h | 252 #define U16_NEXT(s, i, length, c) { \ macro
|
/external/icu4c/test/perf/utrie2perf/ |
D | utrie2perf.cpp | 221 U16_NEXT(buffer, i, length, c); in call()
|