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

<<1112131415

  /external/icu4c/common/
ucasemap.c 134 UErrorCode errorCode;
161 errorCode=U_ZERO_ERROR;
165 &errorCode);
174 errorCode=U_ZERO_ERROR;
178 &errorCode);
ucnv2022.c 374 _ISO2022Open(UConverter *cnv, UConverterLoadArgs *pArgs, UErrorCode *errorCode);
452 _ISO2022Open(UConverter *cnv, UConverterLoadArgs *pArgs, UErrorCode *errorCode){
490 ucnv_loadSharedData("ISO8859_7", &stackPieces, &stackArgs, errorCode);
494 ucnv_loadSharedData("kddi-jisx-208-2007", &stackPieces, &stackArgs, errorCode);
497 ucnv_loadSharedData("softbank-jisx-208-2007", &stackPieces, &stackArgs, errorCode);
500 ucnv_loadSharedData("Shift-JIS", &stackPieces, &stackArgs, errorCode);
506 ucnv_loadSharedData("jisx-212", &stackPieces, &stackArgs, errorCode);
511 ucnv_loadSharedData("noop-gb2312_gl", &stackPieces, &stackArgs, errorCode); /* gb_2312_80-1 */
516 ucnv_loadSharedData("ksc_5601", &stackPieces, &stackArgs, errorCode);
541 ucnv_canCreateConverter(cnvName, errorCode); /* errorCode carries result *
    [all...]
uniset_props.cpp 110 UnicodeSet *getInstance(UErrorCode &errorCode) {
111 return SimpleSingletonWrapper<UnicodeSet>::getInstance(createInstance, fPattern, errorCode);
114 static void *createInstance(const void *context, UErrorCode &errorCode) {
116 UnicodeSet *set=new UnicodeSet(pattern, errorCode);
118 errorCode=U_MEMORY_ALLOCATION_ERROR;
270 uniset_getUnicode32Instance(UErrorCode &errorCode) {
271 return UnicodeSetSingleton(uni32Singleton, "[:age=3.2:]").getInstance(errorCode);
    [all...]
unisetspan.cpp 165 UErrorCode errorCode=U_ZERO_ERROR;
167 u_strToUTF8(NULL, 0, &length8, s, length, &errorCode);
168 if(U_SUCCESS(errorCode) || errorCode==U_BUFFER_OVERFLOW_ERROR) {
180 UErrorCode errorCode=U_ZERO_ERROR;
182 u_strToUTF8((char *)t, capacity, &length8, s, length, &errorCode);
183 if(U_SUCCESS(errorCode)) {
    [all...]
utrie2_builder.c 323 UErrorCode errorCode;
335 utrie2_set32(nt->trie, start, value, &nt->errorCode);
337 utrie2_setRange32(nt->trie, start, end, value, TRUE, &nt->errorCode);
339 return U_SUCCESS(nt->errorCode);
387 context.errorCode=*pErrorCode;
389 *pErrorCode=context.errorCode;
426 context.errorCode=*pErrorCode;
428 *pErrorCode=context.errorCode;
    [all...]
ustrcase.c 970 UErrorCode errorCode=U_ZERO_ERROR;
973 &errorCode);
978 UErrorCode errorCode=U_ZERO_ERROR;
981 &errorCode);
986 UErrorCode errorCode=U_ZERO_ERROR;
989 &errorCode);
ucase.c     [all...]
  /external/chromium/third_party/icu/source/common/
unisetspan.cpp 165 UErrorCode errorCode=U_ZERO_ERROR;
167 u_strToUTF8(NULL, 0, &length8, s, length, &errorCode);
168 if(U_SUCCESS(errorCode) || errorCode==U_BUFFER_OVERFLOW_ERROR) {
180 UErrorCode errorCode=U_ZERO_ERROR;
182 u_strToUTF8((char *)t, capacity, &length8, s, length, &errorCode);
183 if(U_SUCCESS(errorCode)) {
    [all...]
ucnv2022.c 374 _ISO2022Open(UConverter *cnv, UConverterLoadArgs *pArgs, UErrorCode *errorCode);
452 _ISO2022Open(UConverter *cnv, UConverterLoadArgs *pArgs, UErrorCode *errorCode){
484 ucnv_loadSharedData("ISO8859_7", &stackPieces, &stackArgs, errorCode);
487 ucnv_loadSharedData("Shift-JIS", &stackPieces, &stackArgs, errorCode);
490 ucnv_loadSharedData("jisx-212", &stackPieces, &stackArgs, errorCode);
494 ucnv_loadSharedData("noop-gb2312_gl", &stackPieces, &stackArgs, errorCode); /* gb_2312_80-1 */
498 ucnv_loadSharedData("ksc_5601", &stackPieces, &stackArgs, errorCode);
521 ucnv_canCreateConverter(cnvName, errorCode); /* errorCode carries result */
526 myConverterData->currentConverter=ucnv_open(cnvName, errorCode);
    [all...]
utrie2_builder.c 323 UErrorCode errorCode;
335 utrie2_set32(nt->trie, start, value, &nt->errorCode);
337 utrie2_setRange32(nt->trie, start, end, value, TRUE, &nt->errorCode);
339 return U_SUCCESS(nt->errorCode);
387 context.errorCode=*pErrorCode;
389 *pErrorCode=context.errorCode;
426 context.errorCode=*pErrorCode;
428 *pErrorCode=context.errorCode;
    [all...]
ucase.c     [all...]
ustrcase.c 971 UErrorCode errorCode=U_ZERO_ERROR;
974 &errorCode);
979 UErrorCode errorCode=U_ZERO_ERROR;
982 &errorCode);
987 UErrorCode errorCode=U_ZERO_ERROR;
990 &errorCode);
  /external/webkit/WebCore/platform/graphics/openvg/
