Home
last modified time | relevance | path

Searched refs:U16_APPEND (Results 1 – 19 of 19) sorted by relevance

/external/icu4c/samples/ustring/
Dustring.cpp127 U16_APPEND(input, i, LENGTHOF(input), 0x0062, isError); in demo_utf_h_macros()
223 U16_APPEND(buffer, j, LENGTHOF(buffer), c, isError); in demoCaseMapInC()
234 U16_APPEND(buffer, j, LENGTHOF(buffer), c, isError); in demoCaseMapInC()
245 U16_APPEND(buffer, j, LENGTHOF(buffer), c, isError); in demoCaseMapInC()
256 U16_APPEND(buffer, j, LENGTHOF(buffer), c, isError); in demoCaseMapInC()
267 U16_APPEND(buffer, j, LENGTHOF(buffer), c, isError); in demoCaseMapInC()
/external/webkit/Source/JavaScriptCore/icu/unicode/
Dutf16.h302 #define U16_APPEND(s, i, capacity, c, isError) { \ macro
/external/icu4c/common/unicode/
Dutf16.h311 #define U16_APPEND(s, i, capacity, c, isError) { \ macro
Dunistr.h4054 U16_APPEND(buffer, count, U16_MAX_LENGTH, srcChar, isError); in replace()
4351 U16_APPEND(buffer, _length, U16_MAX_LENGTH, srcChar, isError); in append()
/external/webkit/Source/WebKit/mac/icu/unicode/
Dutf16.h302 #define U16_APPEND(s, i, capacity, c, isError) { \ macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
Dutf16.h302 #define U16_APPEND(s, i, capacity, c, isError) { \ macro
/external/webkit/Source/WebCore/icu/unicode/
Dutf16.h302 #define U16_APPEND(s, i, capacity, c, isError) { \ macro
/external/webkit/Source/WebCore/platform/graphics/chromium/
DComplexTextControllerLinux.cpp341 U16_APPEND(destination, position, length, character, error); in normalizeSpacesAndMirrorChars()
/external/icu4c/common/
Dunistr.cpp214 U16_APPEND(fUnion.fStackBuffer, i, US_STACKBUF_SIZE, ch, isError); in UnicodeString()
1643 U16_APPEND(buffer, cLength, U16_MAX_LENGTH, c, isError); in appendCodePoint()
Dustrcase.c57 U16_APPEND(dest, destIndex, destCapacity, c, isError); in appendResult()
/external/icu4c/io/
Dustdio.c296 U16_APPEND(buf, idx, sizeof(buf)/sizeof(*buf), uc, isError); in u_fputc()
Duscanf_p.c1215 U16_APPEND(alias, idx, chLeft, c, isError); in u_scanf_scanset_handler()
/external/icu4c/test/cintltst/
Dutf16tst.c696 U16_APPEND(buffer, length, LENGTHOF(buffer), c, isError); in TestAppend()
Dcitertst.c864 U16_APPEND(supplementary, stringOffset, 2, unassigned, isError); in TestMaxExpansion()
Dcmsccoll.c6585 U16_APPEND(str, k, 500, start, b); in TestImport()
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
DFontAndroid.cpp905 U16_APPEND(destination, position, length, character, error); in normalizeSpacesAndMirrorChars()
/external/webkit/Source/WebKit/mac/Misc/
DWebNSURLExtras.mm504 U16_APPEND(utf16Buffer, offset, 2, c, failure)
/external/sqlite/dist/orig/
Dsqlite3.c134035 U16_APPEND(pCsr->aChar, iOut, nChar, c, isError);
/external/sqlite/dist/
Dsqlite3.c134066 U16_APPEND(pCsr->aChar, iOut, nChar, c, isError);