OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fwd_N_unsafe
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
utf16tst.c
338
static uint16_t
fwd_N_unsafe
[] ={0, 1, 5, 10, 11};
425
if(offunsafe !=
fwd_N_unsafe
[i]){
426
log_err("ERROR: Forward_N_unsafe offset expected:%d, Got:%d\n",
fwd_N_unsafe
[i], offunsafe);
433
if(offunsafe !=
fwd_N_unsafe
[i]){
434
log_err("ERROR: U16_FWD_N_UNSAFE offset expected:%d, Got:%d\n",
fwd_N_unsafe
[i], offunsafe);
utf8tst.c
410
static const uint16_t
fwd_N_unsafe
[] ={0, 1, 6, 10, 11, 14, 15};
497
if(offunsafe !=
fwd_N_unsafe
[i]){
498
log_err("ERROR: Forward_N_unsafe offset=%d expected:%d, Got:%d\n", i,
fwd_N_unsafe
[i], offunsafe);
505
if(offunsafe !=
fwd_N_unsafe
[i]){
506
log_err("ERROR: U8_FWD_N_UNSAFE offset=%d expected:%d, Got:%d\n", i,
fwd_N_unsafe
[i], offunsafe);
[
all
...]
/external/icu4c/test/cintltst/
utf16tst.c
406
static uint16_t
fwd_N_unsafe
[] ={0, 1, 5, 10, 11};
493
if(offunsafe !=
fwd_N_unsafe
[i]){
494
log_err("ERROR: Forward_N_unsafe offset expected:%d, Got:%d\n",
fwd_N_unsafe
[i], offunsafe);
501
if(offunsafe !=
fwd_N_unsafe
[i]){
502
log_err("ERROR: U16_FWD_N_UNSAFE offset expected:%d, Got:%d\n",
fwd_N_unsafe
[i], offunsafe);
Completed in 36 milliseconds