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

  /external/icu/icu4c/source/common/
uchriter.cpp 236 U16_SET_CP_START(text, begin, position);
utext.cpp     [all...]
unistr.cpp 806 U16_SET_CP_START(array, 0, offset);
    [all...]
  /external/icu/icu4c/source/common/unicode/
utf16.h 491 * @see U16_SET_CP_START
514 #define U16_SET_CP_START(s, start, i) { \
utf_old.h 716 /** @deprecated ICU 2.4. Renamed to U16_SET_CP_START, see utf_old.h. */
717 #define UTF16_SET_CHAR_START_SAFE(s, start, i) U16_SET_CP_START(s, start, i)
    [all...]
  /external/icu/libandroidicu/include/unicode/
utf16.h 491 * @see U16_SET_CP_START
514 #define U16_SET_CP_START(s, start, i) { \
utf_old.h 716 /** @deprecated ICU 2.4. Renamed to U16_SET_CP_START, see utf_old.h. */
717 #define UTF16_SET_CHAR_START_SAFE(s, start, i) U16_SET_CP_START(s, start, i)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
utf16tst.c 675 U16_SET_CP_START(input, 0, setOffset);
    [all...]
  /external/icu/icu4c/source/i18n/
rematch.cpp     [all...]

Completed in 551 milliseconds