Home
last modified time | relevance | path

Searched refs:fError (Results 1 - 18 of 18) sorted by relevance

/third_party/icu/icu4c/source/i18n/
H A Dnumber_multiplier.cpp26 : fMagnitude(magnitude), fArbitrary(arbitraryToAdopt), fError(U_ZERO_ERROR) { in Scale()
41 : fMagnitude(other.fMagnitude), fArbitrary(nullptr), fError(other.fError) { in Scale()
57 fError = other.fError; in operator =()
62 : fMagnitude(src.fMagnitude), fArbitrary(src.fArbitrary), fError(src.fError) { in fError() function
73 fError = src.fError;
H A Dnumber_usageprefs.cpp39 fError = other.fError; in operator =()
47 if (U_FAILURE(other.fError)) { in operator =()
54 fError = U_MEMORY_ALLOCATION_ERROR; in operator =()
65 fError(src.fError) { in fError() function
80 fError = src.fError;
102 fError = U_MEMORY_ALLOCATION_ERROR; in set()
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_multiplier.cpp26 : fMagnitude(magnitude), fArbitrary(arbitraryToAdopt), fError(U_ZERO_ERROR) { in Scale()
41 : fMagnitude(other.fMagnitude), fArbitrary(nullptr), fError(other.fError) { in Scale()
57 fError = other.fError; in operator =()
62 : fMagnitude(src.fMagnitude), fArbitrary(src.fArbitrary), fError(src.fError) { in fError() function
73 fError = src.fError;
H A Dnumber_usageprefs.cpp39 fError = other.fError; in operator =()
47 if (U_FAILURE(other.fError)) { in operator =()
54 fError = U_MEMORY_ALLOCATION_ERROR; in operator =()
65 fError(src.fError) { in fError() function
80 fError = src.fError;
102 fError = U_MEMORY_ALLOCATION_ERROR; in set()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_multiplier.cpp26 : fMagnitude(magnitude), fArbitrary(arbitraryToAdopt), fError(U_ZERO_ERROR) { in Scale()
41 : fMagnitude(other.fMagnitude), fArbitrary(nullptr), fError(other.fError) { in Scale()
57 fError = other.fError; in operator =()
62 : fMagnitude(src.fMagnitude), fArbitrary(src.fArbitrary), fError(src.fError) { in fError() function
73 fError = src.fError;
H A Dnumber_usageprefs.cpp39 fError = other.fError; in operator =()
47 if (U_FAILURE(other.fError)) { in operator =()
54 fError = U_MEMORY_ALLOCATION_ERROR; in operator =()
65 fError(src.fError) { in fError() function
80 fError = src.fError;
102 fError = U_MEMORY_ALLOCATION_ERROR; in set()
/third_party/skia/tests/
H A Dskia_test.cpp105 TestReporter() : fStats(nullptr), fError(false), fTestCount(0) {} in operator ()()
111 fError = true; in operator ()()
115 bool fError; in operator ()() member
122 if (reporter.fError) { in operator ()()
125 fStatus->endTest(fTest.fName, !reporter.fError, elapsed, reporter.fTestCount); in operator ()()
/third_party/skia/src/core/
H A DSkReadBuffer.cpp41 if (!fError) { in setMemory()
48 if (!fError) { in setInvalid()
51 fError = true; in setInvalid()
60 if (fError) { in skip()
117 fError = true; in peekByte()
226 if (!fError) { in readRRect()
237 if (!fError) { in readRegion()
248 if (!fError) { in readPath()
H A DSkReadBuffer.h178 return !fError; in validate()
191 bool isValid() const { return !fError; } in isValid()
240 bool fError = false; member in SkReadBuffer
/third_party/icu/icu4c/source/test/perf/ubrkperf/
H A Dubrkperfold.cpp479 UBool error() {return fError;}; in error()
489 UBool fError; member in UCharFile
498 fError = false; in UCharFile()
512 fError = true; in UCharFile()
532 fError = true; in UCharFile()
600 fError = true; in get()
611 fError = true; in get()
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dnumberformatter.h1168 UErrorCode fError; member in number::Scale
1170 Scale(UErrorCode error) : fMagnitude(0), fArbitrary(nullptr), fError(error) {} in Scale()
1172 Scale() : fMagnitude(0), fArbitrary(nullptr), fError(U_ZERO_ERROR) {} in Scale()
1179 if (U_FAILURE(fError)) { in copyErrorTo()
1180 status = fError; in copyErrorTo()
1256 UErrorCode fError; member in number::impl::StringProp
1258 StringProp() : fValue(nullptr), fLength(0), fError(U_ZERO_ERROR) { in StringProp()
1263 if (U_FAILURE(fError)) { in copyErrorTo()
1264 status = fError; in copyErrorTo()
/third_party/icu/icu4c/source/i18n/unicode/
H A Dnumberformatter.h1164 UErrorCode fError; member in number::Scale
1166 Scale(UErrorCode error) : fMagnitude(0), fArbitrary(nullptr), fError(error) {} in Scale()
1168 Scale() : fMagnitude(0), fArbitrary(nullptr), fError(U_ZERO_ERROR) {} in Scale()
1175 if (U_FAILURE(fError)) { in copyErrorTo()
1176 status = fError; in copyErrorTo()
1252 UErrorCode fError; member in number::impl::StringProp
1254 StringProp() : fValue(nullptr), fLength(0), fError(U_ZERO_ERROR) { in StringProp()
1259 if (U_FAILURE(fError)) { in copyErrorTo()
1260 status = fError; in copyErrorTo()
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dnumberformatter.h1131 UErrorCode fError; member in number::Scale
1133 Scale(UErrorCode error) : fMagnitude(0), fArbitrary(nullptr), fError(error) {} in Scale()
1135 Scale() : fMagnitude(0), fArbitrary(nullptr), fError(U_ZERO_ERROR) {} in Scale()
1142 if (U_FAILURE(fError)) { in copyErrorTo()
1143 status = fError; in copyErrorTo()
1218 UErrorCode fError; member in number::impl::StringProp
1220 StringProp() : fValue(nullptr), fLength(0), fError(U_ZERO_ERROR) { in StringProp()
1225 if (U_FAILURE(fError)) { in copyErrorTo()
1226 status = fError; in copyErrorTo()
/third_party/icu/icu4c/source/test/perf/collationperf/
H A Dcollperf.cpp1216 UBool error() {return fError;}; in error()
1225 UBool fError; member in UCharFile
1233 fError = false; in UCharFile()
1239 fError = true; in UCharFile()
1259 fError = true; in UCharFile()
1327 fError = true; in get()
1338 fError = true; in get()
/third_party/skia/src/xml/
H A DSkXMLParser.h82 SkXMLParserError* fError; member in SkXMLParser
H A DSkXMLParser.cpp134 SkXMLParser::SkXMLParser(SkXMLParserError* parserError) : fParser(nullptr), fError(parserError) in SkXMLParser()
/third_party/python/PC/
H A D_msi.c335 if(erf.fError) in _msi_FCICreate_impl()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Djunit-4.10.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 20 milliseconds