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

/external/icu4c/samples/ustring/
H A Dustring.cpp127 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 Dutf16.h282 * @see U16_APPEND
311 #define U16_APPEND(s, i, capacity, c, isError) { \ macro
H A Dunistr.h3987 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 Dutf16.h282 * @see U16_APPEND
311 #define U16_APPEND(s, i, capacity, c, isError) { \ macro
H A Dunistr.h4024 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 Dutf16.h273 * @see U16_APPEND
302 #define U16_APPEND(s, i, capacity, c, isError) { \ macro
/external/webkit/JavaScriptGlue/icu/unicode/
H A Dutf16.h273 * @see U16_APPEND
302 #define U16_APPEND(s, i, capacity, c, isError) { \ macro
/external/webkit/WebCore/icu/unicode/
H A Dutf16.h273 * @see U16_APPEND
302 #define U16_APPEND(s, i, capacity, c, isError) { \ macro
/external/webkit/WebKit/mac/icu/unicode/
H A Dutf16.h273 * @see U16_APPEND
302 #define U16_APPEND(s, i, capacity, c, isError) { \ macro
/external/chromium/third_party/icu/source/common/
H A Dcaniter.cpp556 U16_APPEND(buff, bufLen, bufSize, cp, overflow);
H A Dustrcase.c58 U16_APPEND(dest, destIndex, destCapacity, c, isError);
H A Dunistr.cpp213 U16_APPEND(fUnion.fStackBuffer, i, US_STACKBUF_SIZE, ch, isError);
/external/chromium/third_party/icu/source/io/
H A Dustdio.c285 U16_APPEND(buf, idx, sizeof(buf)/sizeof(*buf), uc, isError);
H A Duscanf_p.c1179 U16_APPEND(alias, idx, chLeft, c, isError);
/external/icu4c/io/
H A Dustdio.c285 U16_APPEND(buf, idx, sizeof(buf)/sizeof(*buf), uc, isError);
H A Duscanf_p.c1179 U16_APPEND(alias, idx, chLeft, c, isError);
/external/chromium/third_party/icu/source/test/cintltst/
H A Dutf16tst.c696 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 Dcitertst.c861 U16_APPEND(supplementary, index, 2, unassigned, isError);
/external/icu4c/common/
H A Dustrcase.c57 U16_APPEND(dest, destIndex, destCapacity, c, isError);
H A Dunistr.cpp213 U16_APPEND(fUnion.fStackBuffer, i, US_STACKBUF_SIZE, ch, isError);
/external/icu4c/test/cintltst/
H A Dutf16tst.c696 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 Dcitertst.c861 U16_APPEND(supplementary, index, 2, unassigned, isError);
/external/webkit/WebKit/mac/Misc/
H A DWebNSURLExtras.mm504 U16_APPEND(utf16Buffer, offset, 2, c, failure)
/external/sqlite/dist/
H A Dsqlite3.c.orig[all...]
H A Dsqlite3.c[all...]

Completed in 693 milliseconds