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

  /external/webkit/Source/JavaScriptCore/icu/unicode/
utf8.h 597 * @see U8_SET_CP_LIMIT
620 #define U8_SET_CP_LIMIT(s, start, i, length) { \
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
utf8.h 597 * @see U8_SET_CP_LIMIT
620 #define U8_SET_CP_LIMIT(s, start, i, length) { \
  /external/webkit/Source/WebCore/icu/unicode/
utf8.h 597 * @see U8_SET_CP_LIMIT
620 #define U8_SET_CP_LIMIT(s, start, i, length) { \
  /external/webkit/Source/WebKit/mac/icu/unicode/
utf8.h 597 * @see U8_SET_CP_LIMIT
620 #define U8_SET_CP_LIMIT(s, start, i, length) { \
  /external/icu4c/common/unicode/
utf8.h 676 * @see U8_SET_CP_LIMIT
699 #define U8_SET_CP_LIMIT(s, start, i, length) { \
utf_old.h 495 /** @deprecated ICU 2.4. Renamed to U8_SET_CP_LIMIT, see utf_old.h. */
496 #define UTF8_SET_CHAR_LIMIT_SAFE(s, start, i, length) U8_SET_CP_LIMIT(s, start, i, length)
    [all...]
  /external/icu4c/test/cintltst/
utf8tst.c 627 U8_SET_CP_LIMIT(input,0, setOffset, sizeof(input));
629 log_err("ERROR: U8_SET_CP_LIMIT failed for offset=%ld. Expected:%ld Got:%ld\n", offset, limit_safe[i], setOffset);
    [all...]

Completed in 1070 milliseconds