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

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dutf_old.h576 #define UTF16_GET_CHAR_SAFE(s, start, i, length, c, strict) { \ macro
931 #define UTF_GET_CHAR_SAFE(s, start, i, length, c, strict) UTF16_GET_CHAR_SAFE(s, start, i, length, c, strict)
/external/icu4c/common/unicode/
H A Dutf_old.h572 #define UTF16_GET_CHAR_SAFE(s, start, i, length, c, strict) { \ macro
927 #define UTF_GET_CHAR_SAFE(s, start, i, length, c, strict) UTF16_GET_CHAR_SAFE(s, start, i, length, c, strict)

Completed in 628 milliseconds