OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:U16_FWD_N_UNSAFE
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/common/unicode/
utf16.h
367
#define
U16_FWD_N_UNSAFE
(s, i, n) { \
385
* @see
U16_FWD_N_UNSAFE
/external/icu4c/common/unicode/
utf16.h
372
#define
U16_FWD_N_UNSAFE
(s, i, n) { \
392
* @see
U16_FWD_N_UNSAFE
/external/chromium_org/third_party/icu/source/test/cintltst/
utf16tst.c
432
U16_FWD_N_UNSAFE
(input, offunsafe, Nvalue[i]);
434
log_err("ERROR:
U16_FWD_N_UNSAFE
offset expected:%d, Got:%d\n", fwd_N_unsafe[i], offunsafe);
/external/icu4c/test/cintltst/
utf16tst.c
500
U16_FWD_N_UNSAFE
(input, offunsafe, Nvalue[i]);
502
log_err("ERROR:
U16_FWD_N_UNSAFE
offset expected:%d, Got:%d\n", fwd_N_unsafe[i], offunsafe);
Completed in 88 milliseconds