HomeSort by relevance Sort by last modified time
    Searched refs:U16_APPEND_UNSAFE (Results 1 - 25 of 45) sorted by null

1 2

  /external/chromium/third_party/icu/source/common/
ucnv_cnv.c 167 U16_APPEND_UNSAFE(cnv->UCharErrorBuffer, i, c);
unormcmp.cpp 348 U16_APPEND_UNSAFE(fold1, i, length);
393 U16_APPEND_UNSAFE(fold2, i, length);
caniter.cpp 510 U16_APPEND_UNSAFE(temp, inputLen, comp);
ustrcase.c 847 U16_APPEND_UNSAFE(fold1, i, length);
892 U16_APPEND_UNSAFE(fold2, i, length);
ucnv_ext.c     [all...]
  /external/icu4c/common/
ucnv_cnv.c 167 U16_APPEND_UNSAFE(cnv->UCharErrorBuffer, i, c);
unormcmp.cpp 353 U16_APPEND_UNSAFE(fold1, i, length);
398 U16_APPEND_UNSAFE(fold2, i, length);
ustrcase.c 846 U16_APPEND_UNSAFE(fold1, i, length);
891 U16_APPEND_UNSAFE(fold2, i, length);
ucnv_ext.c     [all...]
  /external/chromium/third_party/icu/public/common/unicode/
utf16.h 285 #define U16_APPEND_UNSAFE(s, i, c) { \
308 * @see U16_APPEND_UNSAFE
  /external/icu4c/common/unicode/
utf16.h 285 #define U16_APPEND_UNSAFE(s, i, c) { \
308 * @see U16_APPEND_UNSAFE
  /external/icu4c/tools/toolutil/
uparse.c 285 U16_APPEND_UNSAFE(dest, destLength, value);
  /external/webkit/JavaScriptCore/icu/unicode/
utf16.h 276 #define U16_APPEND_UNSAFE(s, i, c) { \
299 * @see U16_APPEND_UNSAFE
  /external/webkit/JavaScriptGlue/icu/unicode/
utf16.h 276 #define U16_APPEND_UNSAFE(s, i, c) { \
299 * @see U16_APPEND_UNSAFE
  /external/webkit/WebCore/icu/unicode/
utf16.h 276 #define U16_APPEND_UNSAFE(s, i, c) { \
299 * @see U16_APPEND_UNSAFE
  /external/webkit/WebKit/mac/icu/unicode/
utf16.h 276 #define U16_APPEND_UNSAFE(s, i, c) { \
299 * @see U16_APPEND_UNSAFE
  /external/chromium/third_party/icu/source/test/cintltst/
trie2test.c 287 U16_APPEND_UNSAFE(s, length, prevCP); /* start of the range */
291 U16_APPEND_UNSAFE(s, length, prevCP);
295 U16_APPEND_UNSAFE(s, length, c);
    [all...]
cucdtst.c     [all...]
utf16tst.c 680 continue; /* skip non-code points for U16_APPEND_UNSAFE */
683 U16_APPEND_UNSAFE(buffer, length, c);
686 log_err("U16_APPEND_UNSAFE did not generate the expected output\n");
  /external/icu4c/test/cintltst/
trie2test.c 287 U16_APPEND_UNSAFE(s, length, prevCP); /* start of the range */
291 U16_APPEND_UNSAFE(s, length, prevCP);
295 U16_APPEND_UNSAFE(s, length, c);
    [all...]
  /external/chromium/third_party/icu/source/i18n/
uspoof_impl.cpp 151 U16_APPEND_UNSAFE(destBuf, i, inChar)
179 U16_APPEND_UNSAFE(destBuf, i, inChar)
  /external/chromium/third_party/icu/source/tools/gencase/
store.c 278 U16_APPEND_UNSAFE(unfold, i, c);
    [all...]
  /external/icu4c/i18n/
uspoof_impl.cpp 151 U16_APPEND_UNSAFE(destBuf, i, inChar)
179 U16_APPEND_UNSAFE(destBuf, i, inChar)
  /external/icu4c/tools/gencase/
store.c 286 U16_APPEND_UNSAFE(unfold, i, c);
    [all...]
  /external/chromium/third_party/icu/source/tools/makeconv/
gencnvex.c 622 U16_APPEND_UNSAFE(u, r, c);
    [all...]

Completed in 256 milliseconds

1 2