Searched refs:U16_NEXT (Results 1 - 25 of 84) sorted by relevance

1234

/external/chromium/third_party/icu/source/common/
H A Dunistr_props.cpp60 U16_NEXT(array, i, length, c);
H A Dustrcase.c111 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 Dunistr_props.cpp60 U16_NEXT(array, i, length, c);
H A Dcaniter.cpp516 U16_NEXT(decomp, decompPos, decompLen, decompCp);
520 U16_NEXT(segment, i, segLen, cp);
531 U16_NEXT(decomp, decompPos, decompLen, decompCp);
H A Dustrcase.c110 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 Dustring.cpp58 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 DUnicodeMacrosFromICU.h55 #define U16_NEXT(s, i, length, c) { \ macro
/external/webkit/WebCore/platform/graphics/
H A DSegmentedFontData.cpp63 U16_NEXT(characters, i, length, c)
/external/webkit/WebCore/platform/text/
H A DTextCodecUserDefined.cpp73 U16_NEXT(characters, i, length, c);
/external/chromium/third_party/icu/source/i18n/
H A Drematch.cpp463 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 Dnortrans.cpp199 U16_NEXT(s, i, outLength, c);
/external/chromium/third_party/icu/source/io/
H A Dustream.cpp128 U16_NEXT(uBuffer, uBuffIdx, uBuffSize, ch32);
/external/icu4c/io/
H A Dustream.cpp130 U16_NEXT(uBuffer, uBuffIdx, uBuffSize, ch32);
/external/chromium/third_party/icu/source/test/intltest/
H A Dnptrans.cpp166 U16_NEXT(buffer, bufIndex, bufLen, ch);
233 U16_NEXT(b1, b1Index, b1Len, ch);
/external/icu4c/test/intltest/
H A Dnptrans.cpp166 U16_NEXT(buffer, bufIndex, bufLen, ch);
230 U16_NEXT(b1, b1Index, b1Len, ch);
/external/chromium/base/i18n/
H A Dfile_util_icu.cc147 U16_NEXT(file_name->data(), cursor, static_cast<int>(file_name->length()),
/external/chromium/third_party/icu/source/test/perf/unisetperf/
H A Dunisetperf.cpp110 U16_NEXT(s, start, length, c);
196 U16_NEXT(s, start, length, c);
/external/icu4c/test/perf/unisetperf/
H A Dunisetperf.cpp110 U16_NEXT(s, start, length, c);
196 U16_NEXT(s, start, length, c);
/external/chromium/third_party/icu/public/common/unicode/
H A Dutf16.h158 * 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 Dutrie2perf.cpp221 U16_NEXT(buffer, i, length, c);
/external/icu4c/common/unicode/
H A Dutf16.h158 * 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 Dutrie2perf.cpp221 U16_NEXT(buffer, i, length, c);
/external/webkit/JavaScriptCore/icu/unicode/
H A Dutf16.h149 * 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 DUnicodeWince.h46 #define U16_NEXT(s, i, length, c) { \ macro
/external/webkit/JavaScriptGlue/icu/unicode/
H A Dutf16.h149 * 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

Completed in 415 milliseconds

1234