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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/third_party/icu/source/common/
ubidi_props.c 479 UErrorCode errorCode=U_ZERO_ERROR;
480 const UBiDiProps *bdp=ubidi_getSingleton(&errorCode);
490 UErrorCode errorCode=U_ZERO_ERROR;
491 const UBiDiProps *bdp=ubidi_getSingleton(&errorCode);
497 UErrorCode errorCode=U_ZERO_ERROR;
498 const UBiDiProps *bdp=ubidi_getSingleton(&errorCode);
uresdata.h 182 const char *path, const char *name, UErrorCode *errorCode);
ucnvhz.c 69 _HZOpen(UConverter *cnv, UConverterLoadArgs *pArgs, UErrorCode *errorCode){
72 ucnv_canCreateConverter("GBK", errorCode); /* errorCode carries result */
75 gbConverter = ucnv_open("GBK", errorCode);
76 if(U_FAILURE(*errorCode)) {
90 *errorCode = U_MEMORY_ALLOCATION_ERROR;
uloc.c     [all...]
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...]
usprep.cpp 237 UErrorCode* errorCode) {
246 if(errorCode==NULL || U_FAILURE(*errorCode)) {
252 dataMemory=udata_openChoice(path, type, name, isSPrepAcceptable, NULL, errorCode);
253 if(U_FAILURE(*errorCode)) {
259 utrie_unserialize(&_sprepTrie, pb, p[_SPREP_INDEX_TRIE_SIZE], errorCode);
263 if(U_FAILURE(*errorCode)) {
282 unorm_getUnicodeVersion(&normUnicodeVersion, errorCode);
289 if(U_FAILURE(*errorCode)){
297 *errorCode = U_INVALID_FORMAT_ERROR
    [all...]
  /external/icu4c/common/
ubidi_props.c 479 UErrorCode errorCode=U_ZERO_ERROR;
480 const UBiDiProps *bdp=ubidi_getSingleton(&errorCode);
490 UErrorCode errorCode=U_ZERO_ERROR;
491 const UBiDiProps *bdp=ubidi_getSingleton(&errorCode);
497 UErrorCode errorCode=U_ZERO_ERROR;
498 const UBiDiProps *bdp=ubidi_getSingleton(&errorCode);
uresdata.h 326 UErrorCode *errorCode);
334 const char *path, const char *name, UErrorCode *errorCode);
ucnvhz.c 69 _HZOpen(UConverter *cnv, UConverterLoadArgs *pArgs, UErrorCode *errorCode){
72 ucnv_canCreateConverter("GBK", errorCode); /* errorCode carries result */
75 gbConverter = ucnv_open("GBK", errorCode);
76 if(U_FAILURE(*errorCode)) {
90 *errorCode = U_MEMORY_ALLOCATION_ERROR;
  /external/chromium/third_party/icu/source/i18n/
casetrn.cpp 94 UErrorCode errorCode = U_ZERO_ERROR;
95 fCsp = ucase_getSingleton(&errorCode); // expect to get NULL if failure
  /external/chromium/third_party/icu/source/test/intltest/
numfmtst.h 182 const char *exp, UErrorCode errorCode) {
183 expect(fmt, n, UnicodeString(exp, ""), errorCode);
caltest.h 170 UErrorCode& errorCode);
  /external/icu4c/i18n/
casetrn.cpp 94 UErrorCode errorCode = U_ZERO_ERROR;
95 fCsp = ucase_getSingleton(&errorCode); // expect to get NULL if failure
  /external/webkit/WebCore/html/
HTMLParser.h 155 void reportError(HTMLParserErrorCode errorCode, const AtomicString* tagName1 = 0, const AtomicString* tagName2 = 0, bool closeTags = false)
156 { if (!m_reportErrors) return; reportErrorToConsole(errorCode, tagName1, tagName2, closeTags); }
  /external/webkit/WebCore/platform/graphics/openvg/
SurfaceOpenVG.cpp 48 SurfaceOpenVG::SurfaceOpenVG(const IntSize& size, const EGLDisplay& display, EGLConfig* confPtr, EGLint* errorCode)
58 m_eglSurface = displayManager->createPbufferSurface(size, config, errorCode);
  /external/webkit/WebCore/platform/gtk/
GeolocationServiceGtk.cpp 209 void GeolocationServiceGtk::setError(PositionError::ErrorCode errorCode, const char* message)
212 m_lastError = PositionError::create(errorCode, String::fromUTF8(message));
  /external/chromium/third_party/icu/source/test/cintltst/
ccaltst.c     [all...]
  /external/icu4c/test/cintltst/
ccaltst.c     [all...]
  /external/icu4c/test/intltest/
caltest.h 170 UErrorCode& errorCode);
  /external/webkit/WebKit/android/jni/
WebCoreFrameBridge.h 64 void reportError(int errorCode, const WebCore::String& description,
  /external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/
WebKitSystemInterface.h 94 CFStringRef wkCFNetworkErrorGetLocalizedDescription(CFIndex errorCode);
  /external/chromium/third_party/icu/source/tools/makeconv/
gencnvex.c 333 UErrorCode errorCode;
344 errorCode=U_ZERO_ERROR;
345 u_strFromUTF32(NULL, 0, &u16Length, u32, m->uLen, &errorCode);
346 if(U_FAILURE(errorCode) && errorCode!=U_BUFFER_OVERFLOW_ERROR) {
347 exit(errorCode);
357 errorCode=U_ZERO_ERROR;
358 u_strFromUTF32(u, u16Length, NULL, u32, m->uLen, &errorCode);
359 if(U_FAILURE(errorCode) && errorCode!=U_BUFFER_OVERFLOW_ERROR)
    [all...]
  /external/chromium/third_party/icu/source/tools/toolutil/
ucm.c 221 UErrorCode errorCode;
228 errorCode=U_ZERO_ERROR;
233 FALSE, &errorCode);
256 FALSE, &errorCode);
258 if(U_FAILURE(errorCode)) {
260 u_errorName(errorCode));
261 exit(errorCode);
829 UErrorCode errorCode=U_ZERO_ERROR;
830 u_strFromUTF32(NULL, 0, &u16Length, codePoints, uLen, &errorCode);
831 if( (U_FAILURE(errorCode) && errorCode!=U_BUFFER_OVERFLOW_ERROR) |
    [all...]
  /external/icu4c/tools/makeconv/
gencnvex.c 333 UErrorCode errorCode;
344 errorCode=U_ZERO_ERROR;
345 u_strFromUTF32(NULL, 0, &u16Length, u32, m->uLen, &errorCode);
346 if(U_FAILURE(errorCode) && errorCode!=U_BUFFER_OVERFLOW_ERROR) {
347 exit(errorCode);
357 errorCode=U_ZERO_ERROR;
358 u_strFromUTF32(u, u16Length, NULL, u32, m->uLen, &errorCode);
359 if(U_FAILURE(errorCode) && errorCode!=U_BUFFER_OVERFLOW_ERROR)
    [all...]
  /external/icu4c/tools/toolutil/
ucm.c 221 UErrorCode errorCode;
228 errorCode=U_ZERO_ERROR;
233 FALSE, &errorCode);
256 FALSE, &errorCode);
258 if(U_FAILURE(errorCode)) {
260 u_errorName(errorCode));
261 exit(errorCode);
829 UErrorCode errorCode=U_ZERO_ERROR;
830 u_strFromUTF32(NULL, 0, &u16Length, codePoints, uLen, &errorCode);
831 if( (U_FAILURE(errorCode) && errorCode!=U_BUFFER_OVERFLOW_ERROR) |
    [all...]

Completed in 1840 milliseconds

1 2 3 4 5 6 7 8 91011>>