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

  /external/webkit/Source/JavaScriptCore/icu/unicode/
utf8.h 192 U8_SET_CP_START(s, start, _u8_get_index); \
410 * @see U8_SET_CP_START
431 #define U8_SET_CP_START(s, start, i) { \
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
utf8.h 192 U8_SET_CP_START(s, start, _u8_get_index); \
410 * @see U8_SET_CP_START
431 #define U8_SET_CP_START(s, start, i) { \
  /external/webkit/Source/WebCore/icu/unicode/
utf8.h 192 U8_SET_CP_START(s, start, _u8_get_index); \
410 * @see U8_SET_CP_START
431 #define U8_SET_CP_START(s, start, i) { \
  /external/webkit/Source/WebKit/mac/icu/unicode/
utf8.h 192 U8_SET_CP_START(s, start, _u8_get_index); \
410 * @see U8_SET_CP_START
431 #define U8_SET_CP_START(s, start, i) { \
  /external/icu4c/common/unicode/
utf8.h 223 U8_SET_CP_START(s, start, _u8_get_index); \
466 * @see U8_SET_CP_START
487 #define U8_SET_CP_START(s, start, i) { \
utf_old.h 435 /** @deprecated ICU 2.4. Renamed to U8_SET_CP_START, see utf_old.h. */
436 #define UTF8_SET_CHAR_START_SAFE(s, start, i) U8_SET_CP_START(s, start, i)
    [all...]
  /external/icu4c/test/cintltst/
utf8tst.c 595 U8_SET_CP_START(input, 0, setOffset);
597 log_err("ERROR: U8_SET_CP_START failed for offset=%ld. Expected:%ld Got:%ld\n", offset, start_safe[i], setOffset);
    [all...]
  /external/icu4c/common/
utext.cpp     [all...]

Completed in 431 milliseconds