HomeSort by relevance Sort by last modified time
    Searched refs:U16_BACK_1_UNSAFE (Results 1 - 6 of 6) sorted by null

  /external/icu4c/common/unicode/
utf16.h 505 #define U16_BACK_1_UNSAFE(s, i) { \
520 * @see U16_BACK_1_UNSAFE
545 U16_BACK_1_UNSAFE(s, i); \
  /external/webkit/Source/JavaScriptCore/icu/unicode/
utf16.h 498 #define U16_BACK_1_UNSAFE(s, i) { \
513 * @see U16_BACK_1_UNSAFE
538 U16_BACK_1_UNSAFE(s, i); \
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
utf16.h 498 #define U16_BACK_1_UNSAFE(s, i) { \
513 * @see U16_BACK_1_UNSAFE
538 U16_BACK_1_UNSAFE(s, i); \
  /external/webkit/Source/WebCore/icu/unicode/
utf16.h 498 #define U16_BACK_1_UNSAFE(s, i) { \
513 * @see U16_BACK_1_UNSAFE
538 U16_BACK_1_UNSAFE(s, i); \
  /external/webkit/Source/WebKit/mac/icu/unicode/
utf16.h 498 #define U16_BACK_1_UNSAFE(s, i) { \
513 * @see U16_BACK_1_UNSAFE
538 U16_BACK_1_UNSAFE(s, i); \
  /external/icu4c/test/cintltst/
utf16tst.c 396 U16_BACK_1_UNSAFE(input, offunsafe);
398 log_err("ERROR: U16_BACK_1_UNSAFE offset expected:%d, Got:%d\n", back_unsafe[i], offunsafe);

Completed in 150 milliseconds