OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:U16_BACK_N_UNSAFE
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/common/unicode/
utf16.h
544
#define
U16_BACK_N_UNSAFE
(s, i, n) { \
563
* @see
U16_BACK_N_UNSAFE
/external/icu4c/common/unicode/
utf16.h
551
#define
U16_BACK_N_UNSAFE
(s, i, n) { \
570
* @see
U16_BACK_N_UNSAFE
/external/chromium_org/third_party/icu/source/test/cintltst/
utf16tst.c
466
U16_BACK_N_UNSAFE
(input, offunsafe, Nvalue[i]);
468
log_err("ERROR:
U16_BACK_N_UNSAFE
offset expected:%d, Got:%d\n", back_N_unsafe[i], offunsafe);
/external/icu4c/test/cintltst/
utf16tst.c
534
U16_BACK_N_UNSAFE
(input, offunsafe, Nvalue[i]);
536
log_err("ERROR:
U16_BACK_N_UNSAFE
offset expected:%d, Got:%d\n", back_N_unsafe[i], offunsafe);
Completed in 486 milliseconds