OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fwd_unsafe
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
utf16tst.c
332
static uint16_t
fwd_unsafe
[] ={1, 3, 5, 6, 8, 10, 11, 12};
local
347
if(offunsafe !=
fwd_unsafe
[i]){
348
log_err("ERROR: Forward_unsafe offset expected:%d, Got:%d\n",
fwd_unsafe
[i], offunsafe);
357
if(offunsafe !=
fwd_unsafe
[i]){
358
log_err("ERROR: U16_FWD_1_UNSAFE offset expected:%d, Got:%d\n",
fwd_unsafe
[i], offunsafe);
utf8tst.c
404
static const uint16_t
fwd_unsafe
[] ={1, 5, 6, 7, 9, 10, 11, 13, 14, 15, 16, 20, };
local
421
if(offunsafe !=
fwd_unsafe
[i]){
422
log_err("ERROR: Forward_unsafe offset expected:%d, Got:%d\n",
fwd_unsafe
[i], offunsafe);
430
if(offunsafe !=
fwd_unsafe
[i]){
431
log_err("ERROR: U8_FWD_1_UNSAFE offset expected:%d, Got:%d\n",
fwd_unsafe
[i], offunsafe);
[
all
...]
/external/icu4c/test/cintltst/
utf16tst.c
400
static uint16_t
fwd_unsafe
[] ={1, 3, 5, 6, 8, 10, 11, 12};
local
415
if(offunsafe !=
fwd_unsafe
[i]){
416
log_err("ERROR: Forward_unsafe offset expected:%d, Got:%d\n",
fwd_unsafe
[i], offunsafe);
425
if(offunsafe !=
fwd_unsafe
[i]){
426
log_err("ERROR: U16_FWD_1_UNSAFE offset expected:%d, Got:%d\n",
fwd_unsafe
[i], offunsafe);
Completed in 112 milliseconds