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

<<1112131415

  /external/icu4c/common/
ubidiln.c 305 UErrorCode errorCode;
309 errorCode=U_ZERO_ERROR;
310 RETURN_VOID_IF_BAD_RANGE(logicalPosition, 0, pBiDi->length, errorCode);
312 runCount=ubidi_countRuns((UBiDi *)pBiDi, &errorCode);
313 if(U_FAILURE(errorCode)) {
365 UErrorCode errorCode = U_ZERO_ERROR;
366 RETURN_IF_NOT_VALID_PARA_OR_LINE(pBiDi, errorCode, UBIDI_LTR);
367 ubidi_getRuns(pBiDi, &errorCode);
368 if(U_FAILURE(errorCode)) {
371 RETURN_IF_BAD_RANGE(runIndex, 0, pBiDi->runCount, errorCode, UBIDI_LTR)
    [all...]
ucnv_bld.c     [all...]
usprep.cpp 234 UErrorCode* errorCode) {
243 if(errorCode==NULL || U_FAILURE(*errorCode)) {
249 dataMemory=udata_openChoice(path, type, name, isSPrepAcceptable, NULL, errorCode);
250 if(U_FAILURE(*errorCode)) {
256 utrie_unserialize(&_sprepTrie, pb, p[_SPREP_INDEX_TRIE_SIZE], errorCode);
260 if(U_FAILURE(*errorCode)) {
286 if(U_FAILURE(*errorCode)){
294 *errorCode = U_INVALID_FORMAT_ERROR;
ucnv.c 319 UErrorCode errorCode = U_ZERO_ERROR;
330 ucnv_getName(converter, &errorCode), converter, converter->isCopyLocal);
349 errorCode = U_ZERO_ERROR;
350 converter->fromCharErrorBehaviour(converter->toUContext, &toUArgs, NULL, 0, UCNV_CLOSE, &errorCode);
364 errorCode = U_ZERO_ERROR;
365 converter->fromUCharErrorBehaviour(converter->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_CLOSE, &errorCode);
567 UErrorCode errorCode;
581 errorCode = U_ZERO_ERROR;
582 converter->fromCharErrorBehaviour(converter->toUContext, &toUArgs, NULL, 0, UCNV_RESET, &errorCode);
596 errorCode = U_ZERO_ERROR
    [all...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewClientTest.java 338 public void onReceivedError(WebView view, int errorCode,
340 super.onReceivedError(view, errorCode, description, failingUrl);
341 mOnReceivedErrorCode = errorCode;
  /external/chromium/third_party/icu/source/common/
ucnv_bld.c     [all...]
ucnv.c 319 UErrorCode errorCode = U_ZERO_ERROR;
330 ucnv_getName(converter, &errorCode), converter, converter->isCopyLocal);
349 errorCode = U_ZERO_ERROR;
350 converter->fromCharErrorBehaviour(converter->toUContext, &toUArgs, NULL, 0, UCNV_CLOSE, &errorCode);
364 errorCode = U_ZERO_ERROR;
365 converter->fromUCharErrorBehaviour(converter->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_CLOSE, &errorCode);
567 UErrorCode errorCode;
581 errorCode = U_ZERO_ERROR;
582 converter->fromCharErrorBehaviour(converter->toUContext, &toUArgs, NULL, 0, UCNV_RESET, &errorCode);
596 errorCode = U_ZERO_ERROR
    [all...]
ucasemap.c 134 UErrorCode errorCode;
161 errorCode=U_ZERO_ERROR;
165 &errorCode);
174 errorCode=U_ZERO_ERROR;
178 &errorCode);
  /external/chromium/third_party/icu/source/test/intltest/
intltest.cpp 1015 UErrorCode errorCode = U_ZERO_ERROR;
1142 u_init(&errorCode);
1143 if (U_FAILURE(errorCode)) {
1152 errorCode = U_ZERO_ERROR;
1158 u_init(&errorCode);
1159 if (U_FAILURE(errorCode)) {
1163 "*** check that the data files are present.\n", argv[0], u_errorName(errorCode));
    [all...]
usettest.cpp 56 UErrorCode errorCode=U_ZERO_ERROR;
57 utf8Cnv=ucnv_open("UTF-8", &errorCode);
    [all...]
  /external/icu4c/test/intltest/
intltest.cpp 1028 UErrorCode errorCode = U_ZERO_ERROR;
1168 u_init(&errorCode);
1169 if (U_FAILURE(errorCode)) {
    [all...]
usettest.cpp 56 UErrorCode errorCode=U_ZERO_ERROR;
57 utf8Cnv=ucnv_open("UTF-8", &errorCode);
    [all...]
numfmtst.h 192 const char *exp, UErrorCode errorCode) {
193 expect(fmt, n, UnicodeString(exp, ""), errorCode);
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupCheckSettings.java 166 int errorCode =
168 if (errorCode == MessagingException.AUTHENTICATION_FAILED) {
170 } else if (errorCode != MessagingException.NO_ERROR) {
  /external/chromium/third_party/icu/source/tools/gencnval/
gencnval.c 223 UErrorCode errorCode=U_ZERO_ERROR;
292 options[COPYRIGHT].doesOccur ? U_COPYRIGHT_STRING : NULL, &errorCode);
293 if(U_FAILURE(errorCode)) {
294 fprintf(stderr, "gencnval: unable to open output file - error %s\n", u_errorName(errorCode));
295 exit(errorCode);
302 udata_finish(out, &errorCode);
303 if(U_FAILURE(errorCode)) {
304 fprintf(stderr, "gencnval: error finishing output file - %s\n", u_errorName(errorCode));
305 exit(errorCode);
    [all...]
  /external/icu4c/tools/gencnval/
gencnval.c 223 UErrorCode errorCode=U_ZERO_ERROR;
292 options[COPYRIGHT].doesOccur ? U_COPYRIGHT_STRING : NULL, &errorCode);
293 if(U_FAILURE(errorCode)) {
294 fprintf(stderr, "gencnval: unable to open output file - error %s\n", u_errorName(errorCode));
295 exit(errorCode);
302 udata_finish(out, &errorCode);
303 if(U_FAILURE(errorCode)) {
304 fprintf(stderr, "gencnval: error finishing output file - %s\n", u_errorName(errorCode));
305 exit(errorCode);
    [all...]
  /external/icu4c/tools/gennorm2/
n2builder.h 31 #include "unicode/errorcode.h"
48 Normalizer2DataBuilder(UErrorCode &errorCode);
  /packages/apps/Settings/src/com/android/settings/
SettingsSafetyLegalActivity.java 74 public void onReceivedError(WebView view, int errorCode,
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnEvent.java 244 public int errorCode;
  /frameworks/base/voip/java/com/android/server/sip/
SipSessionGroup.java     [all...]
  /external/icu4c/tools/icuinfo/
icuinfo.cpp 262 UErrorCode errorCode = U_ZERO_ERROR;
317 return U_FAILURE(errorCode);
  /frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
PowerTestActivity.java 202 public void onReceivedError(WebView view, int errorCode, String description,
205 Log.v(LOGTAG, "WebCore error: code=" + errorCode
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
ReliabilityTestActivity.java 200 public void onReceivedError(WebView view, int errorCode, String description,
202 Log.v(LOGTAG, "Received WebCore error: code=" + errorCode
  /packages/apps/Browser/tests/src/com/android/browser/
JNIBindingsTestApp.java 201 public void onReceivedError(WebView view, int errorCode,
204 description, errorCode, failingUrl);
  /packages/apps/Settings/src/com/android/settings/vpn/
AuthenticationActor.java 214 private void broadcastConnectivity(VpnState s, int errorCode) {
215 mVpnManager.broadcastConnectivity(mProfile.getName(), s, errorCode);

Completed in 1330 milliseconds

<<1112131415