Home
last modified time | relevance | path

Searched refs:errorType (Results 1 – 12 of 12) sorted by relevance

/external/icu4c/i18n/
Duspoof_build.cpp50 int32_t *errorType, UParseError *pe, UErrorCode *status) { in uspoof_openFromSource() argument
59 if (errorType!=NULL) { in uspoof_openFromSource()
60 *errorType = 0; in uspoof_openFromSource()
74 …ConfusabledataBuilder::buildConfusableData(This, confusables, confusablesLen, errorType, pe, *stat… in uspoof_openFromSource()
Duspoof_conf.cpp190 int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status) { in buildConfusableData() argument
197 if (U_FAILURE(status) && errorType != NULL) { in buildConfusableData()
198 *errorType = USPOOF_SINGLE_SCRIPT_CONFUSABLE; in buildConfusableData()
Duspoof_conf.h126 int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status);
/external/chromium/third_party/icu/source/i18n/
Duspoof_build.cpp50 int32_t *errorType, UParseError *pe, UErrorCode *status) { in uspoof_openFromSource() argument
59 if (errorType!=NULL) { in uspoof_openFromSource()
60 *errorType = 0; in uspoof_openFromSource()
74 …ConfusabledataBuilder::buildConfusableData(This, confusables, confusablesLen, errorType, pe, *stat… in uspoof_openFromSource()
Duspoof_buildconf.cpp190 int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status) { in buildConfusableData() argument
197 if (U_FAILURE(status) && errorType != NULL) { in buildConfusableData()
198 *errorType = USPOOF_SINGLE_SCRIPT_CONFUSABLE; in buildConfusableData()
Duspoof_buildconf.h124 int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status);
/external/libxml2/include/libxml/
DdebugXML.h140 xmlShellPrintXPathError (int errorType,
/external/icu4c/test/intltest/
Drbbitst.cpp4599 const char *errorType = NULL; in RunMonkey() local
4601 errorType = "next()"; in RunMonkey()
4603 errorType = "previous()"; in RunMonkey()
4605 errorType = "isBoundary()"; in RunMonkey()
4607 errorType = "following()"; in RunMonkey()
4609 errorType = "preceding()"; in RunMonkey()
4613 if (errorType != NULL) { in RunMonkey()
4688 errorType, seed, i, charErrorTxt); in RunMonkey()
/external/chromium/third_party/icu/source/test/intltest/
Drbbitst.cpp4910 const char *errorType = NULL; in RunMonkey() local
4912 errorType = "next()"; in RunMonkey()
4914 errorType = "previous()"; in RunMonkey()
4916 errorType = "isBoundary()"; in RunMonkey()
4918 errorType = "following()"; in RunMonkey()
4920 errorType = "preceding()"; in RunMonkey()
4924 if (errorType != NULL) { in RunMonkey()
4999 errorType, seed, i, charErrorTxt); in RunMonkey()
/external/webkit/WebCore/platform/graphics/qt/
DMediaPlayerPrivatePhonon.cpp334 if (!m_mediaObject || m_mediaObject->errorType() == Phonon::FatalError) { in updateStates()
/external/webkit/JavaScriptCore/bytecode/
DCodeBlock.cpp1091 int errorType = (++it)->u.operand; in dump() local
1093 …d] new_error\t %s, %d, %s\n", location, registerName(exec, r0).c_str(), errorType, constantName(ex… in dump()
/external/libxml2/
DdebugXML.c1821 xmlShellPrintXPathError(int errorType, const char *arg) in xmlShellPrintXPathError() argument
1828 switch (errorType) { in xmlShellPrintXPathError()