Searched refs:ures_getBinary (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dresbund.cpp258 return ures_getBinary(fResource, &len, &status);
H A Duresbund.cpp1246 U_CAPI const uint8_t* U_EXPORT2 ures_getBinary(const UResourceBundle* resB, int32_t* len, function
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dures.h362 * @see ures_getBinary
444 ures_getBinary(const UResourceBundle* resourceBundle,
459 * @see ures_getBinary
482 * @see ures_getBinary
502 * @see ures_getBinary
H A Durename.h1494 #define ures_getBinary U_ICU_ENTRY_POINT_RENAME(ures_getBinary) macro
/external/icu/icu4c/source/common/
H A Dresbund.cpp258 return ures_getBinary(fResource, &len, &status);
H A Duresbund.cpp1246 U_CAPI const uint8_t* U_EXPORT2 ures_getBinary(const UResourceBundle* resB, int32_t* len, function
/external/icu/icu4c/source/common/unicode/
H A Dures.h363 * @see ures_getBinary
445 ures_getBinary(const UResourceBundle* resourceBundle,
460 * @see ures_getBinary
483 * @see ures_getBinary
503 * @see ures_getBinary
H A Durename.h1415 #define ures_getBinary U_ICU_ENTRY_POINT_RENAME(ures_getBinary) macro
/external/chromium_org/third_party/icu/source/samples/uresb/
H A Duresb.c268 const int8_t *data = (const int8_t *)ures_getBinary(resource, &len, status);
/external/icu/icu4c/source/samples/uresb/
H A Duresb.c268 const int8_t *data = (const int8_t *)ures_getBinary(resource, &len, status);
/external/icu/icu4c/source/i18n/
H A Ducol_res.cpp251 const uint8_t *inBytes = ures_getBinary(binary.getAlias(), &length, &errorCode);
H A Dolsontz.cpp189 typeMapData = ures_getBinary(&r, &len, &ec);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcreststn.c511 binResult=(uint8_t*)ures_getBinary(res, &len, &status);
524 binResult=(uint8_t*)ures_getBinary(res, &len, &status);
855 binResult=ures_getBinary(res, &len, &status);
961 binResult=(uint8_t*)ures_getBinary(binColl, &len, &status);
1265 /*Test ures_getBinary() with UResourceBundle = NULL*/
1267 if(ures_getBinary(NULL, &len, &status) != NULL && status != U_ILLEGAL_ARGUMENT_ERROR){
1268 log_err("ERROR: ures_getBinary is supposed to fail when UResourceBundle = NULL. Expected: errorCode = U_ILLEGAL_ARGUMENT_ERROR, Got: errorCode=%s\n",
1271 /*Test ures_getBinary(0 status != U_ILLEGAL_ARGUMENT_ERROR*/
1278 binResult=(uint8_t*)ures_getBinary(binColl, &len, &status);
1280 log_err("ERROR: ures_getBinary() wit
[all...]
H A Dcapitst.c240 binResult=(uint8_t*)ures_getBinary(binColl, &len2, &status);
242 log_err("ERROR: ures_getBinary() failed\n");
/external/icu/icu4c/source/test/cintltst/
H A Dcreststn.c513 binResult=(uint8_t*)ures_getBinary(res, &len, &status);
526 binResult=(uint8_t*)ures_getBinary(res, &len, &status);
857 binResult=ures_getBinary(res, &len, &status);
961 binResult=(uint8_t*)ures_getBinary(binColl, &len, &status);
1265 /*Test ures_getBinary() with UResourceBundle = NULL*/
1267 if(ures_getBinary(NULL, &len, &status) != NULL && status != U_ILLEGAL_ARGUMENT_ERROR){
1268 log_err("ERROR: ures_getBinary is supposed to fail when UResourceBundle = NULL. Expected: errorCode = U_ILLEGAL_ARGUMENT_ERROR, Got: errorCode=%s\n",
1271 /*Test ures_getBinary(0 status != U_ILLEGAL_ARGUMENT_ERROR*/
1278 binResult=(uint8_t*)ures_getBinary(binColl, &len, &status);
1280 log_err("ERROR: ures_getBinary() wit
[all...]
H A Dcapitst.c243 binResult=(uint8_t*)ures_getBinary(binColl, &len2, &status);
245 log_err("ERROR: ures_getBinary() failed\n");
/external/chromium_org/third_party/icu/source/i18n/
H A Dolsontz.cpp189 typeMapData = ures_getBinary(&r, &len, &ec);
H A Ducol_res.cpp237 const uint8_t *inData = ures_getBinary(binary, &len, status);
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dderb.c520 const int8_t *data = (const int8_t *)ures_getBinary(resource, &len, status);
/external/icu/icu4c/source/tools/genrb/
H A Dderb.c520 const int8_t *data = (const int8_t *)ures_getBinary(resource, &len, status);

Completed in 808 milliseconds