HomeSort by relevance Sort by last modified time
    Searched refs:errorCode (Results 301 - 325 of 371) sorted by null

<<1112131415

  /external/icu4c/i18n/unicode/
calendar.h     [all...]
  /external/icu4c/test/cintltst/
putiltst.c 132 log_verbose("Testing the API u_errorName().. with BOGUS ERRORCODE...\n");
415 static const UErrorCode errorCode[_CODE_ARR_LEN] = {
448 errorName = u_errorName(errorCode[code]);
cloctst.c 567 UErrorCode errorCode=U_ZERO_ERROR;
581 errorCode=U_ZERO_ERROR;
582 length=uloc_getDisplayLanguage(NULL, NULL, buffer, LENGTHOF(buffer), &errorCode);
583 if(U_FAILURE(errorCode) || (length<=3 && buffer[0]<=0x7f)) {
585 log_data_err("unable to get a display string for the language of the default locale - %s (Are you missing data?)\n", u_errorName(errorCode));
589 errorCode=U_ZERO_ERROR;
590 length=uloc_getDisplayLanguage("qq", "rr", buffer, LENGTHOF(buffer), &errorCode);
591 if(errorCode!=U_USING_DEFAULT_WARNING || length!=2 || buffer[0]!=0x71 || buffer[1]!=0x71) {
592 log_err("error getting the display string for an unknown language - %s\n", u_errorName(errorCode));
596 errorCode=U_ZERO_ERROR
    [all...]
  /frameworks/base/packages/VpnServices/src/com/android/server/vpn/
VpnService.java 170 private void onError(int errorCode) {
171 onError(new VpnConnectingError(errorCode));
  /packages/apps/Browser/tests/src/com/android/browser/
PopularUrlsTest.java 191 public void onReceivedError(WebView view, int errorCode,
194 description, errorCode, failingUrl);
  /packages/apps/Phone/src/com/android/phone/sip/
SipSettings.java 421 public void onRegistrationFailed(String profileUri, int errorCode,
423 switch (errorCode) {
  /external/chromium/third_party/icu/source/test/cintltst/
cloctst.c 562 UErrorCode errorCode=U_ZERO_ERROR;
576 errorCode=U_ZERO_ERROR;
577 length=uloc_getDisplayLanguage(NULL, NULL, buffer, LENGTHOF(buffer), &errorCode);
578 if(U_FAILURE(errorCode) || (length<=3 && buffer[0]<=0x7f)) {
580 log_data_err("unable to get a display string for the language of the default locale - %s (Are you missing data?)\n", u_errorName(errorCode));
584 errorCode=U_ZERO_ERROR;
585 length=uloc_getDisplayLanguage("qq", "rr", buffer, LENGTHOF(buffer), &errorCode);
586 if(errorCode!=U_USING_DEFAULT_WARNING || length!=2 || buffer[0]!=0x71 || buffer[1]!=0x71) {
587 log_err("error getting the display string for an unknown language - %s\n", u_errorName(errorCode));
591 errorCode=U_ZERO_ERROR
    [all...]
  /development/samples/SipDemo/src/com/example/android/sip/
WalkieTalkieActivity.java 156 public void onRegistrationFailed(String localProfileUri, int errorCode,
  /external/chromium/third_party/icu/source/common/
uresdata.c 220 const char *path, const char *name, UErrorCode *errorCode) {
225 pResData->data=udata_openChoice(path, "res", name, isAcceptable, formatVersion, errorCode);
226 if(U_FAILURE(*errorCode)) {
238 *errorCode=U_INVALID_FORMAT_ERROR;
    [all...]
ubidi.c 121 UErrorCode errorCode=U_ZERO_ERROR;
122 return ubidi_openSized(0, 0, &errorCode);
    [all...]
ubidiimp.h 185 UErrorCode errorCode; /* for eventual memory shortage */
ushape.c 319 UErrorCode errorCode;
324 errorCode=U_ZERO_ERROR;
325 bdp=ubidi_getSingleton(&errorCode);
326 if(U_FAILURE(errorCode)) {
    [all...]
  /external/chromium/third_party/icu/source/tools/genpname/
genpname.cpp 996 UErrorCode errorCode = U_ZERO_ERROR;
998 compareNameToEnumEntry, NULL, TRUE, &errorCode);
1050 UErrorCode errorCode = U_ZERO_ERROR;
1052 compareEnumToNameGroupEntry, NULL, FALSE, &errorCode);
    [all...]
  /external/expat/tests/
runtests.c 71 _expect_failure(char *text, enum XML_Error errorCode, char *errorMessage,
78 if (XML_GetErrorCode(parser) != errorCode)
82 #define expect_failure(text, errorCode, errorMessage) \
83 _expect_failure((text), (errorCode), (errorMessage), \
    [all...]
  /external/icu4c/common/
uprops.h 407 uniset_getUnicode32Instance(UErrorCode &errorCode);
ubidi.c 121 UErrorCode errorCode=U_ZERO_ERROR;
122 return ubidi_openSized(0, 0, &errorCode);
    [all...]
utrie2.cpp 727 UErrorCode &errorCode) {
729 UTrie2 *instance=(UTrie2 *)singleton.getInstance(instantiator, context, duplicate, errorCode);
  /external/icu4c/tools/genpname/
genpname.cpp 997 UErrorCode errorCode = U_ZERO_ERROR;
999 compareNameToEnumEntry, NULL, TRUE, &errorCode);
1051 UErrorCode errorCode = U_ZERO_ERROR;
1053 compareEnumToNameGroupEntry, NULL, FALSE, &errorCode);
    [all...]
  /external/icu4c/tools/toolutil/
toolutil.cpp 40 #include "unicode/errorcode.h"
56 exit(errorCode);
  /external/webkit/WebKit/mac/WebCoreSupport/
WebFrameLoaderClient.mm     [all...]
  /external/webkit/WebKit/win/WebCoreSupport/
WebFrameLoaderClient.cpp 803 int errorCode = 0;
806 errorCode = WebKitErrorCannotFindPlugIn;
809 errorCode = WebKitErrorCannotLoadPlugIn;
815 ResourceError resourceError(String(WebKitErrorDomain), errorCode, pluginView->url().string(), String());
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
UserDictionaryToolsEdit.java 353 int ret_code = event.errorCode;
  /external/chromium/third_party/icu/source/i18n/
ucol_wgt.c 461 UErrorCode errorCode=U_ZERO_ERROR;
462 uprv_sortArray(ranges, rangeCount, sizeof(WeightRange), compareRanges, NULL, FALSE, &errorCode);
  /external/icu4c/i18n/
ucol_wgt.cpp 461 UErrorCode errorCode=U_ZERO_ERROR;
462 uprv_sortArray(ranges, rangeCount, sizeof(WeightRange), compareRanges, NULL, FALSE, &errorCode);
  /frameworks/base/core/java/android/webkit/
BrowserFrame.java 311 * @param errorCode The HTTP error code.
314 * of domain identifier. Change errorCode to an enum for a cleaner
317 private void reportError(final int errorCode, final String description,
322 mCallbackProxy.onReceivedError(errorCode, description, failingUrl);
    [all...]

Completed in 1442 milliseconds

<<1112131415