EGLDisplayOpenVG.cpp 239 EGLSurface EGLDisplayOpenVG::createPbufferSurface(const IntSize& size, const EGLConfig& config, EGLint* errorCode)
248 if (errorCode)
249 *errorCode = eglGetError();
PainterOpenVG.cpp 791 VGUErrorCode errorCode;
795 errorCode = vguLine(path, from.x(), from.y(), to.x(), to.y());
797 errorCode = vguLine(path, from.x() + 0.5, from.y(), to.x() + 0.5, to.y());
799 errorCode = vguLine(path, from.x(), from.y() + 0.5, to.x(), to.y() + 0.5);
801 if (errorCode == VGU_NO_ERROR) {
  /external/chromium/third_party/icu/source/tools/ctestfw/
ctest.c 659 UErrorCode errorCode = U_ZERO_ERROR;
681 u_setMemoryFunctions(NULL, ctest_libMalloc, ctest_libRealloc, ctest_libFree, &errorCode);
682 if (U_FAILURE(errorCode)) {
683 printf("u_setMemoryFunctions returned %s\n", u_errorName(errorCode));
  /external/icu4c/tools/ctestfw/
ctest.c 659 UErrorCode errorCode = U_ZERO_ERROR;
681 u_setMemoryFunctions(NULL, ctest_libMalloc, ctest_libRealloc, ctest_libFree, &errorCode);
682 if (U_FAILURE(errorCode)) {
683 printf("u_setMemoryFunctions returned %s\n", u_errorName(errorCode));
  /external/chromium/third_party/icu/source/test/cintltst/
putiltst.c 130 log_verbose("Testing the API u_errorName().. with BOGUS ERRORCODE...\n");
399 static const UErrorCode errorCode[_CODE_ARR_LEN] = {
429 errorName = u_errorName(errorCode[code]);
  /frameworks/base/voip/java/android/net/sip/
SipManager.java 583 public void onRegistrationFailed(ISipSession session, int errorCode,
585 mListener.onRegistrationFailed(getUri(session), errorCode, message);
  /external/webkit/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.cpp 317 if (error.errorCode() == InternalErrorInterrupted
318 || error.errorCode() == InternalErrorCancelled) {
329 if ((error.errorCode() == ErrorFile ||
330 error.errorCode() == ErrorFileNotFound) &&
576 if (!error.isNull() && error.errorCode() >= InternalErrorLast)
577 m_webFrame->reportError(error.errorCode(),
    [all...]
  /packages/apps/Browser/src/com/android/browser/
Tab.java 584 public void onReceivedError(WebView view, int errorCode,
586 if (errorCode != WebViewClient.ERROR_HOST_LOOKUP &&
587 errorCode != WebViewClient.ERROR_CONNECT &&
588 errorCode != WebViewClient.ERROR_BAD_URL &&
589 errorCode != WebViewClient.ERROR_UNSUPPORTED_SCHEME &&
590 errorCode != WebViewClient.ERROR_FILE) {
591 queueError(errorCode, description);
593 Log.e(LOGTAG, "onReceivedError " + errorCode + " " + failingUrl
    [all...]
  /external/chromium/third_party/icu/source/test/letest/
letest.cpp     [all...]
  /external/icu4c/test/letest/
letest.cpp     [all...]
  /frameworks/base/voip/java/com/android/server/sip/
SipService.java 626 public void onError(ISipSession session, int errorCode,
629 + SipErrorCode.toString(errorCode) + ": " + message);
    [all...]
  /external/expat/lib/
xmlparse.c 601 #define errorCode (parser->m_errorCode)
849 errorCode = XML_ERROR_NONE;
    [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
calendar.h     [all...]

Completed in 1416 milliseconds

<<1112131415