/external/chromium/third_party/icu/source/common/ |
H A D | unistr_props.cpp | 60 U16_NEXT(array, i, length, c);
|
H A D | ustrcase.c | 111 U16_NEXT((const UChar *)csc->p, csc->index, csc->limit, c); 140 U16_NEXT(src, srcIndex, srcLimit, c); 268 U16_NEXT(src, titleLimit, idx, c); 280 U16_NEXT(src, titleLimit, idx, c); 433 U16_NEXT(src, srcIndex, srcLength, c);
|
/external/icu4c/common/ |
H A D | unistr_props.cpp | 60 U16_NEXT(array, i, length, c);
|
H A D | caniter.cpp | 516 U16_NEXT(decomp, decompPos, decompLen, decompCp); 520 U16_NEXT(segment, i, segLen, cp); 531 U16_NEXT(decomp, decompPos, decompLen, decompCp);
|
H A D | ustrcase.c | 110 U16_NEXT((const UChar *)csc->p, csc->index, csc->limit, c); 139 U16_NEXT(src, srcIndex, srcLimit, c); 267 U16_NEXT(src, titleLimit, idx, c); 279 U16_NEXT(src, titleLimit, idx, c); 432 U16_NEXT(src, srcIndex, srcLength, c);
|
/external/icu4c/samples/ustring/ |
H A D | ustring.cpp | 58 for(i=0; i<length; /* U16_NEXT post-increments */) { 59 U16_NEXT(s, i, length, c); 64 for(i=0; /* condition in loop body */; /* U16_NEXT post-increments */) { 65 U16_NEXT(s, i, length, c); 111 for(i=0; i<LENGTHOF(input); /* U16_NEXT post-increments */) { 119 U16_NEXT(input, i, LENGTHOF(input), c); 217 for(i=j=0; j<LENGTHOF(buffer) && !isError; /* U16_NEXT post-increments */) { 218 U16_NEXT(input, i, INT32_MAX, c); /* without length because NUL-terminated */ 228 for(i=j=0; j<LENGTHOF(buffer) && !isError; /* U16_NEXT post-increments */) { 229 U16_NEXT(inpu [all...] |
/external/webkit/JavaScriptCore/wtf/unicode/glib/ |
H A D | UnicodeMacrosFromICU.h | 55 #define U16_NEXT(s, i, length, c) { \ macro
|
/external/webkit/WebCore/platform/graphics/ |
H A D | SegmentedFontData.cpp | 63 U16_NEXT(characters, i, length, c)
|
/external/webkit/WebCore/platform/text/ |
H A D | TextCodecUserDefined.cpp | 73 U16_NEXT(characters, i, length, c);
|
/external/chromium/third_party/icu/source/i18n/ |
H A D | rematch.cpp | 463 U16_NEXT(inputBuf, startPos, fActiveLimit, c); // like c = inputBuf[startPos++]; 491 U16_NEXT(inputBuf, startPos, fActiveLimit, c); // like c = inputBuf[startPos++]; 521 U16_NEXT(inputBuf, startPos, fActiveLimit, c); // like c = inputBuf[startPos++]; 541 U16_NEXT(inputBuf, startPos, fActiveLimit, c); // like c = inputBuf[startPos++]; 567 U16_NEXT(inputBuf, startPos, fActiveLimit, c); // like c = inputBuf[startPos++]; 1540 U16_NEXT(inputBuf, fp->fInputIdx, fActiveLimit, c); 1849 U16_NEXT(inputBuf, fp->fInputIdx, fActiveLimit, c); 1864 U16_NEXT(inputBuf, fp->fInputIdx, fActiveLimit, c); 1874 U16_NEXT(inputBuf, fp->fInputIdx, fActiveLimit, c); 1882 U16_NEXT(inputBu [all...] |
H A D | nortrans.cpp | 199 U16_NEXT(s, i, outLength, c);
|
/external/chromium/third_party/icu/source/io/ |
H A D | ustream.cpp | 128 U16_NEXT(uBuffer, uBuffIdx, uBuffSize, ch32);
|
/external/icu4c/io/ |
H A D | ustream.cpp | 130 U16_NEXT(uBuffer, uBuffIdx, uBuffSize, ch32);
|
/external/chromium/third_party/icu/source/test/intltest/ |
H A D | nptrans.cpp | 166 U16_NEXT(buffer, bufIndex, bufLen, ch); 233 U16_NEXT(b1, b1Index, b1Len, ch);
|
/external/icu4c/test/intltest/ |
H A D | nptrans.cpp | 166 U16_NEXT(buffer, bufIndex, bufLen, ch); 230 U16_NEXT(b1, b1Index, b1Len, ch);
|
/external/chromium/base/i18n/ |
H A D | file_util_icu.cc | 147 U16_NEXT(file_name->data(), cursor, static_cast<int>(file_name->length()),
|
/external/chromium/third_party/icu/source/test/perf/unisetperf/ |
H A D | unisetperf.cpp | 110 U16_NEXT(s, start, length, c); 196 U16_NEXT(s, start, length, c);
|
/external/icu4c/test/perf/unisetperf/ |
H A D | unisetperf.cpp | 110 U16_NEXT(s, start, length, c); 196 U16_NEXT(s, start, length, c);
|
/external/chromium/third_party/icu/public/common/unicode/ |
H A D | utf16.h | 158 * Iteration through a string is more efficient with U16_NEXT_UNSAFE or U16_NEXT. 187 * Iteration through a string is more efficient with U16_NEXT_UNSAFE or U16_NEXT. 231 * @see U16_NEXT 261 #define U16_NEXT(s, i, length, c) { \ macro
|
/external/chromium/third_party/icu/source/test/perf/utrie2perf/ |
H A D | utrie2perf.cpp | 221 U16_NEXT(buffer, i, length, c);
|
/external/icu4c/common/unicode/ |
H A D | utf16.h | 158 * Iteration through a string is more efficient with U16_NEXT_UNSAFE or U16_NEXT. 187 * Iteration through a string is more efficient with U16_NEXT_UNSAFE or U16_NEXT. 231 * @see U16_NEXT 261 #define U16_NEXT(s, i, length, c) { \ macro
|
/external/icu4c/test/perf/utrie2perf/ |
H A D | utrie2perf.cpp | 221 U16_NEXT(buffer, i, length, c);
|
/external/webkit/JavaScriptCore/icu/unicode/ |
H A D | utf16.h | 149 * Iteration through a string is more efficient with U16_NEXT_UNSAFE or U16_NEXT. 178 * Iteration through a string is more efficient with U16_NEXT_UNSAFE or U16_NEXT. 222 * @see U16_NEXT 252 #define U16_NEXT(s, i, length, c) { \ macro
|
/external/webkit/JavaScriptCore/wtf/unicode/wince/ |
H A D | UnicodeWince.h | 46 #define U16_NEXT(s, i, length, c) { \ macro
|
/external/webkit/JavaScriptGlue/icu/unicode/ |
H A D | utf16.h | 149 * Iteration through a string is more efficient with U16_NEXT_UNSAFE or U16_NEXT. 178 * Iteration through a string is more efficient with U16_NEXT_UNSAFE or U16_NEXT. 222 * @see U16_NEXT 252 #define U16_NEXT(s, i, length, c) { \ macro
|