Searched defs:UTF16_NEXT_CHAR_SAFE (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dutf_old.h640 #define UTF16_NEXT_CHAR_SAFE(s, i, length, c, strict) { \ macro
934 #define UTF_NEXT_CHAR_SAFE(s, i, length, c, strict) UTF16_NEXT_CHAR_SAFE(s, i, length, c, strict)
/external/icu/icu4c/source/common/unicode/
H A Dutf_old.h640 #define UTF16_NEXT_CHAR_SAFE(s, i, length, c, strict) { \ macro
934 #define UTF_NEXT_CHAR_SAFE(s, i, length, c, strict) UTF16_NEXT_CHAR_SAFE(s, i, length, c, strict)

Completed in 88 milliseconds