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

  /external/icu/icu4c/source/common/unicode/
utf16.h 701 * @see U16_SET_CP_LIMIT
727 #define U16_SET_CP_LIMIT(s, start, i, length) { \
utf_old.h 775 /** @deprecated ICU 2.4. Renamed to U16_SET_CP_LIMIT, see utf_old.h. */
776 #define UTF16_SET_CHAR_LIMIT_SAFE(s, start, i, length) U16_SET_CP_LIMIT(s, start, i, length)
    [all...]
  /external/icu/libandroidicu/include/unicode/
utf16.h 701 * @see U16_SET_CP_LIMIT
727 #define U16_SET_CP_LIMIT(s, start, i, length) { \
utf_old.h 775 /** @deprecated ICU 2.4. Renamed to U16_SET_CP_LIMIT, see utf_old.h. */
776 #define UTF16_SET_CHAR_LIMIT_SAFE(s, start, i, length) U16_SET_CP_LIMIT(s, start, i, length)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
utf16tst.c 470 /* U16_SET_CP_LIMIT moves from a non-lead byte to the limit of the code point */
472 U16_SET_CP_LIMIT(input, 0, k, -1);
474 log_err("U16_NEXT() moved to %d but U16_SET_CP_LIMIT(%d) moved to %d\n", i, j+1, k);
696 U16_SET_CP_LIMIT(input,0, setOffset, UPRV_LENGTHOF(input));
    [all...]
  /external/icu/icu4c/source/common/
unistr.cpp 818 U16_SET_CP_LIMIT(array, 0, offset, len);
    [all...]

Completed in 1792 milliseconds