Home
last modified time | relevance | path

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

12345678910>>...31

/third_party/skia/third_party/externals/icu/source/common/
Dloadednormalizer2impl.cpp77 LoadedNormalizer2Impl::load(const char *packageName, const char *name, UErrorCode &errorCode) { in load()
118 UErrorCode &errorCode) { in createInstance()
149 static void U_CALLCONV initSingletons(const char *what, UErrorCode &errorCode) { in initSingletons()
195 Norm2AllModes::getNFCInstance(UErrorCode &errorCode) { in getNFCInstance()
203 Norm2AllModes::getNFKCInstance(UErrorCode &errorCode) { in getNFKCInstance()
210 Norm2AllModes::getNFKC_CFInstance(UErrorCode &errorCode) { in getNFKC_CFInstance()
218 Normalizer2::getNFCInstance(UErrorCode &errorCode) { in getNFCInstance()
224 Normalizer2::getNFDInstance(UErrorCode &errorCode) { in getNFDInstance()
229 const Normalizer2 *Normalizer2Factory::getFCDInstance(UErrorCode &errorCode) { in getFCDInstance()
234 const Normalizer2 *Normalizer2Factory::getFCCInstance(UErrorCode &errorCode) { in getFCCInstance()
[all …]
Dnorm2allmodes.h41 UErrorCode &errorCode) const U_OVERRIDE { in normalize()
67 UErrorCode &errorCode) const U_OVERRIDE { in normalizeSecondAndAppend()
73 UErrorCode &errorCode) const U_OVERRIDE { in append()
80 UErrorCode &errorCode) const { in normalizeSecondAndAppend()
151 isNormalized(const UnicodeString &s, UErrorCode &errorCode) const U_OVERRIDE { in isNormalized()
164 quickCheck(const UnicodeString &s, UErrorCode &errorCode) const U_OVERRIDE { in quickCheck()
168 spanQuickCheckYes(const UnicodeString &s, UErrorCode &errorCode) const U_OVERRIDE { in spanQuickCheckYes()
197 ReorderingBuffer &buffer, UErrorCode &errorCode) const U_OVERRIDE { in normalize()
204 ReorderingBuffer &buffer, UErrorCode &errorCode) const U_OVERRIDE { in normalizeAndAppend()
210 Edits *edits, UErrorCode &errorCode) const U_OVERRIDE { in normalizeUTF8()
[all …]
Dcharstr.cpp65 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 … &CharString::appendInvariantChars(const UChar* 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()
/third_party/node/deps/icu-small/source/common/
Dloadednormalizer2impl.cpp77 LoadedNormalizer2Impl::load(const char *packageName, const char *name, UErrorCode &errorCode) { in load()
118 UErrorCode &errorCode) { in createInstance()
149 static void U_CALLCONV initSingletons(const char *what, UErrorCode &errorCode) { in initSingletons()
195 Norm2AllModes::getNFCInstance(UErrorCode &errorCode) { in getNFCInstance()
203 Norm2AllModes::getNFKCInstance(UErrorCode &errorCode) { in getNFKCInstance()
210 Norm2AllModes::getNFKC_CFInstance(UErrorCode &errorCode) { in getNFKC_CFInstance()
218 Normalizer2::getNFCInstance(UErrorCode &errorCode) { in getNFCInstance()
224 Normalizer2::getNFDInstance(UErrorCode &errorCode) { in getNFDInstance()
229 const Normalizer2 *Normalizer2Factory::getFCDInstance(UErrorCode &errorCode) { in getFCDInstance()
234 const Normalizer2 *Normalizer2Factory::getFCCInstance(UErrorCode &errorCode) { in getFCCInstance()
[all …]
Dnorm2allmodes.h41 UErrorCode &errorCode) const U_OVERRIDE { in normalize()
67 UErrorCode &errorCode) const U_OVERRIDE { in normalizeSecondAndAppend()
73 UErrorCode &errorCode) const U_OVERRIDE { in append()
80 UErrorCode &errorCode) const { in normalizeSecondAndAppend()
151 isNormalized(const UnicodeString &s, UErrorCode &errorCode) const U_OVERRIDE { in isNormalized()
164 quickCheck(const UnicodeString &s, UErrorCode &errorCode) const U_OVERRIDE { in quickCheck()
168 spanQuickCheckYes(const UnicodeString &s, UErrorCode &errorCode) const U_OVERRIDE { in spanQuickCheckYes()
197 ReorderingBuffer &buffer, UErrorCode &errorCode) const U_OVERRIDE { in normalize()
204 ReorderingBuffer &buffer, UErrorCode &errorCode) const U_OVERRIDE { in normalizeAndAppend()
210 Edits *edits, UErrorCode &errorCode) const U_OVERRIDE { in normalizeUTF8()
[all …]
Dcharstr.cpp65 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 … &CharString::appendInvariantChars(const UChar* 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()
/third_party/icu/icu4c/source/common/
Dloadednormalizer2impl.cpp77 LoadedNormalizer2Impl::load(const char *packageName, const char *name, UErrorCode &errorCode) { in load()
118 UErrorCode &errorCode) { in createInstance()
149 static void U_CALLCONV initSingletons(const char *what, UErrorCode &errorCode) { in initSingletons()
195 Norm2AllModes::getNFCInstance(UErrorCode &errorCode) { in getNFCInstance()
203 Norm2AllModes::getNFKCInstance(UErrorCode &errorCode) { in getNFKCInstance()
210 Norm2AllModes::getNFKC_CFInstance(UErrorCode &errorCode) { in getNFKC_CFInstance()
218 Normalizer2::getNFCInstance(UErrorCode &errorCode) { in getNFCInstance()
224 Normalizer2::getNFDInstance(UErrorCode &errorCode) { in getNFDInstance()
229 const Normalizer2 *Normalizer2Factory::getFCDInstance(UErrorCode &errorCode) { in getFCDInstance()
234 const Normalizer2 *Normalizer2Factory::getFCCInstance(UErrorCode &errorCode) { in getFCCInstance()
[all …]
Dnorm2allmodes.h41 UErrorCode &errorCode) const U_OVERRIDE { in normalize()
67 UErrorCode &errorCode) const U_OVERRIDE { in normalizeSecondAndAppend()
73 UErrorCode &errorCode) const U_OVERRIDE { in append()
80 UErrorCode &errorCode) const { in normalizeSecondAndAppend()
151 isNormalized(const UnicodeString &s, UErrorCode &errorCode) const U_OVERRIDE { in isNormalized()
164 quickCheck(const UnicodeString &s, UErrorCode &errorCode) const U_OVERRIDE { in quickCheck()
168 spanQuickCheckYes(const UnicodeString &s, UErrorCode &errorCode) const U_OVERRIDE { in spanQuickCheckYes()
197 ReorderingBuffer &buffer, UErrorCode &errorCode) const U_OVERRIDE { in normalize()
204 ReorderingBuffer &buffer, UErrorCode &errorCode) const U_OVERRIDE { in normalizeAndAppend()
210 Edits *edits, UErrorCode &errorCode) const U_OVERRIDE { in normalizeUTF8()
[all …]
Dcharstr.cpp65 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 … &CharString::appendInvariantChars(const UChar* 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()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dloadednormalizer2impl.cpp77 LoadedNormalizer2Impl::load(const char *packageName, const char *name, UErrorCode &errorCode) { in load()
118 UErrorCode &errorCode) { in createInstance()
149 static void U_CALLCONV initSingletons(const char *what, UErrorCode &errorCode) { in initSingletons()
195 Norm2AllModes::getNFCInstance(UErrorCode &errorCode) { in getNFCInstance()
203 Norm2AllModes::getNFKCInstance(UErrorCode &errorCode) { in getNFKCInstance()
210 Norm2AllModes::getNFKC_CFInstance(UErrorCode &errorCode) { in getNFKC_CFInstance()
218 Normalizer2::getNFCInstance(UErrorCode &errorCode) { in getNFCInstance()
224 Normalizer2::getNFDInstance(UErrorCode &errorCode) { in getNFDInstance()
229 const Normalizer2 *Normalizer2Factory::getFCDInstance(UErrorCode &errorCode) { in getFCDInstance()
234 const Normalizer2 *Normalizer2Factory::getFCCInstance(UErrorCode &errorCode) { in getFCCInstance()
[all …]
Dcharstr.cpp38 CharString &CharString::copyFrom(const CharString &s, UErrorCode &errorCode) { in copyFrom()
65 CharString &CharString::append(char c, UErrorCode &errorCode) { in append()
73 CharString &CharString::append(const char *s, int32_t sLength, UErrorCode &errorCode) { in append()
110 UErrorCode &errorCode) { in getAppendBuffer()
128 CharString &CharString::appendInvariantChars(const UnicodeString &s, UErrorCode &errorCode) { in appendInvariantChars()
132 … &CharString::appendInvariantChars(const UChar* uchars, int32_t ucharsLen, UErrorCode &errorCode) { in appendInvariantChars()
150 UErrorCode &errorCode) { in ensureCapacity()
168 CharString &CharString::appendPathPart(StringPiece s, UErrorCode &errorCode) { in appendPathPart()
183 CharString &CharString::ensureEndsWithFileSeparator(UErrorCode &errorCode) { in ensureEndsWithFileSeparator()
Dnorm2allmodes.h41 UErrorCode &errorCode) const { in normalize()
67 UErrorCode &errorCode) const { in normalizeSecondAndAppend()
73 UErrorCode &errorCode) const { in append()
80 UErrorCode &errorCode) const { in normalizeSecondAndAppend()
151 isNormalized(const UnicodeString &s, UErrorCode &errorCode) const { in isNormalized()
164 quickCheck(const UnicodeString &s, UErrorCode &errorCode) const { in quickCheck()
168 spanQuickCheckYes(const UnicodeString &s, UErrorCode &errorCode) const { in spanQuickCheckYes()
197 ReorderingBuffer &buffer, UErrorCode &errorCode) const { in normalize()
204 ReorderingBuffer &buffer, UErrorCode &errorCode) const { in normalizeAndAppend()
208 spanQuickCheckYes(const UChar *src, const UChar *limit, UErrorCode &errorCode) const { in spanQuickCheckYes()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dcollationroot.cpp51 CollationRoot::load(UErrorCode &errorCode) { in load()
75 CollationRoot::getRootCacheEntry(UErrorCode &errorCode) { in getRootCacheEntry()
82 CollationRoot::getRoot(UErrorCode &errorCode) { in getRoot()
89 CollationRoot::getData(UErrorCode &errorCode) { in getData()
96 CollationRoot::getSettings(UErrorCode &errorCode) { in getSettings()
Dcollationsettings.cpp38 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()
Duitercollationiterator.cpp109 FCDUIterCollationIterator::handleNextCE32(UChar32 &c, UErrorCode &errorCode) { in handleNextCE32()
162 FCDUIterCollationIterator::nextCodePoint(UErrorCode &errorCode) { in nextCodePoint()
205 FCDUIterCollationIterator::previousCodePoint(UErrorCode &errorCode) { in previousCodePoint()
258 FCDUIterCollationIterator::forwardNumCodePoints(int32_t num, UErrorCode &errorCode) { in forwardNumCodePoints()
267 FCDUIterCollationIterator::backwardNumCodePoints(int32_t num, UErrorCode &errorCode) { in backwardNumCodePoints()
305 FCDUIterCollationIterator::nextSegment(UErrorCode &errorCode) { in nextSegment()
386 FCDUIterCollationIterator::previousSegment(UErrorCode &errorCode) { in previousSegment()
441 FCDUIterCollationIterator::normalize(const UnicodeString &s, UErrorCode &errorCode) { in normalize()
/third_party/icu/icu4c/source/i18n/
Dcollationroot.cpp51 CollationRoot::load(UErrorCode &errorCode) { in load()
75 CollationRoot::getRootCacheEntry(UErrorCode &errorCode) { in getRootCacheEntry()
82 CollationRoot::getRoot(UErrorCode &errorCode) { in getRoot()
89 CollationRoot::getData(UErrorCode &errorCode) { in getData()
96 CollationRoot::getSettings(UErrorCode &errorCode) { in getSettings()
Dcollationsettings.cpp38 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()
Duitercollationiterator.cpp109 FCDUIterCollationIterator::handleNextCE32(UChar32 &c, UErrorCode &errorCode) { in handleNextCE32()
162 FCDUIterCollationIterator::nextCodePoint(UErrorCode &errorCode) { in nextCodePoint()
205 FCDUIterCollationIterator::previousCodePoint(UErrorCode &errorCode) { in previousCodePoint()
258 FCDUIterCollationIterator::forwardNumCodePoints(int32_t num, UErrorCode &errorCode) { in forwardNumCodePoints()
267 FCDUIterCollationIterator::backwardNumCodePoints(int32_t num, UErrorCode &errorCode) { in backwardNumCodePoints()
305 FCDUIterCollationIterator::nextSegment(UErrorCode &errorCode) { in nextSegment()
386 FCDUIterCollationIterator::previousSegment(UErrorCode &errorCode) { in previousSegment()
441 FCDUIterCollationIterator::normalize(const UnicodeString &s, UErrorCode &errorCode) { in normalize()
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationroot.cpp51 CollationRoot::load(UErrorCode &errorCode) { in load()
75 CollationRoot::getRootCacheEntry(UErrorCode &errorCode) { in getRootCacheEntry()
82 CollationRoot::getRoot(UErrorCode &errorCode) { in getRoot()
89 CollationRoot::getData(UErrorCode &errorCode) { in getData()
96 CollationRoot::getSettings(UErrorCode &errorCode) { in getSettings()
Dcollationsettings.cpp38 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()
Duitercollationiterator.cpp109 FCDUIterCollationIterator::handleNextCE32(UChar32 &c, UErrorCode &errorCode) { in handleNextCE32()
162 FCDUIterCollationIterator::nextCodePoint(UErrorCode &errorCode) { in nextCodePoint()
205 FCDUIterCollationIterator::previousCodePoint(UErrorCode &errorCode) { in previousCodePoint()
258 FCDUIterCollationIterator::forwardNumCodePoints(int32_t num, UErrorCode &errorCode) { in forwardNumCodePoints()
267 FCDUIterCollationIterator::backwardNumCodePoints(int32_t num, UErrorCode &errorCode) { in backwardNumCodePoints()
305 FCDUIterCollationIterator::nextSegment(UErrorCode &errorCode) { in nextSegment()
386 FCDUIterCollationIterator::previousSegment(UErrorCode &errorCode) { in previousSegment()
441 FCDUIterCollationIterator::normalize(const UnicodeString &s, UErrorCode &errorCode) { in normalize()
/third_party/node/deps/icu-small/source/i18n/
Dcollationroot.cpp51 CollationRoot::load(UErrorCode &errorCode) { in load()
75 CollationRoot::getRootCacheEntry(UErrorCode &errorCode) { in getRootCacheEntry()
82 CollationRoot::getRoot(UErrorCode &errorCode) { in getRoot()
89 CollationRoot::getData(UErrorCode &errorCode) { in getData()
96 CollationRoot::getSettings(UErrorCode &errorCode) { in getSettings()
Dcollationsettings.cpp38 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()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCLContext.cpp82 cl_int &errorCode) in createCommandQueueWithProperties()
113 cl_int &errorCode) in createCommandQueue()
122 cl_int &errorCode) in createBuffer()
132 cl_int &errorCode) in createImage()
153 cl_int &errorCode) in createImage2D()
169 cl_int &errorCode) in createImage3D()
188 cl_int &errorCode) in createSamplerWithProperties()
226 cl_int &errorCode) in createSampler()
235 cl_int &errorCode) in createProgramWithSource()
263 cl_program Context::createProgramWithIL(const void *il, size_t length, cl_int &errorCode) in createProgramWithIL()
[all …]
/third_party/icu/icu4c/source/test/intltest/
Ducdtest.cpp38 UErrorCode errorCode=U_ZERO_ERROR; in UnicodeTest() local
190 UErrorCode errorCode=U_ZERO_ERROR; in derivedPropsLineFn() local
222 UErrorCode errorCode=U_ZERO_ERROR; in TestAdditionalProperties() local
290 UErrorCode errorCode=U_ZERO_ERROR; in TestBinaryValues() local
340 IcuTestErrorCode errorCode(*this, "TestConsistency"); in TestConsistency() local
378 IcuTestErrorCode errorCode(*this, "TestPatternProperties()"); in TestPatternProperties() local
454 IcuTestErrorCode errorCode(*this, "TestScriptMetadata()"); in TestScriptMetadata() local
512 IcuTestErrorCode errorCode(*this, "TestBidiPairedBracketType()"); in TestBidiPairedBracketType() local
532 IcuTestErrorCode errorCode(*this, "TestEmojiProperties()"); in TestEmojiProperties() local
549 IcuTestErrorCode errorCode(*this, "TestIndicPositionalCategory()"); in TestIndicPositionalCategory() local
[all …]

12345678910>>...31