/aosp_15_r20/external/icu/icu4c/source/i18n/ |
H A D | udat.cpp | 929 const char16_t *value, int32_t valueLength, UErrorCode &errorCode) in setSymbol() 944 const char16_t *value, int32_t valueLength, UErrorCode &errorCode) in setEra() 951 const char16_t *value, int32_t valueLength, UErrorCode &errorCode) in setEraName() 958 const char16_t *value, int32_t valueLength, UErrorCode &errorCode) in setMonth() 965 const char16_t *value, int32_t valueLength, UErrorCode &errorCode) in setShortMonth() 972 const char16_t *value, int32_t valueLength, UErrorCode &errorCode) in setNarrowMonth() 979 const char16_t *value, int32_t valueLength, UErrorCode &errorCode) in setStandaloneMonth() 986 const char16_t *value, int32_t valueLength, UErrorCode &errorCode) in setStandaloneShortMonth() 993 const char16_t *value, int32_t valueLength, UErrorCode &errorCode) in setStandaloneNarrowMonth() 1000 const char16_t *value, int32_t valueLength, UErrorCode &errorCode) in setWeekday() [all …]
|
H A D | collationruleparser.cpp | 59 CollationRuleParser::CollationRuleParser(const CollationData *base, UErrorCode &errorCode) in CollationRuleParser() 75 UErrorCode &errorCode) { in parse() 90 CollationRuleParser::parse(const UnicodeString &ruleString, UErrorCode &errorCode) { in parse() 130 CollationRuleParser::parseRuleChain(UErrorCode &errorCode) { in parseRuleChain() 174 CollationRuleParser::parseResetAndPosition(UErrorCode &errorCode) { in parseResetAndPosition() 209 CollationRuleParser::parseRelationOperator(UErrorCode &errorCode) { in parseRelationOperator() 259 CollationRuleParser::parseRelationStrings(int32_t strength, int32_t i, UErrorCode &errorCode) { in parseRelationStrings() 291 CollationRuleParser::parseStarredCharacters(int32_t strength, int32_t i, UErrorCode &errorCode) { in parseStarredCharacters() 363 CollationRuleParser::parseTailoringString(int32_t i, UnicodeString &raw, UErrorCode &errorCode) { in parseTailoringString() 372 CollationRuleParser::parseString(int32_t i, UnicodeString &raw, UErrorCode &errorCode) { in parseString() [all …]
|
H A D | messageformat2_function_registry.cpp | 44 …lector(const FunctionName& selectorName, SelectorFactory* selectorFactory, UErrorCode& errorCode) { in adoptSelector() 52 …ter(const FunctionName& formatterName, FormatterFactory* formatterFactory, UErrorCode& errorCode) { in adoptFormatter() 60 …terNameByType(const UnicodeString& type, const FunctionName& functionName, UErrorCode& errorCode) { in setDefaultFormatterNameByType() 69 MFFunctionRegistry::Builder::Builder(UErrorCode& errorCode) { in Builder() 158 static void strToDouble(const UnicodeString& s, double& result, UErrorCode& errorCode) { in strToDouble() 174 static double tryStringAsNumber(const Locale& locale, const Formattable& val, UErrorCode& errorCode… in tryStringAsNumber() 188 static int64_t getInt64Value(const Locale& locale, const Formattable& value, UErrorCode& errorCode)… in getInt64Value() 354 …r* StandardFunctions::NumberFactory::createFormatter(const Locale& locale, UErrorCode& errorCode) { in createFormatter() 364 …* StandardFunctions::IntegerFactory::createFormatter(const Locale& locale, UErrorCode& errorCode) { in createFormatter() 380 …t number::LocalizedNumberFormatter& nf, const FormattedPlaceholder& input, UErrorCode& errorCode) { in stringAsNumber() [all …]
|
H A D | collationsettings.cpp | 38 UErrorCode errorCode = U_ZERO_ERROR; in CollationSettings() local 87 const uint8_t *table, UErrorCode &errorCode) { in aliasReordering() 131 UErrorCode &errorCode) { in setReordering() 193 const uint8_t *table, UErrorCode &errorCode) { in setReorderArrays() 225 CollationSettings::copyReorderingFrom(const CollationSettings &other, UErrorCode &errorCode) { in copyReorderingFrom() 270 CollationSettings::setStrength(int32_t value, int32_t defaultOptions, UErrorCode &errorCode) { in setStrength() 292 int32_t defaultOptions, UErrorCode &errorCode) { in setFlag() 312 int32_t defaultOptions, UErrorCode &errorCode) { in setCaseFirst() 336 int32_t defaultOptions, UErrorCode &errorCode) { in setAlternateHandling() 356 CollationSettings::setMaxVariable(int32_t value, int32_t defaultOptions, UErrorCode &errorCode) { in setMaxVariable()
|
/aosp_15_r20/external/icu/icu4c/source/test/intltest/ |
H A D | messageformat2test.cpp | 232 UErrorCode errorCode = (UErrorCode) errorCode1; in testDataModelAPI() local 262 UErrorCode errorCode = (UErrorCode) errorCode1; in testAPISimple() local 320 IcuTestErrorCode errorCode(*this, "testAPI"); in testAPI() local 392 UErrorCode errorCode = (UErrorCode) errorCode1; in testAPICustomFunctions() local 458 …eFormat2::testValidPatterns(const TestResult* patterns, int32_t len, IcuTestErrorCode& errorCode) { in testValidPatterns() 472 void TestMessageFormat2::testResolutionErrors(IcuTestErrorCode& errorCode) { in testResolutionErrors() 486 …mat2::testNoSyntaxErrors(const UnicodeString* patterns, int32_t len, IcuTestErrorCode& errorCode) { in testNoSyntaxErrors() 500 IcuTestErrorCode errorCode(*this, "jsonTests"); in testVariousPatterns() local 511 IcuTestErrorCode errorCode(*this, "specTests"); in specTests() local 550 IcuTestErrorCode errorCode(*this, "testInvalidPattern"); in testInvalidPattern() local [all …]
|
H A D | collationtest.cpp | 161 IcuTestErrorCode errorCode(*this, "TestMinMax"); in TestMinMax() local 196 IcuTestErrorCode errorCode(*this, "TestImplicits"); in TestImplicits() local 284 IcuTestErrorCode errorCode(*this, "TestNulTerminated"); in TestNulTerminated() local 309 IcuTestErrorCode errorCode(*this, "TestIllegalUTF8"); in TestIllegalUTF8() local 356 IcuTestErrorCode errorCode(*this, "TestShortFCDData"); in TestShortFCDData() local 412 IcuTestErrorCode errorCode(*this, "checkFCD"); in checkFCD() local 463 IcuTestErrorCode errorCode(*this, "TestFCD"); in TestFCD() local 782 IcuTestErrorCode errorCode(*this, "TestRootElements"); in TestRootElements() local 885 IcuTestErrorCode errorCode(*this, "TestTailoredElements"); in TestTailoredElements() local 989 UBool CollationTest::readNonEmptyLine(UCHARBUF *f, IcuTestErrorCode &errorCode) { in readNonEmptyLine() [all …]
|
H A D | localematchertest.cpp | 98 IcuTestErrorCode errorCode(*this, "testEmpty"); in testEmpty() local 112 IcuTestErrorCode errorCode(*this, "testCopyErrorTo"); in testCopyErrorTo() local 125 IcuTestErrorCode errorCode(*this, "testBasics"); in testBasics() local 264 IcuTestErrorCode errorCode(*this, "testSupportedDefault"); in testSupportedDefault() local 287 IcuTestErrorCode errorCode(*this, "testUnsupportedDefault"); in testUnsupportedDefault() local 311 IcuTestErrorCode errorCode(*this, "testNoDefault"); in testNoDefault() local 333 IcuTestErrorCode errorCode(*this, "testDemotion"); in testDemotion() local 356 IcuTestErrorCode errorCode(*this, "testDirection"); in testDirection() local 386 IcuTestErrorCode errorCode(*this, "testMaxDistanceAndIsMatch"); in testMaxDistanceAndIsMatch() local 416 IcuTestErrorCode errorCode(*this, "testMatch"); in testMatch() local [all …]
|
H A D | strcase.cpp | 476 IcuTestErrorCode errorCode(*this, "TestCasingImpl"); in TestCasingImpl() local 649 IcuTestErrorCode errorCode(*this, "TestTitleOptions"); in TestTitleOptions() local 678 IcuTestErrorCode errorCode(*this, "TestDutchTitle"); in TestDutchTitle() local 813 UErrorCode errorCode = U_ZERO_ERROR; in assertGreekUpper() local 842 UErrorCode errorCode = U_ZERO_ERROR; in assertGreekUpperNormalized() local 861 UErrorCode errorCode = U_ZERO_ERROR; in assertGreekUpperNormalized() local 885 UErrorCode errorCode = U_ZERO_ERROR; in assertGreekUpperNormalized() local 978 IcuTestErrorCode errorCode(*this, "TestLongUpper"); in TestLongUpper() local 990 IcuTestErrorCode errorCode(*this, "TestMalformedUTF8"); in TestMalformedUTF8() local 1035 IcuTestErrorCode errorCode(*this, "TestBufferOverflow"); in TestBufferOverflow() local [all …]
|
H A D | itutil.cpp | 100 ErrorCode errorCode; in TestErrorCode() local 149 MyErrorCode errorCode(countChecks, countDests); in TestSubclass() local 195 MyErrorCode errorCode(countChecks, countDests); in TestSubclass() local 380 UErrorCode errorCode = U_ZERO_ERROR; in TestLocalPointer() local 491 UErrorCode errorCode = U_ZERO_ERROR; in TestLocalArray() local 592 IcuTestErrorCode errorCode(*this, "TestLocalXyzPointer"); in TestLocalXyzPointer() local 700 IcuTestErrorCode errorCode(*this, "TestLocalXyzPointerMoveSwap"); in TestLocalXyzPointerMoveSwap() local 751 IcuTestErrorCode errorCode(*this, "TestLocalXyzPointerNull/LocalUConverterSelectorPointer"); in TestLocalXyzPointerNull() local 760 IcuTestErrorCode errorCode(*this, "TestLocalXyzPointerNull/LocalUCalendarPointer"); in TestLocalXyzPointerNull() local 768 …IcuTestErrorCode errorCode(*this, "TestLocalXyzPointerNull/LocalUDateTimePatternGeneratorPointer"); in TestLocalXyzPointerNull() local [all …]
|
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/ |
H A D | collationruleparser.cpp | 60 CollationRuleParser::CollationRuleParser(const CollationData *base, UErrorCode &errorCode) in CollationRuleParser() 76 UErrorCode &errorCode) { in parse() 91 CollationRuleParser::parse(const UnicodeString &ruleString, UErrorCode &errorCode) { in parse() 131 CollationRuleParser::parseRuleChain(UErrorCode &errorCode) { in parseRuleChain() 175 CollationRuleParser::parseResetAndPosition(UErrorCode &errorCode) { in parseResetAndPosition() 210 CollationRuleParser::parseRelationOperator(UErrorCode &errorCode) { in parseRelationOperator() 260 CollationRuleParser::parseRelationStrings(int32_t strength, int32_t i, UErrorCode &errorCode) { in parseRelationStrings() 292 CollationRuleParser::parseStarredCharacters(int32_t strength, int32_t i, UErrorCode &errorCode) { in parseStarredCharacters() 364 CollationRuleParser::parseTailoringString(int32_t i, UnicodeString &raw, UErrorCode &errorCode) { in parseTailoringString() 373 CollationRuleParser::parseString(int32_t i, UnicodeString &raw, UErrorCode &errorCode) { in parseString() [all …]
|
H A D | collationsettings.cpp | 38 UErrorCode errorCode = U_ZERO_ERROR; in CollationSettings() local 87 const uint8_t *table, UErrorCode &errorCode) { in aliasReordering() 131 UErrorCode &errorCode) { in setReordering() 193 const uint8_t *table, UErrorCode &errorCode) { in setReorderArrays() 225 CollationSettings::copyReorderingFrom(const CollationSettings &other, UErrorCode &errorCode) { in copyReorderingFrom() 270 CollationSettings::setStrength(int32_t value, int32_t defaultOptions, UErrorCode &errorCode) { in setStrength() 292 int32_t defaultOptions, UErrorCode &errorCode) { in setFlag() 312 int32_t defaultOptions, UErrorCode &errorCode) { in setCaseFirst() 336 int32_t defaultOptions, UErrorCode &errorCode) { in setAlternateHandling() 356 CollationSettings::setMaxVariable(int32_t value, int32_t defaultOptions, UErrorCode &errorCode) { in setMaxVariable()
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/ |
H A D | collationtest.cpp | 161 IcuTestErrorCode errorCode(*this, "TestMinMax"); in TestMinMax() local 196 IcuTestErrorCode errorCode(*this, "TestImplicits"); in TestImplicits() local 284 IcuTestErrorCode errorCode(*this, "TestNulTerminated"); in TestNulTerminated() local 309 IcuTestErrorCode errorCode(*this, "TestIllegalUTF8"); in TestIllegalUTF8() local 356 IcuTestErrorCode errorCode(*this, "TestShortFCDData"); in TestShortFCDData() local 412 IcuTestErrorCode errorCode(*this, "checkFCD"); in checkFCD() local 463 IcuTestErrorCode errorCode(*this, "TestFCD"); in TestFCD() local 782 IcuTestErrorCode errorCode(*this, "TestRootElements"); in TestRootElements() local 885 IcuTestErrorCode errorCode(*this, "TestTailoredElements"); in TestTailoredElements() local 989 UBool CollationTest::readNonEmptyLine(UCHARBUF *f, IcuTestErrorCode &errorCode) { in readNonEmptyLine() [all …]
|
H A D | localematchertest.cpp | 98 IcuTestErrorCode errorCode(*this, "testEmpty"); in testEmpty() local 112 IcuTestErrorCode errorCode(*this, "testCopyErrorTo"); in testCopyErrorTo() local 125 IcuTestErrorCode errorCode(*this, "testBasics"); in testBasics() local 264 IcuTestErrorCode errorCode(*this, "testSupportedDefault"); in testSupportedDefault() local 287 IcuTestErrorCode errorCode(*this, "testUnsupportedDefault"); in testUnsupportedDefault() local 311 IcuTestErrorCode errorCode(*this, "testNoDefault"); in testNoDefault() local 333 IcuTestErrorCode errorCode(*this, "testDemotion"); in testDemotion() local 356 IcuTestErrorCode errorCode(*this, "testDirection"); in testDirection() local 386 IcuTestErrorCode errorCode(*this, "testMaxDistanceAndIsMatch"); in testMaxDistanceAndIsMatch() local 416 IcuTestErrorCode errorCode(*this, "testMatch"); in testMatch() local [all …]
|
H A D | strcase.cpp | 476 IcuTestErrorCode errorCode(*this, "TestCasingImpl"); in TestCasingImpl() local 649 IcuTestErrorCode errorCode(*this, "TestTitleOptions"); in TestTitleOptions() local 678 IcuTestErrorCode errorCode(*this, "TestDutchTitle"); in TestDutchTitle() local 813 UErrorCode errorCode = U_ZERO_ERROR; in assertGreekUpper() local 842 UErrorCode errorCode = U_ZERO_ERROR; in assertGreekUpperNormalized() local 861 UErrorCode errorCode = U_ZERO_ERROR; in assertGreekUpperNormalized() local 885 UErrorCode errorCode = U_ZERO_ERROR; in assertGreekUpperNormalized() local 978 IcuTestErrorCode errorCode(*this, "TestLongUpper"); in TestLongUpper() local 990 IcuTestErrorCode errorCode(*this, "TestMalformedUTF8"); in TestMalformedUTF8() local 1035 IcuTestErrorCode errorCode(*this, "TestBufferOverflow"); in TestBufferOverflow() local [all …]
|
H A D | itutil.cpp | 100 ErrorCode errorCode; in TestErrorCode() local 149 MyErrorCode errorCode(countChecks, countDests); in TestSubclass() local 195 MyErrorCode errorCode(countChecks, countDests); in TestSubclass() local 380 UErrorCode errorCode = U_ZERO_ERROR; in TestLocalPointer() local 491 UErrorCode errorCode = U_ZERO_ERROR; in TestLocalArray() local 592 IcuTestErrorCode errorCode(*this, "TestLocalXyzPointer"); in TestLocalXyzPointer() local 700 IcuTestErrorCode errorCode(*this, "TestLocalXyzPointerMoveSwap"); in TestLocalXyzPointerMoveSwap() local 751 IcuTestErrorCode errorCode(*this, "TestLocalXyzPointerNull/LocalUConverterSelectorPointer"); in TestLocalXyzPointerNull() local 760 IcuTestErrorCode errorCode(*this, "TestLocalXyzPointerNull/LocalUCalendarPointer"); in TestLocalXyzPointerNull() local 768 …IcuTestErrorCode errorCode(*this, "TestLocalXyzPointerNull/LocalUDateTimePatternGeneratorPointer"); in TestLocalXyzPointerNull() local [all …]
|
/aosp_15_r20/system/chre/core/ |
H A D | wifi_request_manager.cc | 395 uint8_t errorCode) { in handleScanMonitorStateChange() 400 uint8_t errorCode; in handleScanMonitorStateChange() member 418 void WifiRequestManager::handleScanResponse(bool pending, uint8_t errorCode) { in handleScanResponse() 421 uint8_t errorCode; in handleScanResponse() member 440 uint8_t errorCode, struct chreWifiRangingEvent *event) { in handleRangingEvent() 469 uint8_t errorCode, uint32_t subscriptionId) { in handleNanServiceIdentifierEventSync() 513 uint8_t errorCode, uint32_t subscriptionId) { in handleNanServiceIdentifierEvent() 515 uint8_t errorCode = NestedDataPtr<uint8_t>(data); in handleNanServiceIdentifierEvent() local 606 uint8_t errorCode, uint32_t subscriptionId) { in handleNanServiceTerminatedEventSync() 627 uint8_t errorCode, uint32_t subscriptionId) { in handleNanServiceSubscriptionCanceledEventSync() [all …]
|
H A D | ble_request_manager.cc | 285 void BleRequestManager::handlePlatformChange(bool enable, uint8_t errorCode) { in handlePlatformChange() 300 uint8_t errorCode) { in handlePlatformChangeSync() 344 uint8_t errorCode = CHRE_ERROR_NONE; in dispatchPendingRequests() local 362 bool success, uint8_t errorCode, in handleAsyncResult() 407 void BleRequestManager::handleReadRssi(uint8_t errorCode, in handleReadRssi() 410 uint8_t errorCode; in handleReadRssi() member 429 void BleRequestManager::handleReadRssiSync(uint8_t errorCode, in handleReadRssiSync() 447 void BleRequestManager::resolvePendingRssiRequest(uint8_t errorCode, in resolvePendingRssiRequest() 493 void BleRequestManager::handleFlushComplete(uint8_t errorCode) { in handleFlushComplete() 540 void BleRequestManager::handleFlushCompleteInternal(uint8_t errorCode) { in handleFlushCompleteInternal() [all …]
|
/aosp_15_r20/packages/services/Car/cpp/computepipe/runner/graph/ |
D | LocalPrebuiltGraph.cpp | 70 PrebuiltComputepipeRunner_ErrorCode errorCode = in handleConfigPhase() local 82 PrebuiltComputepipeRunner_ErrorCode errorCode = in handleConfigPhase() local 125 PrebuiltComputepipeRunner_ErrorCode errorCode = mappedFn(reinterpret_cast<void*>(this)); in handleExecutionPhase() local 268 PrebuiltComputepipeRunner_ErrorCode errorCode = mappedFn(); in GetStatus() local 280 PrebuiltComputepipeRunner_ErrorCode errorCode = mappedFn(nullptr, 0, &errorMessageSize); in GetErrorMessage() local 299 PrebuiltComputepipeRunner_ErrorCode errorCode = in SetInputStreamData() local 316 PrebuiltComputepipeRunner_ErrorCode errorCode = in SetInputStreamPixelData() local 327 PrebuiltComputepipeRunner_ErrorCode errorCode = mappedFn(flushOutputFrames); in StopGraphExecution() local 337 PrebuiltComputepipeRunner_ErrorCode errorCode = mappedFn(); in StartGraphProfiling() local 343 PrebuiltComputepipeRunner_ErrorCode errorCode = mappedFn(); in StopGraphProfiling() local [all …]
|
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/include/ |
H A D | TableMarshalTypes.h | 93 UINT8 errorCode; member 113 UINT8 errorCode; member 123 UINT8 errorCode; member 132 UINT8 errorCode; member 177 UINT8 errorCode; member 184 UINT8 errorCode; member 191 UINT8 errorCode; member 198 UINT8 errorCode; member 206 UINT8 errorCode; member 214 UINT8 errorCode; member [all …]
|
/aosp_15_r20/external/icu/icu4c/source/common/ |
H A D | ucasemap.cpp | 139 ByteSink &sink, uint32_t options, icu::Edits *edits, UErrorCode &errorCode) { in appendResult() 204 icu::ByteSink &sink, icu::Edits *edits, UErrorCode &errorCode) { in toLower() 315 icu::ByteSink &sink, icu::Edits *edits, UErrorCode &errorCode) { in toUpper() 437 … ByteSink &sink, uint32_t options, icu::Edits *edits, UErrorCode &errorCode) { in maybeTitleDutchIJ() 517 UErrorCode &errorCode) { in ucasemap_internalUTF8ToTitle() 657 UErrorCode &errorCode) { in toUpper() 814 UErrorCode &errorCode) { in ucasemap_internalUTF8ToLower() 828 UErrorCode &errorCode) { in ucasemap_internalUTF8ToUpper() 846 UErrorCode &errorCode) { in ucasemap_internalUTF8Fold() 858 UErrorCode &errorCode) { in ucasemap_mapUTF8() [all …]
|
H A D | charstr.cpp | 65 CharString &CharString::copyFrom(const CharString &s, UErrorCode &errorCode) { in copyFrom() 104 CharString &CharString::append(char c, UErrorCode &errorCode) { in append() 112 CharString &CharString::append(const char *s, int32_t sLength, UErrorCode &errorCode) { in append() 181 UErrorCode &errorCode) { in getAppendBuffer() 199 CharString &CharString::appendInvariantChars(const UnicodeString &s, UErrorCode &errorCode) { in appendInvariantChars() 203 …harString::appendInvariantChars(const char16_t* uchars, int32_t ucharsLen, UErrorCode &errorCode) { in appendInvariantChars() 221 UErrorCode &errorCode) { in ensureCapacity() 239 CharString &CharString::appendPathPart(StringPiece s, UErrorCode &errorCode) { in appendPathPart() 254 CharString &CharString::ensureEndsWithFileSeparator(UErrorCode &errorCode) { in ensureEndsWithFileSeparator()
|
/aosp_15_r20/external/cronet/third_party/icu/source/common/ |
H A D | ucasemap.cpp | 140 ByteSink &sink, uint32_t options, icu::Edits *edits, UErrorCode &errorCode) { in appendResult() 205 icu::ByteSink &sink, icu::Edits *edits, UErrorCode &errorCode) { in toLower() 316 icu::ByteSink &sink, icu::Edits *edits, UErrorCode &errorCode) { in toUpper() 438 … ByteSink &sink, uint32_t options, icu::Edits *edits, UErrorCode &errorCode) { in maybeTitleDutchIJ() 518 UErrorCode &errorCode) { in ucasemap_internalUTF8ToTitle() 658 UErrorCode &errorCode) { in toUpper() 815 UErrorCode &errorCode) { in ucasemap_internalUTF8ToLower() 829 UErrorCode &errorCode) { in ucasemap_internalUTF8ToUpper() 847 UErrorCode &errorCode) { in ucasemap_internalUTF8Fold() 859 UErrorCode &errorCode) { in ucasemap_mapUTF8() [all …]
|
H A D | charstr.cpp | 65 CharString &CharString::copyFrom(const CharString &s, UErrorCode &errorCode) { in copyFrom() 104 CharString &CharString::append(char c, UErrorCode &errorCode) { in append() 112 CharString &CharString::append(const char *s, int32_t sLength, UErrorCode &errorCode) { in append() 181 UErrorCode &errorCode) { in getAppendBuffer() 199 CharString &CharString::appendInvariantChars(const UnicodeString &s, UErrorCode &errorCode) { in appendInvariantChars() 203 …harString::appendInvariantChars(const char16_t* uchars, int32_t ucharsLen, UErrorCode &errorCode) { in appendInvariantChars() 221 UErrorCode &errorCode) { in ensureCapacity() 239 CharString &CharString::appendPathPart(StringPiece s, UErrorCode &errorCode) { in appendPathPart() 254 CharString &CharString::ensureEndsWithFileSeparator(UErrorCode &errorCode) { in ensureEndsWithFileSeparator()
|
/aosp_15_r20/external/icu/icu4c/source/tools/toolutil/ |
H A D | ppucd.cpp | 47 PreparsedUCD::PreparsedUCD(const char *filename, UErrorCode &errorCode) in PreparsedUCD() 95 PreparsedUCD::readLine(UErrorCode &errorCode) { in readLine() 175 PreparsedUCD::getProps(UnicodeSet &newValues, UErrorCode &errorCode) { in getProps() 301 UErrorCode &errorCode) { in parseProperty() 498 PreparsedUCD::getRangeForAlgNames(UChar32 &start, UChar32 &end, UErrorCode &errorCode) { in getRangeForAlgNames() 519 PreparsedUCD::parseCodePoint(const char *s, UErrorCode &errorCode) { in parseCodePoint() 533 …arsedUCD::parseCodePointRange(const char *s, UChar32 &start, UChar32 &end, UErrorCode &errorCode) { in parseCodePointRange() 548 PreparsedUCD::parseString(const char *s, UnicodeString &uni, UErrorCode &errorCode) { in parseString() 566 PreparsedUCD::parseScriptExtensions(const char *s, UnicodeSet &scx, UErrorCode &errorCode) { in parseScriptExtensions() 608 PreparsedUCD::parseIdentifierType(const char *s, UnicodeSet &idType, UErrorCode &errorCode) { in parseIdentifierType()
|
/aosp_15_r20/external/aws-sdk-java-v2/core/aws-core/src/main/java/software/amazon/awssdk/awscore/exception/ |
H A D | AwsErrorDetails.java | 32 private final String errorCode; field in AwsErrorDetails 68 public String errorCode() { in errorCode() method in AwsErrorDetails 163 Builder errorCode(String errorCode); in errorCode() method 170 String errorCode(); in errorCode() method 229 private String errorCode; field in AwsErrorDetails.BuilderImpl 257 public Builder errorCode(String errorCode) { in errorCode() method in AwsErrorDetails.BuilderImpl 263 public String errorCode() { in errorCode() method in AwsErrorDetails.BuilderImpl
|