Home
last modified time | relevance | path

Searched refs:errType (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/tools/gencfu/
Dgencfu.cpp231 int32_t errType; in main() local
234 &errType, &parseError, &status); in main()
/external/icu/icu4c/source/test/cintltst/
Dspooftest.c123 int32_t errType; in TestOpenFromSource() local
151 &errType, &pe, &status); in TestOpenFromSource()
/external/icu/icu4c/source/i18n/unicode/
Duspoof.h666 int32_t *errType, UParseError *pe, UErrorCode *status);
/external/icu/libandroidicu/include/unicode/
Duspoof.h666 int32_t *errType, UParseError *pe, UErrorCode *status);
/external/golang-protobuf/proto/
Dall_test.go305 errType reflect.Type
317 errType: reflect.TypeOf(errors.New("some marshal err")),
333 errType: reflect.TypeOf(&RequiredNotSetError{}),
346 if reflect.TypeOf(err) != test.errType {
347 t.Errorf("%s: got err %T(%v) wanted %T", test.name, err, err, test.errType)
/external/cldr/tools/java/org/unicode/cldr/test/
DCheckDates.java982 CheckStatus.Type errType = CheckStatus.errorType; in checkValue() local
985 errType = CheckStatus.warningType; in checkValue()
988 result.add(new CheckStatus().setCause(this).setMainType(errType) in checkValue()
/external/icu/libandroidicu/static_shim/
Dshim.cpp2799 …r * confusablesWholeScript, int32_t confusablesWholeScriptLen, int32_t * errType, UParseError * pe… in uspoof_openFromSource_android() argument
2800 …nfusables, confusablesLen, confusablesWholeScript, confusablesWholeScriptLen, errType, pe, status); in uspoof_openFromSource_android()