OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:back_unsafe
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
utf16tst.c
334
static uint16_t
back_unsafe
[]={11, 9, 8, 7, 6, 5, 3, 1, 0};
local
386
if(offunsafe !=
back_unsafe
[i]){
387
log_err("ERROR: Backward_unsafe offset expected:%d, Got:%d\n",
back_unsafe
[i], offunsafe);
397
if(offunsafe !=
back_unsafe
[i]){
398
log_err("ERROR: U16_BACK_1_UNSAFE offset expected:%d, Got:%d\n",
back_unsafe
[i], offunsafe);
407
log_err("ERROR: Backward_safe offset expected:%d, Got:%d\n",
back_unsafe
[i], offsafe);
416
log_err("ERROR: U16_BACK_1 offset expected:%d, Got:%d\n",
back_unsafe
[i], offsafe);
utf8tst.c
406
static const uint16_t
back_unsafe
[]={17, 16, 12, 11, 9, 7, 6, 5, 1, 0};
local
458
if(offunsafe !=
back_unsafe
[i]){
459
log_err("ERROR: Backward_unsafe offset expected:%d, Got:%d\n",
back_unsafe
[i], offunsafe);
468
if(offunsafe !=
back_unsafe
[i]){
469
log_err("ERROR: U8_BACK_1_UNSAFE offset expected:%d, Got:%d\n",
back_unsafe
[i], offunsafe);
479
log_err("ERROR: Backward_safe offset expected:%d, Got:%d\n",
back_unsafe
[i], offsafe);
489
log_err("ERROR: U8_BACK_1 offset expected:%d, Got:%d\n",
back_unsafe
[i], offsafe);
[
all
...]
/external/icu4c/test/cintltst/
utf16tst.c
402
static uint16_t
back_unsafe
[]={11, 9, 8, 7, 6, 5, 3, 1, 0};
local
454
if(offunsafe !=
back_unsafe
[i]){
455
log_err("ERROR: Backward_unsafe offset expected:%d, Got:%d\n",
back_unsafe
[i], offunsafe);
465
if(offunsafe !=
back_unsafe
[i]){
466
log_err("ERROR: U16_BACK_1_UNSAFE offset expected:%d, Got:%d\n",
back_unsafe
[i], offunsafe);
475
log_err("ERROR: Backward_safe offset expected:%d, Got:%d\n",
back_unsafe
[i], offsafe);
484
log_err("ERROR: U16_BACK_1 offset expected:%d, Got:%d\n",
back_unsafe
[i], offsafe);
Completed in 81 milliseconds