HomeSort by relevance Sort by last modified time
    Searched refs:offunsafe (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/icu/source/test/cintltst/
utf16tst.c 343 uint16_t offunsafe=0, offsafe=0; local
345 while(offunsafe < sizeof(input)/U_SIZEOF_UCHAR){
346 UTF16_FWD_1_UNSAFE(input, offunsafe);
347 if(offunsafe != fwd_unsafe[i]){
348 log_err("ERROR: Forward_unsafe offset expected:%d, Got:%d\n", fwd_unsafe[i], offunsafe);
353 offunsafe=0, offsafe=0;
355 while(offunsafe < sizeof(input)/U_SIZEOF_UCHAR){
356 U16_FWD_1_UNSAFE(input, 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);
    [all...]
utf8tst.c 416 uint32_t offunsafe=0, offsafe=0; local
419 while(offunsafe < sizeof(input)){
420 UTF8_FWD_1_UNSAFE(input, offunsafe);
421 if(offunsafe != fwd_unsafe[i]){
422 log_err("ERROR: Forward_unsafe offset expected:%d, Got:%d\n", fwd_unsafe[i], offunsafe);
428 while(offunsafe < sizeof(input)){
429 U8_FWD_1_UNSAFE(input, 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);
454 offunsafe=sizeof(input)
    [all...]
  /external/icu4c/test/cintltst/
utf16tst.c 411 uint16_t offunsafe=0, offsafe=0; local
413 while(offunsafe < sizeof(input)/U_SIZEOF_UCHAR){
414 UTF16_FWD_1_UNSAFE(input, offunsafe);
415 if(offunsafe != fwd_unsafe[i]){
416 log_err("ERROR: Forward_unsafe offset expected:%d, Got:%d\n", fwd_unsafe[i], offunsafe);
421 offunsafe=0, offsafe=0;
423 while(offunsafe < sizeof(input)/U_SIZEOF_UCHAR){
424 U16_FWD_1_UNSAFE(input, 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);
    [all...]

Completed in 1919 milliseconds