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

/external/chromium_org/third_party/icu/source/test/perf/unisetperf/
H A Dunisetperf.cpp325 U8_APPEND_UNSAFE(utf8, length, c);
371 U8_APPEND_UNSAFE(utf8, length, c);
/external/icu4c/test/perf/unisetperf/
H A Dunisetperf.cpp325 U8_APPEND_UNSAFE(utf8, length, c);
371 U8_APPEND_UNSAFE(utf8, length, c);
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DTextCodecUTF8.cpp447 U8_APPEND_UNSAFE(bytes.data(), bytesWritten, character);
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dutf8.h325 #define U8_APPEND_UNSAFE(s, i, c) { \ macro
358 * @see U8_APPEND_UNSAFE
/external/chromium_org/third_party/icu/source/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.c833 continue; /* skip non-code points for U8_APPEND_UNSAFE */
836 U8_APPEND_UNSAFE(buffer, length, c);
839 log_err("U8_APPEND_UNSAFE did not generate the expected output\n");
H A Dccapitst.c2505 U8_APPEND_UNSAFE(charUTF8, *pCharUTF8Length, c);
/external/icu4c/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.c2465 U8_APPEND_UNSAFE(charUTF8, *pCharUTF8Length, c);
/external/icu4c/common/unicode/
H A Dutf8.h437 #define U8_APPEND_UNSAFE(s, i, c) { \ macro
470 * @see U8_APPEND_UNSAFE

Completed in 1194 milliseconds