Home
last modified time | relevance | path

Searched defs:errorCode (Results 1 – 25 of 401) sorted by relevance

12345678910>>...17

/external/icu/icu4c/source/common/
Dcharstr.cpp22 CharString &CharString::copyFrom(const CharString &s, UErrorCode &errorCode) { in copyFrom()
40 CharString &CharString::append(char c, UErrorCode &errorCode) { in append()
48 CharString &CharString::append(const char *s, int32_t sLength, UErrorCode &errorCode) { in append()
85 UErrorCode &errorCode) { in getAppendBuffer()
103 CharString &CharString::appendInvariantChars(const UnicodeString &s, UErrorCode &errorCode) { in appendInvariantChars()
112 UErrorCode &errorCode) { in ensureCapacity()
130 CharString &CharString::appendPathPart(const StringPiece &s, UErrorCode &errorCode) { in appendPathPart()
Dcharstr.h42 CharString(const StringPiece &s, UErrorCode &errorCode) : len(0) { in CharString()
46 CharString(const CharString &s, UErrorCode &errorCode) : len(0) { in CharString()
50 CharString(const char *s, int32_t sLength, UErrorCode &errorCode) : len(0) { in CharString()
76 CharString &append(const StringPiece &s, UErrorCode &errorCode) { in append()
79 CharString &append(const CharString &s, UErrorCode &errorCode) { in append()
Ducharstrieiterator.cpp23 UErrorCode &errorCode) in Iterator()
45 UErrorCode &errorCode) in Iterator()
99 UCharsTrie::Iterator::next(UErrorCode &errorCode) { in next()
184 UCharsTrie::Iterator::branchNext(const UChar *pos, int32_t length, UErrorCode &errorCode) { in branchNext()
Dbytestrieiterator.cpp24 UErrorCode &errorCode) in Iterator()
46 UErrorCode &errorCode) in Iterator()
100 BytesTrie::Iterator::next(UErrorCode &errorCode) { in next()
180 BytesTrie::Iterator::branchNext(const uint8_t *pos, int32_t length, UErrorCode &errorCode) { in branchNext()
Dmessagepattern.cpp111 UErrorCode &errorCode) { in copyFrom()
123 …PatternList<T, stackCapacity>::ensureCapacityForOneMore(int32_t oldLength, UErrorCode &errorCode) { in ensureCapacityForOneMore()
144 MessagePattern::MessagePattern(UErrorCode &errorCode) in MessagePattern()
152 MessagePattern::MessagePattern(UMessagePatternApostropheMode mode, UErrorCode &errorCode) in MessagePattern()
160 …ttern::MessagePattern(const UnicodeString &pattern, UParseError *parseError, UErrorCode &errorCode) in MessagePattern()
171 MessagePattern::init(UErrorCode &errorCode) { in init()
190 UErrorCode errorCode=U_ZERO_ERROR; in MessagePattern() local
206 UErrorCode errorCode=U_ZERO_ERROR; in operator =() local
214 MessagePattern::copyStorage(const MessagePattern &other, UErrorCode &errorCode) { in copyStorage()
266 MessagePattern::parse(const UnicodeString &pattern, UParseError *parseError, UErrorCode &errorCode)… in parse()
[all …]
/external/chromium_org/third_party/icu/source/common/
Dcharstr.cpp22 CharString &CharString::copyFrom(const CharString &s, UErrorCode &errorCode) { in copyFrom()
40 CharString &CharString::append(char c, UErrorCode &errorCode) { in append()
48 CharString &CharString::append(const char *s, int32_t sLength, UErrorCode &errorCode) { in append()
85 UErrorCode &errorCode) { in getAppendBuffer()
103 CharString &CharString::appendInvariantChars(const UnicodeString &s, UErrorCode &errorCode) { in appendInvariantChars()
112 UErrorCode &errorCode) { in ensureCapacity()
Dcharstr.h42 CharString(const StringPiece &s, UErrorCode &errorCode) : len(0) { in CharString()
46 CharString(const CharString &s, UErrorCode &errorCode) : len(0) { in CharString()
50 CharString(const char *s, int32_t sLength, UErrorCode &errorCode) : len(0) { in CharString()
76 CharString &append(const StringPiece &s, UErrorCode &errorCode) { in append()
79 CharString &append(const CharString &s, UErrorCode &errorCode) { in append()
/external/icu/icu4c/source/i18n/
Dcollationroot.cpp49 CollationRoot::load(UErrorCode &errorCode) { in load()
69 CollationRoot::getRoot(UErrorCode &errorCode) { in getRoot()
76 CollationRoot::getData(UErrorCode &errorCode) { in getData()
83 CollationRoot::getSettings(UErrorCode &errorCode) { in getSettings()
Duitercollationiterator.cpp107 FCDUIterCollationIterator::handleNextCE32(UChar32 &c, UErrorCode &errorCode) { in handleNextCE32()
160 FCDUIterCollationIterator::nextCodePoint(UErrorCode &errorCode) { in nextCodePoint()
203 FCDUIterCollationIterator::previousCodePoint(UErrorCode &errorCode) { in previousCodePoint()
256 FCDUIterCollationIterator::forwardNumCodePoints(int32_t num, UErrorCode &errorCode) { in forwardNumCodePoints()
265 FCDUIterCollationIterator::backwardNumCodePoints(int32_t num, UErrorCode &errorCode) { in backwardNumCodePoints()
303 FCDUIterCollationIterator::nextSegment(UErrorCode &errorCode) { in nextSegment()
384 FCDUIterCollationIterator::previousSegment(UErrorCode &errorCode) { in previousSegment()
439 FCDUIterCollationIterator::normalize(const UnicodeString &s, UErrorCode &errorCode) { in normalize()
Dcollationiterator.cpp35 CollationIterator::CEBuffer::ensureAppendCapacity(int32_t appCap, UErrorCode &errorCode) { in ensureAppendCapacity()
153 UErrorCode errorCode = U_ZERO_ERROR; in CollationIterator() local
196 CollationIterator::fetchCEs(UErrorCode &errorCode) { in fetchCEs()
205 CollationIterator::handleNextCE32(UChar32 &c, UErrorCode &errorCode) { in handleNextCE32()
231 CollationIterator::getCE32FromBuilderData(uint32_t /*ce32*/, UErrorCode &errorCode) { in getCE32FromBuilderData()
238 UErrorCode &errorCode) { in nextCEFromCE32()
250 UBool forward, UErrorCode &errorCode) { in appendCEsFromCE32()
447 UErrorCode &errorCode) { in getCE32FromPrefix()
469 CollationIterator::nextSkippedCodePoint(UErrorCode &errorCode) { in nextSkippedCodePoint()
479 CollationIterator::backwardNumSkipped(int32_t n, UErrorCode &errorCode) { in backwardNumSkipped()
[all …]
Dcollationruleparser.cpp58 CollationRuleParser::CollationRuleParser(const CollationData *base, UErrorCode &errorCode) in CollationRuleParser()
74 UErrorCode &errorCode) { in parse()
89 CollationRuleParser::parse(const UnicodeString &ruleString, UErrorCode &errorCode) { in parse()
129 CollationRuleParser::parseRuleChain(UErrorCode &errorCode) { in parseRuleChain()
173 CollationRuleParser::parseResetAndPosition(UErrorCode &errorCode) { in parseResetAndPosition()
208 CollationRuleParser::parseRelationOperator(UErrorCode &errorCode) { in parseRelationOperator()
258 CollationRuleParser::parseRelationStrings(int32_t strength, int32_t i, UErrorCode &errorCode) { in parseRelationStrings()
290 CollationRuleParser::parseStarredCharacters(int32_t strength, int32_t i, UErrorCode &errorCode) { in parseStarredCharacters()
362 CollationRuleParser::parseTailoringString(int32_t i, UnicodeString &raw, UErrorCode &errorCode) { in parseTailoringString()
371 CollationRuleParser::parseString(int32_t i, UnicodeString &raw, UErrorCode &errorCode) { in parseString()
[all …]
Dutf8collationiterator.cpp150 FCDUTF8CollationIterator::handleNextCE32(UChar32 &c, UErrorCode &errorCode) { in handleNextCE32()
265 FCDUTF8CollationIterator::nextCodePoint(UErrorCode &errorCode) { in nextCodePoint()
303 FCDUTF8CollationIterator::previousCodePoint(UErrorCode &errorCode) { in previousCodePoint()
341 FCDUTF8CollationIterator::forwardNumCodePoints(int32_t num, UErrorCode &errorCode) { in forwardNumCodePoints()
350 FCDUTF8CollationIterator::backwardNumCodePoints(int32_t num, UErrorCode &errorCode) { in backwardNumCodePoints()
385 FCDUTF8CollationIterator::nextSegment(UErrorCode &errorCode) { in nextSegment()
464 FCDUTF8CollationIterator::previousSegment(UErrorCode &errorCode) { in previousSegment()
520 FCDUTF8CollationIterator::normalize(const UnicodeString &s, UErrorCode &errorCode) { in normalize()
Dcollationbasedatabuilder.cpp84 CollationBaseDataBuilder::CollationBaseDataBuilder(UErrorCode &errorCode) in CollationBaseDataBuilder()
95 CollationBaseDataBuilder::init(UErrorCode &errorCode) { in init()
154 UErrorCode &errorCode) { in initHanRanges()
256 CollationBaseDataBuilder::encodeCEs(const int64_t ces[], int32_t cesLength, UErrorCode &errorCode) { in encodeCEs()
263 UErrorCode &errorCode) { in addRootElements()
271 CollationBaseDataBuilder::addRootElement(int64_t ce, UErrorCode &errorCode) { in addRootElement()
307 UErrorCode &errorCode) { in addReorderingGroup()
329 CollationBaseDataBuilder::build(CollationData &data, UErrorCode &errorCode) { in build()
339 CollationBaseDataBuilder::buildRootElementsTable(UVector32 &table, UErrorCode &errorCode) { in buildRootElementsTable()
426 UVector32 &table, UErrorCode &errorCode) { in writeRootElementsRange()
Dutf16collationiterator.cpp208 FCDUTF16CollationIterator::handleNextCE32(UChar32 &c, UErrorCode &errorCode) { in handleNextCE32()
249 FCDUTF16CollationIterator::nextCodePoint(UErrorCode &errorCode) { in nextCodePoint()
288 FCDUTF16CollationIterator::previousCodePoint(UErrorCode &errorCode) { in previousCodePoint()
324 FCDUTF16CollationIterator::forwardNumCodePoints(int32_t num, UErrorCode &errorCode) { in forwardNumCodePoints()
333 FCDUTF16CollationIterator::backwardNumCodePoints(int32_t num, UErrorCode &errorCode) { in backwardNumCodePoints()
372 FCDUTF16CollationIterator::nextSegment(UErrorCode &errorCode) { in nextSegment()
436 FCDUTF16CollationIterator::previousSegment(UErrorCode &errorCode) { in previousSegment()
476 FCDUTF16CollationIterator::normalize(const UChar *from, const UChar *to, UErrorCode &errorCode) { in normalize()
Dcollationbuilder.cpp74 const char *& /*errorReason*/, UErrorCode &errorCode) { in getRules()
98 RuleBasedCollator::RuleBasedCollator(const UnicodeString &rules, UErrorCode &errorCode) in RuleBasedCollator()
109 UErrorCode &errorCode) in RuleBasedCollator()
121 UErrorCode &errorCode) in RuleBasedCollator()
134 UErrorCode &errorCode) in RuleBasedCollator()
146 UErrorCode &errorCode) in RuleBasedCollator()
161 UErrorCode &errorCode) { in internalBuildTailoring()
192 CollationBuilder::CollationBuilder(const CollationTailoring *b, UErrorCode &errorCode) in CollationBuilder()
228 UErrorCode &errorCode) { in parseAndBuild()
286 const char *&parserErrorReason, UErrorCode &errorCode) { in addReset()
[all …]
Dudat.cpp693 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setSymbol()
708 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setEra()
715 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setEraName()
722 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setMonth()
729 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setShortMonth()
736 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setNarrowMonth()
743 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setStandaloneMonth()
750 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setStandaloneShortMonth()
757 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setStandaloneNarrowMonth()
764 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setWeekday()
[all …]
Dcollationdatabuilder.cpp177 UErrorCode errorCode = U_ZERO_ERROR; in fetchCEs() local
253 DataBuilderCollationIterator::getCE32FromBuilderData(uint32_t ce32, UErrorCode &errorCode) { in getCE32FromBuilderData()
276 CollationDataBuilder::CollationDataBuilder(UErrorCode &errorCode) in CollationDataBuilder()
296 CollationDataBuilder::initForTailoring(const CollationData *b, UErrorCode &errorCode) { in initForTailoring()
337 UErrorCode &errorCode) { in maybeSetPrimaryRange()
374 UErrorCode &errorCode) { in setPrimaryRangeAndReturnNext()
485 CollationDataBuilder::addCE(int64_t ce, UErrorCode &errorCode) { in addCE()
495 CollationDataBuilder::addCE32(uint32_t ce32, UErrorCode &errorCode) { in addCE32()
506 UErrorCode &errorCode) { in addConditionalCE32()
526 UErrorCode &errorCode) { in add()
[all …]
Dcollationfastlatinbuilder.cpp87 CollationFastLatinBuilder::CollationFastLatinBuilder(UErrorCode &errorCode) in CollationFastLatinBuilder()
101 CollationFastLatinBuilder::forData(const CollationData &data, UErrorCode &errorCode) { in forData()
137 CollationFastLatinBuilder::loadGroups(const CollationData &data, UErrorCode &errorCode) { in loadGroups()
221 CollationFastLatinBuilder::getCEs(const CollationData &data, UErrorCode &errorCode) { in getCEs()
263 UErrorCode &errorCode) { in getCEsFromCE32()
359 UErrorCode &errorCode) { in getCEsFromContractionCE32()
418 UErrorCode &errorCode) { in addContractionEntry()
427 CollationFastLatinBuilder::addUniqueCE(int64_t ce, UErrorCode &errorCode) { in addUniqueCE()
446 CollationFastLatinBuilder::encodeUniqueCEs(UErrorCode &errorCode) { in encodeUniqueCEs()
582 CollationFastLatinBuilder::encodeCharCEs(UErrorCode &errorCode) { in encodeCharCEs()
[all …]
/external/chromium_org/third_party/icu/source/test/intltest/
Ditutil.cpp88 ErrorCode errorCode; in TestErrorCode() local
137 MyErrorCode errorCode(countChecks, countDests); in TestSubclass() local
183 MyErrorCode errorCode(countChecks, countDests); in TestSubclass() local
283 IcuTestErrorCode errorCode(*this, "TestLocalXyzPointer"); in TestLocalXyzPointer() local
392 IcuTestErrorCode errorCode(*this, "TestLocalXyzPointerNull/LocalUConverterSelectorPointer"); in TestLocalXyzPointerNull() local
401 IcuTestErrorCode errorCode(*this, "TestLocalXyzPointerNull/LocalUCalendarPointer"); in TestLocalXyzPointerNull() local
409 …IcuTestErrorCode errorCode(*this, "TestLocalXyzPointerNull/LocalUDateTimePatternGeneratorPointer"); in TestLocalXyzPointerNull() local
415 IcuTestErrorCode errorCode(*this, "TestLocalXyzPointerNull/LocalUMessageFormatPointer"); in TestLocalXyzPointerNull() local
426 IcuTestErrorCode errorCode(*this, "TestLocalXyzPointerNull/LocalURegularExpressionPointer"); in TestLocalXyzPointerNull() local
439 IcuTestErrorCode errorCode(*this, "TestLocalXyzPointerNull/LocalUTransliteratorPointer"); in TestLocalXyzPointerNull() local
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
DXMPException.java20 private int errorCode; field in XMPException
28 public XMPException(String message, int errorCode) in XMPException()
41 public XMPException(String message, int errorCode, Throwable t) in XMPException()
/external/icu/icu4c/source/tools/toolutil/
Dppucd.cpp57 PreparsedUCD::PreparsedUCD(const char *filename, UErrorCode &errorCode) in PreparsedUCD()
105 PreparsedUCD::readLine(UErrorCode &errorCode) { in readLine()
185 PreparsedUCD::getProps(UnicodeSet &newValues, UErrorCode &errorCode) { in getProps()
273 UErrorCode &errorCode) { in parseProperty()
467 PreparsedUCD::getRangeForAlgNames(UChar32 &start, UChar32 &end, UErrorCode &errorCode) { in getRangeForAlgNames()
488 PreparsedUCD::parseCodePoint(const char *s, UErrorCode &errorCode) { in parseCodePoint()
502 …arsedUCD::parseCodePointRange(const char *s, UChar32 &start, UChar32 &end, UErrorCode &errorCode) { in parseCodePointRange()
517 PreparsedUCD::parseString(const char *s, UnicodeString &uni, UErrorCode &errorCode) { in parseString()
535 PreparsedUCD::parseScriptExtensions(const char *s, UnicodeSet &scx, UErrorCode &errorCode) { in parseScriptExtensions()
/external/chromium_org/third_party/WebKit/Source/platform/network/
DSocketStreamError.h44 static PassRefPtr<SocketStreamError> create(int errorCode, const String& errorMessage) in create()
51 int errorCode() const { return m_errorCode; } in errorCode() function
58 explicit SocketStreamError(int errorCode, const String& errorMessage) in SocketStreamError()
/external/icu/icu4c/source/test/intltest/
Ditutil.cpp133 ErrorCode errorCode; in TestErrorCode() local
182 MyErrorCode errorCode(countChecks, countDests); in TestSubclass() local
228 MyErrorCode errorCode(countChecks, countDests); in TestSubclass() local
328 IcuTestErrorCode errorCode(*this, "TestLocalXyzPointer"); in TestLocalXyzPointer() local
437 IcuTestErrorCode errorCode(*this, "TestLocalXyzPointerNull/LocalUConverterSelectorPointer"); in TestLocalXyzPointerNull() local
446 IcuTestErrorCode errorCode(*this, "TestLocalXyzPointerNull/LocalUCalendarPointer"); in TestLocalXyzPointerNull() local
454 …IcuTestErrorCode errorCode(*this, "TestLocalXyzPointerNull/LocalUDateTimePatternGeneratorPointer"); in TestLocalXyzPointerNull() local
460 IcuTestErrorCode errorCode(*this, "TestLocalXyzPointerNull/LocalUMessageFormatPointer"); in TestLocalXyzPointerNull() local
471 IcuTestErrorCode errorCode(*this, "TestLocalXyzPointerNull/LocalURegularExpressionPointer"); in TestLocalXyzPointerNull() local
484 IcuTestErrorCode errorCode(*this, "TestLocalXyzPointerNull/LocalUTransliteratorPointer"); in TestLocalXyzPointerNull() local
/external/chromium_org/third_party/icu/source/i18n/
Dudat.cpp625 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setSymbol()
640 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setEra()
647 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setEraName()
654 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setMonth()
661 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setShortMonth()
668 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setNarrowMonth()
675 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setStandaloneMonth()
682 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setStandaloneShortMonth()
689 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setStandaloneNarrowMonth()
696 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setWeekday()
[all …]
/external/apache-xml/src/main/java/org/apache/xml/utils/res/
DXResourceBundleBase.java40 abstract public String getMessageKey(int errorCode); in getMessageKey()
49 abstract public String getWarningKey(int errorCode); in getWarningKey()

12345678910>>...17