/external/icu4c/samples/ustring/ |
H A D | ustring.cpp | 127 U16_APPEND(input, i, LENGTHOF(input), 0x0062, isError); 223 U16_APPEND(buffer, j, LENGTHOF(buffer), c, isError); 234 U16_APPEND(buffer, j, LENGTHOF(buffer), c, isError); 245 U16_APPEND(buffer, j, LENGTHOF(buffer), c, isError); 256 U16_APPEND(buffer, j, LENGTHOF(buffer), c, isError); 267 U16_APPEND(buffer, j, LENGTHOF(buffer), c, isError);
|
/external/chromium/third_party/icu/public/common/unicode/ |
H A D | utf16.h | 282 * @see U16_APPEND 311 #define U16_APPEND(s, i, capacity, c, isError) { \ macro
|
H A D | unistr.h | 3987 U16_APPEND(buffer, count, U16_MAX_LENGTH, srcChar, isError); 4265 U16_APPEND(buffer, _length, U16_MAX_LENGTH, srcChar, isError);
|
/external/icu4c/common/unicode/ |
H A D | utf16.h | 282 * @see U16_APPEND 311 #define U16_APPEND(s, i, capacity, c, isError) { \ macro
|
H A D | unistr.h | 4024 U16_APPEND(buffer, count, U16_MAX_LENGTH, srcChar, isError); 4327 U16_APPEND(buffer, _length, U16_MAX_LENGTH, srcChar, isError);
|
/external/webkit/JavaScriptCore/icu/unicode/ |
H A D | utf16.h | 273 * @see U16_APPEND 302 #define U16_APPEND(s, i, capacity, c, isError) { \ macro
|
/external/webkit/JavaScriptGlue/icu/unicode/ |
H A D | utf16.h | 273 * @see U16_APPEND 302 #define U16_APPEND(s, i, capacity, c, isError) { \ macro
|
/external/webkit/WebCore/icu/unicode/ |
H A D | utf16.h | 273 * @see U16_APPEND 302 #define U16_APPEND(s, i, capacity, c, isError) { \ macro
|
/external/webkit/WebKit/mac/icu/unicode/ |
H A D | utf16.h | 273 * @see U16_APPEND 302 #define U16_APPEND(s, i, capacity, c, isError) { \ macro
|
/external/chromium/third_party/icu/source/common/ |
H A D | caniter.cpp | 556 U16_APPEND(buff, bufLen, bufSize, cp, overflow);
|
H A D | ustrcase.c | 58 U16_APPEND(dest, destIndex, destCapacity, c, isError);
|
H A D | unistr.cpp | 213 U16_APPEND(fUnion.fStackBuffer, i, US_STACKBUF_SIZE, ch, isError);
|
/external/chromium/third_party/icu/source/io/ |
H A D | ustdio.c | 285 U16_APPEND(buf, idx, sizeof(buf)/sizeof(*buf), uc, isError);
|
H A D | uscanf_p.c | 1179 U16_APPEND(alias, idx, chLeft, c, isError);
|
/external/icu4c/io/ |
H A D | ustdio.c | 285 U16_APPEND(buf, idx, sizeof(buf)/sizeof(*buf), uc, isError);
|
H A D | uscanf_p.c | 1179 U16_APPEND(alias, idx, chLeft, c, isError);
|
/external/chromium/third_party/icu/source/test/cintltst/ |
H A D | utf16tst.c | 696 U16_APPEND(buffer, length, LENGTHOF(buffer), c, isError); 700 log_err("U16_APPEND did not set isError correctly\n"); 703 log_err("U16_APPEND did not generate the expected output\n");
|
H A D | citertst.c | 861 U16_APPEND(supplementary, index, 2, unassigned, isError);
|
/external/icu4c/common/ |
H A D | ustrcase.c | 57 U16_APPEND(dest, destIndex, destCapacity, c, isError);
|
H A D | unistr.cpp | 213 U16_APPEND(fUnion.fStackBuffer, i, US_STACKBUF_SIZE, ch, isError);
|
/external/icu4c/test/cintltst/ |
H A D | utf16tst.c | 696 U16_APPEND(buffer, length, LENGTHOF(buffer), c, isError); 700 log_err("U16_APPEND did not set isError correctly\n"); 703 log_err("U16_APPEND did not generate the expected output\n");
|
H A D | citertst.c | 861 U16_APPEND(supplementary, index, 2, unassigned, isError);
|
/external/webkit/WebKit/mac/Misc/ |
H A D | WebNSURLExtras.mm | 504 U16_APPEND(utf16Buffer, offset, 2, c, failure)
|
/external/sqlite/dist/ |
H A D | sqlite3.c.orig | [all...] |
H A D | sqlite3.c | [all...] |