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

  /external/chromium/third_party/icu/source/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_buildconf.h 124 int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status);
uspoof_buildconf.cpp 190 int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status) {
197 if (U_FAILURE(status) && errorType != NULL) {
198 *errorType = USPOOF_SINGLE_SCRIPT_CONFUSABLE;
  /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 190 int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status) {
197 if (U_FAILURE(status) && errorType != NULL) {
198 *errorType = USPOOF_SINGLE_SCRIPT_CONFUSABLE;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/
VoiceInput.java 518 private int getErrorStringId(int errorType, boolean endpointed) {
519 switch (errorType) {
540 private void onError(int errorType, boolean endpointed) {
541 Log.i(TAG, "error " + errorType);
542 mLogger.error(errorType);
543 onError(mContext.getString(getErrorStringId(errorType, endpointed)));
584 public void onError(int errorType) {
586 VoiceInput.this.onError(errorType, mEndpointed);
  /packages/apps/Mms/src/com/android/mms/transaction/
RetryScheduler.java 127 int errorType = MmsSms.ERR_TYPE_GENERIC;
158 errorType = MmsSms.ERR_TYPE_GENERIC_PERMANENT;
191 values.put(PendingMessages.ERROR_TYPE, errorType);
  /libcore/luni/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...]
  /external/libxml2/include/libxml/
debugXML.h 140 xmlShellPrintXPathError (int errorType,
  /external/webkit/WebCore/platform/graphics/qt/
MediaPlayerPrivatePhonon.cpp 334 if (!m_mediaObject || m_mediaObject->errorType() == Phonon::FatalError) {
  /external/chromium/third_party/icu/source/test/intltest/
rbbitst.cpp     [all...]
  /external/icu4c/test/intltest/
rbbitst.cpp     [all...]
  /development/apps/Term/src/com/android/term/
Term.java     [all...]
  /external/libxml2/
debugXML.c     [all...]
  /external/webkit/JavaScriptCore/bytecode/
CodeBlock.cpp     [all...]
  /external/jdiff/
xerces.jar 

Completed in 914 milliseconds