Searched refs:U8_BACK_N (Results 1 – 7 of 7) sorted by relevance
/external/webkit/JavaScriptCore/icu/unicode/ |
D | utf8.h | 579 #define U8_BACK_N(s, start, i, n) { \ macro
|
/external/webkit/JavaScriptGlue/icu/unicode/ |
D | utf8.h | 579 #define U8_BACK_N(s, start, i, n) { \ macro
|
/external/webkit/WebKit/mac/icu/unicode/ |
D | utf8.h | 579 #define U8_BACK_N(s, start, i, n) { \ macro
|
/external/webkit/WebCore/icu/unicode/ |
D | utf8.h | 579 #define U8_BACK_N(s, start, i, n) { \ macro
|
/external/icu4c/common/unicode/ |
D | utf8.h | 604 #define U8_BACK_N(s, start, i, n) { \ macro
|
D | utf_old.h | 495 #define UTF8_BACK_N_SAFE(s, start, i, n) U8_BACK_N(s, start, i, n)
|
/external/icu4c/test/cintltst/ |
D | utf8tst.c | 554 U8_BACK_N(input, 0, offsafe, Nvalue[i]); in TestFwdBack()
|