/external/icu/icu4c/source/common/ |
D | unorm.cpp | 50 UErrorCode *pErrorCode) { in unorm_quickCheck() argument 51 const Normalizer2 *n2=Normalizer2Factory::getInstance(mode, *pErrorCode); in unorm_quickCheck() 52 return unorm2_quickCheck((const UNormalizer2 *)n2, src, srcLength, pErrorCode); in unorm_quickCheck() 58 UErrorCode *pErrorCode) { in unorm_quickCheckWithOptions() argument 59 const Normalizer2 *n2=Normalizer2Factory::getInstance(mode, *pErrorCode); in unorm_quickCheckWithOptions() 61 FilteredNormalizer2 fn2(*n2, *uniset_getUnicode32Instance(*pErrorCode)); in unorm_quickCheckWithOptions() 64 src, srcLength, pErrorCode); in unorm_quickCheckWithOptions() 66 return unorm2_quickCheck((const UNormalizer2 *)n2, src, srcLength, pErrorCode); in unorm_quickCheckWithOptions() 73 UErrorCode *pErrorCode) { in unorm_isNormalized() argument 74 const Normalizer2 *n2=Normalizer2Factory::getInstance(mode, *pErrorCode); in unorm_isNormalized() [all …]
|
D | utrie_swap.cpp | 28 UErrorCode *pErrorCode) { in utrie_swap() argument 34 if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) { in utrie_swap() 38 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR; in utrie_swap() 44 *pErrorCode=U_INDEX_OUTOFBOUNDS_ERROR; in utrie_swap() 63 *pErrorCode=U_INVALID_FORMAT_ERROR; /* not a UTrie */ in utrie_swap() 74 *pErrorCode=U_INDEX_OUTOFBOUNDS_ERROR; in utrie_swap() 81 ds->swapArray32(ds, inTrie, sizeof(UTrieHeader), outTrie, pErrorCode); in utrie_swap() 85 ds->swapArray16(ds, inTrie+1, trie.indexLength*2, outTrie+1, pErrorCode); in utrie_swap() 87 (uint16_t *)(outTrie+1)+trie.indexLength, pErrorCode); in utrie_swap() 89 … ds->swapArray16(ds, inTrie+1, (trie.indexLength+trie.dataLength)*2, outTrie+1, pErrorCode); in utrie_swap() [all …]
|
D | udata.cpp | 239 setCommonICUDataPointer(const void *pData, UBool /*warn*/, UErrorCode *pErrorCode) { in setCommonICUDataPointer() argument 243 udata_checkCommonData(&tData, pErrorCode); in setCommonICUDataPointer() 244 return setCommonICUData(&tData, FALSE, pErrorCode); in setCommonICUDataPointer() 441 UErrorCode *pErrorCode); 442 const char *next(UErrorCode *pErrorCode); 475 UErrorCode *pErrorCode) in UDataPathIterator() argument 489 packageStub.append(U_FILE_SEP_CHAR, *pErrorCode).append(pkg, *pErrorCode); in UDataPathIterator() 503 itemPath.append(item, (int32_t)(basename-item), *pErrorCode); in UDataPathIterator() 540 const char *UDataPathIterator::next(UErrorCode *pErrorCode) in next() argument 542 if(U_FAILURE(*pErrorCode)) { in next() [all …]
|
D | udataswp.cpp | 35 UErrorCode *pErrorCode) { in uprv_swapArray16() argument 41 if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) { in uprv_swapArray16() 45 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR; in uprv_swapArray16() 65 UErrorCode *pErrorCode) { in uprv_copyArray16() argument 66 if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) { in uprv_copyArray16() 70 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR; in uprv_copyArray16() 83 UErrorCode *pErrorCode) { in uprv_swapArray32() argument 89 if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) { in uprv_swapArray32() 93 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR; in uprv_swapArray32() 113 UErrorCode *pErrorCode) { in uprv_copyArray32() argument [all …]
|
D | ubiditransform.cpp | 93 ubiditransform_open(UErrorCode *pErrorCode) in ubiditransform_open() argument 96 if (U_SUCCESS(*pErrorCode)) { in ubiditransform_open() 99 *pErrorCode = U_MEMORY_ALLOCATION_ERROR; in ubiditransform_open() 129 action_resolve(UBiDiTransform *pTransform, UErrorCode *pErrorCode) in action_resolve() argument 132 pTransform->pActiveScheme->baseLevel, NULL, pErrorCode); in action_resolve() 146 action_reorder(UBiDiTransform *pTransform, UErrorCode *pErrorCode) in action_reorder() argument 149 static_cast<uint16_t>(pTransform->reorderingOptions), pErrorCode); in action_reorder() 166 action_setInverse(UBiDiTransform *pTransform, UErrorCode *pErrorCode) in action_setInverse() argument 168 (void)pErrorCode; in action_setInverse() 185 action_setRunsOnly(UBiDiTransform *pTransform, UErrorCode *pErrorCode) in action_setRunsOnly() argument [all …]
|
D | ustr_wcs.cpp | 70 UErrorCode *pErrorCode){ in _strToWCS() argument 85 conv = u_getDefaultConverter(pErrorCode); in _strToWCS() 87 if(U_FAILURE(*pErrorCode)){ in _strToWCS() 99 *pErrorCode = U_ZERO_ERROR; in _strToWCS() 102 …v_fromUnicode(conv,&tempBuf,tempBufLimit,&pSrc,pSrcLimit,NULL,(UBool)(pSrc==pSrcLimit),pErrorCode); in _strToWCS() 106 if(*pErrorCode==U_BUFFER_OVERFLOW_ERROR){ in _strToWCS() 128 if(U_FAILURE(*pErrorCode)){ in _strToWCS() 169 *pErrorCode = U_INVALID_CHAR_FOUND; in _strToWCS() 216 *pErrorCode = U_MEMORY_ALLOCATION_ERROR; in _strToWCS() 223 u_terminateWChars(dest,destCapacity,count,pErrorCode); in _strToWCS() [all …]
|
D | ucnv_io.cpp | 313 haveAliasData(UErrorCode *pErrorCode) { in haveAliasData() argument 314 umtx_initOnce(gAliasDataInitOnce, &initAliasData, *pErrorCode); in haveAliasData() 315 return U_SUCCESS(*pErrorCode); in haveAliasData() 319 isAlias(const char *alias, UErrorCode *pErrorCode) { in isAlias() argument 321 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR; in isAlias() 552 findConverter(const char *alias, UBool *containsOption, UErrorCode *pErrorCode) { in findConverter() argument 561 *pErrorCode = U_BUFFER_OVERFLOW_ERROR; in findConverter() 599 *pErrorCode = U_AMBIGUOUS_ALIAS_WARNING; in findConverter() 645 findTaggedAliasListsOffset(const char *alias, const char *standard, UErrorCode *pErrorCode) { in findTaggedAliasListsOffset() argument 655 *pErrorCode = myErr; in findTaggedAliasListsOffset() [all …]
|
D | normalizer2.cpp | 314 unorm2_getNFCInstance(UErrorCode *pErrorCode) { in unorm2_getNFCInstance() argument 315 return (const UNormalizer2 *)Normalizer2::getNFCInstance(*pErrorCode); in unorm2_getNFCInstance() 319 unorm2_getNFDInstance(UErrorCode *pErrorCode) { in unorm2_getNFDInstance() argument 320 return (const UNormalizer2 *)Normalizer2::getNFDInstance(*pErrorCode); in unorm2_getNFDInstance() 332 UErrorCode *pErrorCode) { in unorm2_normalize() argument 333 if(U_FAILURE(*pErrorCode)) { in unorm2_normalize() 340 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR; in unorm2_normalize() 351 if(buffer.init(length, *pErrorCode)) { in unorm2_normalize() 352 n2wi->normalize(src, length>=0 ? src+length : NULL, buffer, *pErrorCode); in unorm2_normalize() 356 n2->normalize(srcString, destString, *pErrorCode); in unorm2_normalize() [all …]
|
D | ubidiwrt.cpp | 62 UErrorCode *pErrorCode) { in doWriteForward() argument 69 *pErrorCode=U_BUFFER_OVERFLOW_ERROR; in doWriteForward() 83 *pErrorCode=U_BUFFER_OVERFLOW_ERROR; in doWriteForward() 101 *pErrorCode=U_BUFFER_OVERFLOW_ERROR; in doWriteForward() 130 *pErrorCode=U_BUFFER_OVERFLOW_ERROR; in doWriteForward() 155 UErrorCode *pErrorCode) { in doWriteReverse() argument 187 *pErrorCode=U_BUFFER_OVERFLOW_ERROR; in doWriteReverse() 215 *pErrorCode=U_BUFFER_OVERFLOW_ERROR; in doWriteReverse() 264 *pErrorCode=U_BUFFER_OVERFLOW_ERROR; in doWriteReverse() 312 UErrorCode *pErrorCode) { in ubidi_writeReverse() argument [all …]
|
D | locdispnames.cpp | 306 UErrorCode *pErrorCode) { in _getStringOrCopyKey() argument 312 icu::LocalUResourceBundlePointer rb(ures_open(path, locale, pErrorCode)); in _getStringOrCopyKey() 314 if(U_SUCCESS(*pErrorCode)) { in _getStringOrCopyKey() 315 s=ures_getStringByKey(rb.getAlias(), tableKey, &length, pErrorCode); in _getStringOrCopyKey() 321 *pErrorCode = U_MISSING_RESOURCE_ERROR; in _getStringOrCopyKey() 329 pErrorCode); in _getStringOrCopyKey() 333 if(U_SUCCESS(*pErrorCode)) { in _getStringOrCopyKey() 342 *pErrorCode=U_USING_DEFAULT_WARNING; in _getStringOrCopyKey() 345 return u_terminateUChars(dest, destCapacity, length, pErrorCode); in _getStringOrCopyKey() 356 UErrorCode *pErrorCode) { in _getDisplayNameForComponent() argument [all …]
|
D | propsvec.cpp | 44 upvec_open(int32_t columns, UErrorCode *pErrorCode) { in upvec_open() argument 49 if(U_FAILURE(*pErrorCode)) { in upvec_open() 53 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR; in upvec_open() 63 *pErrorCode=U_MEMORY_ALLOCATION_ERROR; in upvec_open() 158 UErrorCode *pErrorCode) { in upvec_setValue() argument 165 if(U_FAILURE(*pErrorCode)) { in upvec_setValue() 172 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR; in upvec_setValue() 176 *pErrorCode=U_NO_WRITE_PERMISSION; in upvec_setValue() 215 *pErrorCode=U_INTERNAL_PROGRAM_ERROR; in upvec_setValue() 220 *pErrorCode=U_MEMORY_ALLOCATION_ERROR; in upvec_setValue() [all …]
|
D | ucol_swp.cpp | 92 UErrorCode *pErrorCode) { in swapFormatVersion3() argument 103 if(U_FAILURE(*pErrorCode)) { in swapFormatVersion3() 107 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR; in swapFormatVersion3() 129 *pErrorCode=U_INDEX_OUTOFBOUNDS_ERROR; in swapFormatVersion3() 142 *pErrorCode=U_UNSUPPORTED_ERROR; in swapFormatVersion3() 149 *pErrorCode=U_INVALID_FORMAT_ERROR; in swapFormatVersion3() 179 outHeader, pErrorCode); in swapFormatVersion3() 181 &(outHeader->scriptToLeadByte), pErrorCode); in swapFormatVersion3() 189 outBytes+header.options, pErrorCode); in swapFormatVersion3() 202 outBytes+header.expansion, pErrorCode); in swapFormatVersion3() [all …]
|
D | utrie2_builder.cpp | 116 utrie2_open(uint32_t initialValue, uint32_t errorValue, UErrorCode *pErrorCode) { in utrie2_open() argument 122 if(U_FAILURE(*pErrorCode)) { in utrie2_open() 133 *pErrorCode=U_MEMORY_ALLOCATION_ERROR; in utrie2_open() 148 newTrie->t3=umutablecptrie_open(initialValue, errorValue, pErrorCode); in utrie2_open() 242 utrie2_set32(trie, i, initialValue, pErrorCode); in utrie2_open() 299 utrie2_clone(const UTrie2 *other, UErrorCode *pErrorCode) { in utrie2_clone() argument 302 if(U_FAILURE(*pErrorCode)) { in utrie2_clone() 306 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR; in utrie2_clone() 312 *pErrorCode=U_MEMORY_ALLOCATION_ERROR; in utrie2_clone() 337 *pErrorCode=U_MEMORY_ALLOCATION_ERROR; in utrie2_clone() [all …]
|
D | ucnvdisp.cpp | 39 UErrorCode *pErrorCode) { in ucnv_getDisplayName() argument 46 if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) { in ucnv_getDisplayName() 51 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR; in ucnv_getDisplayName() 56 rb=ures_open(NULL, displayLocale, pErrorCode); in ucnv_getDisplayName() 57 if(U_FAILURE(*pErrorCode)) { in ucnv_getDisplayName() 67 if (*pErrorCode == U_ZERO_ERROR) { in ucnv_getDisplayName() 68 *pErrorCode = localStatus; in ucnv_getDisplayName() 76 return u_terminateUChars(displayName, displayNameCapacity, length, pErrorCode); in ucnv_getDisplayName()
|
/external/icu/icu4c/source/i18n/ |
D | udatpg.cpp | 32 udatpg_open(const char *locale, UErrorCode *pErrorCode) { in udatpg_open() argument 34 return (UDateTimePatternGenerator *)DateTimePatternGenerator::createInstance(*pErrorCode); in udatpg_open() 36 …(UDateTimePatternGenerator *)DateTimePatternGenerator::createInstance(Locale(locale), *pErrorCode); in udatpg_open() 41 udatpg_openEmpty(UErrorCode *pErrorCode) { in udatpg_openEmpty() argument 42 return (UDateTimePatternGenerator *)DateTimePatternGenerator::createEmptyInstance(*pErrorCode); in udatpg_openEmpty() 51 udatpg_clone(const UDateTimePatternGenerator *dtpg, UErrorCode *pErrorCode) { in udatpg_clone() argument 52 if(U_FAILURE(*pErrorCode)) { in udatpg_clone() 62 UErrorCode *pErrorCode) { in udatpg_getBestPattern() argument 65 bestPattern, capacity, pErrorCode); in udatpg_getBestPattern() 73 UErrorCode *pErrorCode) { in udatpg_getBestPatternWithOptions() argument [all …]
|
/external/icu/icu4c/source/tools/toolutil/ |
D | swapimpl.cpp | 79 UErrorCode *pErrorCode) { in upname_swap() argument 81 int32_t headerSize=udata_swapDataHeader(ds, inData, length, outData, pErrorCode); in upname_swap() 82 if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) { in upname_swap() 101 *pErrorCode=U_UNSUPPORTED_ERROR; in upname_swap() 114 *pErrorCode=U_INDEX_OUTOFBOUNDS_ERROR; in upname_swap() 126 *pErrorCode=U_INDEX_OUTOFBOUNDS_ERROR; in upname_swap() 134 ds->swapArray32(ds, inBytes, numBytesIndexesAndValueMaps, outBytes, pErrorCode); in upname_swap() 164 UErrorCode *pErrorCode) { in uprops_swap() argument 172 headerSize=udata_swapDataHeader(ds, inData, length, outData, pErrorCode); in uprops_swap() 173 if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) { in uprops_swap() [all …]
|
D | uparse.cpp | 78 UErrorCode *pErrorCode) { in u_parseDelimitedFile() argument 84 if(U_FAILURE(*pErrorCode)) { in u_parseDelimitedFile() 89 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR; in u_parseDelimitedFile() 100 *pErrorCode=U_FILE_ACCESS_ERROR; in u_parseDelimitedFile() 115 *pErrorCode=U_ZERO_ERROR; in u_parseDelimitedFile() 117 *pErrorCode=U_USING_DEFAULT_WARNING; in u_parseDelimitedFile() 159 *pErrorCode=U_PARSE_ERROR; in u_parseDelimitedFile() 167 if(U_FAILURE(*pErrorCode)) { in u_parseDelimitedFile() 172 lineFn(context, fields, fieldCount, pErrorCode); in u_parseDelimitedFile() 173 if(U_FAILURE(*pErrorCode)) { in u_parseDelimitedFile() [all …]
|
D | unewdata.cpp | 39 UErrorCode *pErrorCode) { in udata_create() argument 46 if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) { in udata_create() 49 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR; in udata_create() 56 *pErrorCode=U_MEMORY_ALLOCATION_ERROR; in udata_create() 91 *pErrorCode = U_BUFFER_OVERFLOW_ERROR; in udata_create() 115 *pErrorCode=U_FILE_ACCESS_ERROR; in udata_create() 154 udata_finish(UNewDataMemory *pData, UErrorCode *pErrorCode) { in udata_finish() argument 157 if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) { in udata_finish() 166 *pErrorCode=U_FILE_ACCESS_ERROR; in udata_finish() 194 udata_createDummy(const char *dir, const char *type, const char *name, UErrorCode *pErrorCode) { in udata_createDummy() argument [all …]
|
D | pkgitems.cpp | 132 UErrorCode *pErrorCode) { in makeTargetName() argument 154 *pErrorCode=U_BUFFER_OVERFLOW_ERROR; in makeTargetName() 166 UErrorCode *pErrorCode) { in checkIDSuffix() argument 168 makeTargetName(itemName, id, idLength, suffix, target, (int32_t)sizeof(target), pErrorCode); in checkIDSuffix() 169 if(U_SUCCESS(*pErrorCode)) { in checkIDSuffix() 177 UErrorCode *pErrorCode) { in checkParent() argument 212 checkIDSuffix(itemName, parent, parentLength, suffix, check, context, pErrorCode); in checkParent() 225 CheckDependency check, void *context, UErrorCode *pErrorCode) { in checkAlias() argument 231 *pErrorCode=U_INVALID_CHAR_FOUND; in checkAlias() 257 *pErrorCode=U_UNSUPPORTED_ERROR; in checkAlias() [all …]
|
/external/icu/icu4c/source/tools/gensprep/ |
D | gensprep.c | 59 parseMappings(const char *filename, UBool reportError, UErrorCode *pErrorCode); 62 parseNormalizationCorrections(const char *filename, UErrorCode *pErrorCode); 281 UErrorCode *pErrorCode) { in normalizationCorrectionsLineFn() argument 293 if(U_FAILURE(*pErrorCode)) { in normalizationCorrectionsLineFn() 295 exit(*pErrorCode); in normalizationCorrectionsLineFn() 301 length=u_parseCodePoints(s, mapping, sizeof(mapping)/4, pErrorCode); in normalizationCorrectionsLineFn() 310 if(U_FAILURE(*pErrorCode)) { in normalizationCorrectionsLineFn() 312 (long)code, u_errorName(*pErrorCode)); in normalizationCorrectionsLineFn() 313 exit(*pErrorCode); in normalizationCorrectionsLineFn() 320 storeMapping(code,mapping, length, USPREP_MAP, pErrorCode); in normalizationCorrectionsLineFn() [all …]
|
/external/icu/icu4c/source/common/unicode/ |
D | unorm2.h | 139 unorm2_getNFCInstance(UErrorCode *pErrorCode); 153 unorm2_getNFDInstance(UErrorCode *pErrorCode); 167 unorm2_getNFKCInstance(UErrorCode *pErrorCode); 181 unorm2_getNFKDInstance(UErrorCode *pErrorCode); 195 unorm2_getNFKCCasefoldInstance(UErrorCode *pErrorCode); 222 UErrorCode *pErrorCode); 240 unorm2_openFiltered(const UNormalizer2 *norm2, const USet *filterSet, UErrorCode *pErrorCode); 290 UErrorCode *pErrorCode); 313 UErrorCode *pErrorCode); 336 UErrorCode *pErrorCode); [all …]
|
/external/icu/libandroidicu/include/unicode/ |
D | unorm2.h | 139 unorm2_getNFCInstance(UErrorCode *pErrorCode); 153 unorm2_getNFDInstance(UErrorCode *pErrorCode); 167 unorm2_getNFKCInstance(UErrorCode *pErrorCode); 181 unorm2_getNFKDInstance(UErrorCode *pErrorCode); 195 unorm2_getNFKCCasefoldInstance(UErrorCode *pErrorCode); 222 UErrorCode *pErrorCode); 240 unorm2_openFiltered(const UNormalizer2 *norm2, const USet *filterSet, UErrorCode *pErrorCode); 290 UErrorCode *pErrorCode); 313 UErrorCode *pErrorCode); 336 UErrorCode *pErrorCode); [all …]
|
/external/icu/libicu/cts_headers/unicode/ |
D | unorm2.h | 139 unorm2_getNFCInstance(UErrorCode *pErrorCode); 153 unorm2_getNFDInstance(UErrorCode *pErrorCode); 167 unorm2_getNFKCInstance(UErrorCode *pErrorCode); 181 unorm2_getNFKDInstance(UErrorCode *pErrorCode); 195 unorm2_getNFKCCasefoldInstance(UErrorCode *pErrorCode); 222 UErrorCode *pErrorCode); 240 unorm2_openFiltered(const UNormalizer2 *norm2, const USet *filterSet, UErrorCode *pErrorCode); 290 UErrorCode *pErrorCode); 313 UErrorCode *pErrorCode); 336 UErrorCode *pErrorCode); [all …]
|
/external/icu/libicu/src/ |
D | shim.cpp | 302 UChar32 u_charFromName(UCharNameChoice nameChoice, const char * name, UErrorCode * pErrorCode) { in u_charFromName() argument 303 return U_ICU_ENTRY_POINT_RENAME(u_charFromName)(nameChoice, name, pErrorCode); in u_charFromName() 308 …2 code, UCharNameChoice nameChoice, char * buffer, int32_t bufferLength, UErrorCode * pErrorCode) { in u_charName() argument 309 return U_ICU_ENTRY_POINT_RENAME(u_charName)(code, nameChoice, buffer, bufferLength, pErrorCode); in u_charName() 320 …imit, UEnumCharNamesFn * fn, void * context, UCharNameChoice nameChoice, UErrorCode * pErrorCode) { in u_enumCharNames() argument 321 U_ICU_ENTRY_POINT_RENAME(u_enumCharNames)(start, limit, fn, context, nameChoice, pErrorCode); in u_enumCharNames() 488 …1, int32_t length1, const UChar * s2, int32_t length2, uint32_t options, UErrorCode * pErrorCode) { in u_strCaseCompare() argument 489 return U_ICU_ENTRY_POINT_RENAME(u_strCaseCompare)(s1, length1, s2, length2, options, pErrorCode); in u_strCaseCompare() 500 …_t destCapacity, const UChar * src, int32_t srcLength, uint32_t options, UErrorCode * pErrorCode) { in u_strFoldCase() argument 501 …n U_ICU_ENTRY_POINT_RENAME(u_strFoldCase)(dest, destCapacity, src, srcLength, options, pErrorCode); in u_strFoldCase() [all …]
|
/external/icu/icu4c/source/tools/icuswap/ |
D | icuswap.cpp | 77 UErrorCode *pErrorCode); 292 UErrorCode *pErrorCode) { in extractPackageName() argument 296 if(U_FAILURE(*pErrorCode)) { in extractPackageName() 306 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR; in extractPackageName() 313 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR; in extractPackageName() 339 UErrorCode *pErrorCode) { in udata_swapPackage() argument 358 headerSize=udata_swapDataHeader(ds, inData, length, outData, pErrorCode); in udata_swapPackage() 359 if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) { in udata_swapPackage() 376 *pErrorCode=U_UNSUPPORTED_ERROR; in udata_swapPackage() 388 pErrorCode); in udata_swapPackage() [all …]
|