Searched refs:U_MISSING_RESOURCE_ERROR (Results 51 - 75 of 79) sorted by relevance

1234

/external/icu/icu4c/source/common/
H A Duloc_tag.c828 } else if (tmpStatus == U_MISSING_RESOURCE_ERROR) {
853 if (tmpStatus == U_MISSING_RESOURCE_ERROR) {
969 if (U_FAILURE(tmpStatus) && tmpStatus != U_MISSING_RESOURCE_ERROR) {
H A Ducnv_bld.cpp771 *err = U_MISSING_RESOURCE_ERROR;
/external/icu/icu4c/source/i18n/
H A Dcalendar.cpp280 if (status == U_MISSING_RESOURCE_ERROR && rb != NULL) {
904 success = U_MISSING_RESOURCE_ERROR; // requested a calendar type which could NOT be found.
3743 if (status == U_MISSING_RESOURCE_ERROR && rb != NULL) {
H A Dnfsubs.cpp485 status = U_MISSING_RESOURCE_ERROR;
H A Dnumfmt.cpp1432 if ( status == U_MISSING_RESOURCE_ERROR && uprv_strcmp(gLatn,ns->getName())) {
H A Ducal.cpp686 if (*status == U_MISSING_RESOURCE_ERROR && rb != NULL) {
H A Dzonemeta.cpp736 if (status == U_MISSING_RESOURCE_ERROR) {
H A Dtimezone.cpp230 status = U_MISSING_RESOURCE_ERROR;
H A Dcollationbuilder.cpp231 errorCode = U_MISSING_RESOURCE_ERROR;
H A Ddecimfmt.cpp493 if ( status == U_MISSING_RESOURCE_ERROR && uprv_strcmp(fgLatn,ns->getName())) {
612 if ( error == U_MISSING_RESOURCE_ERROR && uprv_strcmp(ns->getName(),fgLatn)) {
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ditrbnf.cpp103 if (status == U_MISSING_RESOURCE_ERROR || status == U_FILE_ACCESS_ERROR) {
148 if (status == U_MISSING_RESOURCE_ERROR || status == U_FILE_ACCESS_ERROR) {
H A Drbbiapts.cpp884 if (status == U_MISSING_RESOURCE_ERROR || status == U_FILE_ACCESS_ERROR) {
/external/icu/icu4c/source/test/intltest/
H A Dintltest.cpp918 if (status == U_FILE_ACCESS_ERROR || status == U_MISSING_RESOURCE_ERROR) {
1058 if (status == U_FILE_ACCESS_ERROR || status == U_MISSING_RESOURCE_ERROR) {
H A Ditrbnf.cpp104 if (status == U_MISSING_RESOURCE_ERROR || status == U_FILE_ACCESS_ERROR) {
149 if (status == U_MISSING_RESOURCE_ERROR || status == U_FILE_ACCESS_ERROR) {
H A Dtzfmttst.cpp378 if (status == U_MISSING_RESOURCE_ERROR) {
H A Drbbiapts.cpp885 if (status == U_MISSING_RESOURCE_ERROR || status == U_FILE_ACCESS_ERROR) {
/external/chromium_org/third_party/icu/source/i18n/
H A Dnfsubs.cpp459 status = U_MISSING_RESOURCE_ERROR;
H A Dcalendar.cpp257 if (status == U_MISSING_RESOURCE_ERROR && rb != NULL) {
862 success = U_MISSING_RESOURCE_ERROR; // requested a calendar type which could NOT be found.
H A Dtimezone.cpp251 status = U_MISSING_RESOURCE_ERROR;
H A Dsmpdtfmt.cpp700 status = U_MISSING_RESOURCE_ERROR;
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcrestst.c306 expected_resource_status = U_MISSING_RESOURCE_ERROR;
/external/chromium_org/third_party/icu/source/tools/ctestfw/
H A Dctest.c770 if ((status == U_FILE_ACCESS_ERROR || status == U_MISSING_RESOURCE_ERROR)) {
/external/icu/icu4c/source/test/cintltst/
H A Dcrestst.c304 expected_resource_status = U_MISSING_RESOURCE_ERROR;
/external/icu/icu4c/source/tools/ctestfw/
H A Dctest.c819 if ((status == U_FILE_ACCESS_ERROR || status == U_MISSING_RESOURCE_ERROR)) {
/external/chromium_org/third_party/icu/source/common/
H A Ducnv_bld.c761 *err = U_MISSING_RESOURCE_ERROR;

Completed in 659 milliseconds

1234