HomeSort by relevance Sort by last modified time
    Searched refs:errorType (Results 1 - 15 of 15) sorted by null

  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
NumberParseException.java 26 public enum ErrorType {
43 private ErrorType errorType;
46 public NumberParseException(ErrorType errorType, String message) {
49 this.errorType = errorType;
55 public ErrorType getErrorType() {
56 return errorType;
61 return "Error type: " + errorType + ". " + message
    [all...]
  /external/icu4c/i18n/
uspoof_build.cpp 50 int32_t *errorType, UParseError *pe, UErrorCode *status) {
59 if (errorType!=NULL) {
60 *errorType = 0;
74 ConfusabledataBuilder::buildConfusableData(This, confusables, confusablesLen, errorType, pe, *status);
uspoof_conf.h 126 int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status);
uspoof_conf.cpp 192 int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status) {
199 if (U_FAILURE(status) && errorType != NULL) {
200 *errorType = USPOOF_SINGLE_SCRIPT_CONFUSABLE;
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
checkcharacternormalization02.js 110 var errorType;
141 errorType = error.type;
143 assertEquals("errorType","check-character-normalization-failure",errorType);
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLTAttributeDef.java 65 * @param errorType the type of error to issue if validation fails. One of FATAL, ERROR, WARNING.
67 XSLTAttributeDef(String namespace, String name, int type, boolean required, boolean supportsAVT, int errorType)
74 this.m_errorType = errorType;
87 * @param errorType the type of error to issue if validation fails. One of FATAL, ERROR, WARNING.
90 XSLTAttributeDef(String namespace, String name, int type, boolean supportsAVT, int errorType, String defaultVal)
98 this.m_errorType = errorType;
111 * @param errorType the type of error to issue if validation fails. One of FATAL, ERROR, WARNING.
118 boolean prefixedQNameValAllowed, int errorType, String k1, int v1, String k2, int v2)
126 this.m_errorType = errorType;
142 * @param errorType the type of error to issue if validation fails. One of FATAL, ERROR, WARNING. *
    [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
RetryScheduler.java 126 int errorType = MmsSms.ERR_TYPE_GENERIC;
189 errorType = MmsSms.ERR_TYPE_GENERIC_PERMANENT;
222 values.put(PendingMessages.ERROR_TYPE, errorType);
  /external/libxml2/include/libxml/
debugXML.h 140 xmlShellPrintXPathError (int errorType,
  /external/webkit/Source/WebCore/platform/graphics/qt/
MediaPlayerPrivatePhonon.cpp 384 if (!m_mediaObject || m_mediaObject->errorType() == Phonon::FatalError) {
  /external/icu4c/test/intltest/
rbbitst.cpp     [all...]
  /external/libxml2/
debugXML.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /external/jdiff/
xerces.jar 

Completed in 664 milliseconds