Searched refs:U8_APPEND_UNSAFE (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/test/perf/unisetperf/
H A Dunisetperf.cpp325 U8_APPEND_UNSAFE(utf8, length, c);
371 U8_APPEND_UNSAFE(utf8, length, c);
/macosx-10.10/JavaScriptCore-7600.1.17/icu/unicode/
H A Dutf8.h325 #define U8_APPEND_UNSAFE(s, i, c) { \ macro
358 * @see U8_APPEND_UNSAFE
/macosx-10.10/WTF-7600.1.24/icu/unicode/
H A Dutf8.h325 #define U8_APPEND_UNSAFE(s, i, c) { \ macro
358 * @see U8_APPEND_UNSAFE
/macosx-10.10/WebCore-7600.1.25/icu/unicode/
H A Dutf8.h325 #define U8_APPEND_UNSAFE(s, i, c) { \ macro
358 * @see U8_APPEND_UNSAFE
/macosx-10.10/WebCore-7600.1.25/platform/text/
H A DTextCodecUTF8.cpp437 U8_APPEND_UNSAFE(bytes.data(), bytesWritten, character);
/macosx-10.10/WebKit-7600.1.25/mac/icu/unicode/
H A Dutf8.h325 #define U8_APPEND_UNSAFE(s, i, c) { \ macro
358 * @see U8_APPEND_UNSAFE
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dtrie2test.c395 U8_APPEND_UNSAFE(s, length, prevCP); /* start of the range */
399 U8_APPEND_UNSAFE(s, length, prevCP);
403 U8_APPEND_UNSAFE(s, length, c);
H A Dutf8tst.c1009 continue; /* skip non-code points for U8_APPEND_UNSAFE */
1012 U8_APPEND_UNSAFE(buffer, length, c);
1015 log_err("U8_APPEND_UNSAFE did not generate the expected output\n");
H A Dccapitst.c2469 U8_APPEND_UNSAFE(charUTF8, *pCharUTF8Length, c);
/macosx-10.10/ICU-531.30/icuSources/common/unicode/
H A Dutf8.h433 #define U8_APPEND_UNSAFE(s, i, c) { \ macro
466 * @see U8_APPEND_UNSAFE

Completed in 296 milliseconds