Searched refs:U16_BACK_N (Results 1 - 7 of 7) sorted by relevance

/external/icu4c/common/unicode/
H A Dutf16.h541 * @see U16_BACK_N
566 #define U16_BACK_N(s, start, i, n) { \ macro
H A Dutf_old.h740 /** @deprecated ICU 2.4. Renamed to U16_BACK_N, see utf_old.h. */
741 #define UTF16_BACK_N_SAFE(s, start, i, n) U16_BACK_N(s, start, i, n)
986 /** @deprecated ICU 2.4. Renamed to U16_BACK_N, see utf_old.h. */
1150 * @deprecated ICU 2.4. Renamed to U16_BACK_N, see utf_old.h.
1152 #define UTF_BACK_N(s, start, i, n) U16_BACK_N(s, start, i, n)
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Dutf16.h532 * @see U16_BACK_N
557 #define U16_BACK_N(s, start, i, n) { \ macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Dutf16.h532 * @see U16_BACK_N
557 #define U16_BACK_N(s, start, i, n) { \ macro
/external/webkit/Source/WebCore/icu/unicode/
H A Dutf16.h532 * @see U16_BACK_N
557 #define U16_BACK_N(s, start, i, n) { \ macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Dutf16.h532 * @see U16_BACK_N
557 #define U16_BACK_N(s, start, i, n) { \ macro
/external/icu4c/test/cintltst/
H A Dutf16tst.c482 U16_BACK_N(input, 0, offsafe, Nvalue[i]);
484 log_err("ERROR: U16_BACK_N offset expected:%d, Got:%d\n", back_N_safe[i], offsafe);

Completed in 64 milliseconds