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

/external/chromium_org/third_party/icu/source/common/
H A Dresbund.cpp251 return ures_getBinary(fResource, &len, &status);
H A Duresbund.c1245 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.h355 * @see ures_getBinary
437 ures_getBinary(const UResourceBundle* resourceBundle,
452 * @see ures_getBinary
475 * @see ures_getBinary
495 * @see ures_getBinary
H A Durename.h1422 #define ures_getBinary U_ICU_ENTRY_POINT_RENAME(ures_getBinary) macro
/external/icu4c/common/
H A Dresbund.cpp251 return ures_getBinary(fResource, &len, &status);
H A Duresbund.cpp1256 U_CAPI const uint8_t* U_EXPORT2 ures_getBinary(const UResourceBundle* resB, int32_t* len, function
/external/icu4c/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.h1446 #define ures_getBinary U_ICU_ENTRY_POINT_RENAME(ures_getBinary) macro
/external/icu4c/samples/uresb/
H A Duresb.c268 const int8_t *data = (const int8_t *)ures_getBinary(resource, &len, status);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcreststn.c518 binResult=(uint8_t*)ures_getBinary(res, &len, &status);
531 binResult=(uint8_t*)ures_getBinary(res, &len, &status);
861 binResult=ures_getBinary(res, &len, &status);
966 binResult=(uint8_t*)ures_getBinary(binColl, &len, &status);
1268 /*Test ures_getBinary() with UResourceBundle = NULL*/
1270 if(ures_getBinary(NULL, &len, &status) != NULL && status != U_ILLEGAL_ARGUMENT_ERROR){
1271 log_err("ERROR: ures_getBinary is supposed to fail when UResourceBundle = NULL. Expected: errorCode = U_ILLEGAL_ARGUMENT_ERROR, Got: errorCode=%s\n",
1274 /*Test ures_getBinary(0 status != U_ILLEGAL_ARGUMENT_ERROR*/
1281 binResult=(uint8_t*)ures_getBinary(binColl, &len, &status);
1283 log_err("ERROR: ures_getBinary() wit
[all...]
H A Dcapitst.c252 binResult=(uint8_t*)ures_getBinary(binColl, &len2, &status);
254 log_err("ERROR: ures_getBinary() failed\n");
/external/icu4c/test/cintltst/
H A Dcreststn.c518 binResult=(uint8_t*)ures_getBinary(res, &len, &status);
531 binResult=(uint8_t*)ures_getBinary(res, &len, &status);
861 binResult=ures_getBinary(res, &len, &status);
966 binResult=(uint8_t*)ures_getBinary(binColl, &len, &status);
1268 /*Test ures_getBinary() with UResourceBundle = NULL*/
1270 if(ures_getBinary(NULL, &len, &status) != NULL && status != U_ILLEGAL_ARGUMENT_ERROR){
1271 log_err("ERROR: ures_getBinary is supposed to fail when UResourceBundle = NULL. Expected: errorCode = U_ILLEGAL_ARGUMENT_ERROR, Got: errorCode=%s\n",
1274 /*Test ures_getBinary(0 status != U_ILLEGAL_ARGUMENT_ERROR*/
1281 binResult=(uint8_t*)ures_getBinary(binColl, &len, &status);
1283 log_err("ERROR: ures_getBinary() wit
[all...]
H A Dcapitst.c249 binResult=(uint8_t*)ures_getBinary(binColl, &len2, &status);
251 log_err("ERROR: ures_getBinary() failed\n");
/external/chromium_org/third_party/icu/source/i18n/
H A Dolsontz.cpp184 typeMapData = ures_getBinary(&r, &len, &ec);
H A Ducol_res.cpp242 const uint8_t *inData = ures_getBinary(binary, &len, status);
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dderb.c578 const int8_t *data = (const int8_t *)ures_getBinary(resource, &len, status);
/external/icu4c/i18n/
H A Dolsontz.cpp189 typeMapData = ures_getBinary(&r, &len, &ec);
H A Ducol_res.cpp244 const uint8_t *inData = ures_getBinary(binary, &len, status);
/external/icu4c/tools/genrb/
H A Dderb.c578 const int8_t *data = (const int8_t *)ures_getBinary(resource, &len, status);

Completed in 476 milliseconds