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

  /external/icu/icu4c/source/common/unicode/
utf8.h 254 U8_SET_CP_START(s, start, _u8_get_index); \
285 U8_SET_CP_START(s, start, _u8_get_index); \
580 * @see U8_SET_CP_START
601 #define U8_SET_CP_START(s, start, i) { \
utf_old.h 433 /** @deprecated ICU 2.4. Renamed to U8_SET_CP_START, see utf_old.h. */
434 #define UTF8_SET_CHAR_START_SAFE(s, start, i) U8_SET_CP_START(s, start, i)
    [all...]
  /external/icu/icu4c/source/common/
utext.cpp     [all...]
  /external/icu/icu4c/source/test/cintltst/
utf8tst.c 741 U8_SET_CP_START(input, 0, setOffset);
743 log_err("ERROR: U8_SET_CP_START failed for offset=%ld. Expected:%ld Got:%ld\n", offset, start_safe[i], setOffset);
    [all...]

Completed in 101 milliseconds