Searched defs:binResult (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Drestsnew.cpp1012 uint8_t *binResult = NULL; local
1064 binResult=(uint8_t*)res.getBinary(len, status);
1069 CONFIRM_EQ(binResult[i], i);
1077 binResult=(uint8_t*)res.getBinary(len, status);
1082 CONFIRM_EQ(binResult[i], i);
/external/icu/icu4c/source/test/intltest/
H A Drestsnew.cpp1012 uint8_t *binResult = NULL; local
1064 binResult=(uint8_t*)res.getBinary(len, status);
1069 CONFIRM_EQ(binResult[i], i);
1077 binResult=(uint8_t*)res.getBinary(len, status);
1082 CONFIRM_EQ(binResult[i], i);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcreststn.c457 uint8_t *binResult = NULL; local
511 binResult=(uint8_t*)ures_getBinary(res, &len, &status);
516 CONFIRM_INT_EQ(binResult[i], i);
524 binResult=(uint8_t*)ures_getBinary(res, &len, &status);
529 CONFIRM_INT_EQ(binResult[i], i);
760 const uint8_t *binResult = NULL; local
855 binResult=ures_getBinary(res, &len, &status);
856 (void)binResult; /* Suppress set but not used warning. */
931 uint8_t *binResult = NULL; local
961 binResult
1156 uint8_t *binResult = NULL; local
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcreststn.c459 uint8_t *binResult = NULL; local
513 binResult=(uint8_t*)ures_getBinary(res, &len, &status);
518 CONFIRM_INT_EQ(binResult[i], i);
526 binResult=(uint8_t*)ures_getBinary(res, &len, &status);
531 CONFIRM_INT_EQ(binResult[i], i);
762 const uint8_t *binResult = NULL; local
857 binResult=ures_getBinary(res, &len, &status);
858 (void)binResult; /* Suppress set but not used warning. */
932 uint8_t *binResult = NULL; local
961 binResult
1156 uint8_t *binResult = NULL; local
[all...]

Completed in 270 milliseconds