Searched defs:pErrorCode (Results 1 - 25 of 90) sorted by relevance

1234

/external/icu4c/common/
H A Ducnv_set.c33 UErrorCode *pErrorCode) {
35 if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) {
39 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR;
45 *pErrorCode=U_UNSUPPORTED_ERROR;
64 cnv->sharedData->impl->getUnicodeSet(cnv, &sa, whichSet, pErrorCode);
30 ucnv_getUnicodeSet(const UConverter *cnv, USet *setFillIn, UConverterUnicodeSet whichSet, UErrorCode *pErrorCode) argument
H A Ducnvdisp.c37 UErrorCode *pErrorCode) {
44 if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) {
49 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR;
54 rb=ures_open(NULL, displayLocale, pErrorCode);
55 if(U_FAILURE(*pErrorCode)) {
65 if (*pErrorCode == U_ZERO_ERROR) {
66 *pErrorCode = localStatus;
74 return u_terminateUChars(displayName, displayNameCapacity, length, pErrorCode);
34 ucnv_getDisplayName(const UConverter *cnv, const char *displayLocale, UChar *displayName, int32_t displayNameCapacity, UErrorCode *pErrorCode) argument
H A Ducnv_cnv.c33 UErrorCode *pErrorCode) {
41 UErrorCode *pErrorCode) {
52 UErrorCode *pErrorCode) {
82 *pErrorCode=U_BUFFER_OVERFLOW_ERROR;
92 UErrorCode *pErrorCode) {
122 *pErrorCode=U_BUFFER_OVERFLOW_ERROR;
132 UErrorCode *pErrorCode) {
170 *pErrorCode=U_BUFFER_OVERFLOW_ERROR;
30 ucnv_getCompleteUnicodeSet(const UConverter *cnv, const USetAdder *sa, UConverterUnicodeSet which, UErrorCode *pErrorCode) argument
38 ucnv_getNonSurrogateUnicodeSet(const UConverter *cnv, const USetAdder *sa, UConverterUnicodeSet which, UErrorCode *pErrorCode) argument
47 ucnv_fromUWriteBytes(UConverter *cnv, const char *bytes, int32_t length, char **target, const char *targetLimit, int32_t **offsets, int32_t sourceIndex, UErrorCode *pErrorCode) argument
87 ucnv_toUWriteUChars(UConverter *cnv, const UChar *uchars, int32_t length, UChar **target, const UChar *targetLimit, int32_t **offsets, int32_t sourceIndex, UErrorCode *pErrorCode) argument
127 ucnv_toUWriteCodePoint(UConverter *cnv, UChar32 c, UChar **target, const UChar *targetLimit, int32_t **offsets, int32_t sourceIndex, UErrorCode *pErrorCode) argument
H A Dlocresdata.cpp47 UErrorCode *pErrorCode)
64 *pErrorCode=errorCode;
67 (errorCode==U_USING_FALLBACK_WARNING && *pErrorCode!=U_USING_DEFAULT_WARNING)
70 *pErrorCode=errorCode;
83 *pErrorCode = errorCode;
94 *pErrorCode = errorCode; /*save the errorCode*/
106 *pErrorCode = errorCode;
120 *pErrorCode = errorCode;
125 *pErrorCode = errorCode;
133 *pErrorCode
43 uloc_getTableStringWithFallback(const char *path, const char *locale, const char *tableKey, const char *subTableKey, const char *itemKey, int32_t *pLength, UErrorCode *pErrorCode) argument
[all...]
H A Ducol_swp.cpp35 UErrorCode *pErrorCode) {
41 if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) {
45 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR;
51 *pErrorCode=U_INDEX_OUTOFBOUNDS_ERROR;
70 *pErrorCode=U_INVALID_FORMAT_ERROR; /* not a UTrie */
81 *pErrorCode=U_INDEX_OUTOFBOUNDS_ERROR;
88 ds->swapArray32(ds, inTrie, sizeof(UTrieHeader), outTrie, pErrorCode);
92 ds->swapArray16(ds, inTrie+1, trie.indexLength*2, outTrie+1, pErrorCode);
94 (uint16_t *)(outTrie+1)+trie.indexLength, pErrorCode);
33 utrie_swap(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode) argument
151 ucol_swapBinary(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode) argument
334 ucol_swap(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode) argument
379 ucol_swapInverseUCA(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode) argument
[all...]
H A Dfilterednormalizer2.cpp255 unorm2_openFiltered(const UNormalizer2 *norm2, const USet *filterSet, UErrorCode *pErrorCode) { argument
256 if(U_FAILURE(*pErrorCode)) {
260 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR;
266 *pErrorCode=U_MEMORY_ALLOCATION_ERROR;
H A Duarrsort.c83 UComparator *cmp, const void *context, UErrorCode *pErrorCode) {
93 *pErrorCode=U_MEMORY_ALLOCATION_ERROR;
187 UComparator *cmp, const void *context, UErrorCode *pErrorCode) {
197 *pErrorCode=U_MEMORY_ALLOCATION_ERROR;
219 UBool sortStable, UErrorCode *pErrorCode) {
220 if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) {
224 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR;
231 insertionSort((char *)array, length, itemSize, cmp, context, pErrorCode);
234 quickSort((char *)array, length, itemSize, cmp, context, pErrorCode);
82 insertionSort(char *array, int32_t length, int32_t itemSize, UComparator *cmp, const void *context, UErrorCode *pErrorCode) argument
186 quickSort(char *array, int32_t length, int32_t itemSize, UComparator *cmp, const void *context, UErrorCode *pErrorCode) argument
217 uprv_sortArray(void *array, int32_t length, int32_t itemSize, UComparator *cmp, const void *context, UBool sortStable, UErrorCode *pErrorCode) argument
[all...]
H A Dubidi_props.c62 ubidi_addPropertyStarts(const UBiDiProps *bdp, const USetAdder *sa, UErrorCode *pErrorCode) { argument
69 if(U_FAILURE(*pErrorCode)) {
H A Dubidiwrt.c64 UErrorCode *pErrorCode) {
71 *pErrorCode=U_BUFFER_OVERFLOW_ERROR;
85 *pErrorCode=U_BUFFER_OVERFLOW_ERROR;
103 *pErrorCode=U_BUFFER_OVERFLOW_ERROR;
132 *pErrorCode=U_BUFFER_OVERFLOW_ERROR;
157 UErrorCode *pErrorCode) {
189 *pErrorCode=U_BUFFER_OVERFLOW_ERROR;
217 *pErrorCode=U_BUFFER_OVERFLOW_ERROR;
266 *pErrorCode=U_BUFFER_OVERFLOW_ERROR;
314 UErrorCode *pErrorCode) {
61 doWriteForward(const UChar *src, int32_t srcLength, UChar *dest, int32_t destSize, uint16_t options, UErrorCode *pErrorCode) argument
154 doWriteReverse(const UChar *src, int32_t srcLength, UChar *dest, int32_t destSize, uint16_t options, UErrorCode *pErrorCode) argument
311 ubidi_writeReverse(const UChar *src, int32_t srcLength, UChar *dest, int32_t destSize, uint16_t options, UErrorCode *pErrorCode) argument
352 ubidi_writeReordered(UBiDi *pBiDi, UChar *dest, int32_t destSize, uint16_t options, UErrorCode *pErrorCode) argument
[all...]
H A Ducmndata.c103 UErrorCode *pErrorCode) {
173 UErrorCode *pErrorCode) {
100 offsetTOCLookupFn(const UDataMemory *pData, const char *tocEntryName, int32_t *pLength, UErrorCode *pErrorCode) argument
170 pointerTOCLookupFn(const UDataMemory *pData, const char *name, int32_t *pLength, UErrorCode *pErrorCode) argument
H A Dunorm.cpp50 UErrorCode *pErrorCode) {
51 const Normalizer2 *n2=Normalizer2Factory::getInstance(mode, *pErrorCode);
52 return unorm2_quickCheck((const UNormalizer2 *)n2, src, srcLength, pErrorCode);
58 UErrorCode *pErrorCode) {
59 const Normalizer2 *n2=Normalizer2Factory::getInstance(mode, *pErrorCode);
61 FilteredNormalizer2 fn2(*n2, *uniset_getUnicode32Instance(*pErrorCode));
64 src, srcLength, pErrorCode);
66 return unorm2_quickCheck((const UNormalizer2 *)n2, src, srcLength, pErrorCode);
73 UErrorCode *pErrorCode) {
74 const Normalizer2 *n2=Normalizer2Factory::getInstance(mode, *pErrorCode);
47 unorm_quickCheck(const UChar *src, int32_t srcLength, UNormalizationMode mode, UErrorCode *pErrorCode) argument
56 unorm_quickCheckWithOptions(const UChar *src, int32_t srcLength, UNormalizationMode mode, int32_t options, UErrorCode *pErrorCode) argument
71 unorm_isNormalized(const UChar *src, int32_t srcLength, UNormalizationMode mode, UErrorCode *pErrorCode) argument
79 unorm_isNormalizedWithOptions(const UChar *src, int32_t srcLength, UNormalizationMode mode, int32_t options, UErrorCode *pErrorCode) argument
97 unorm_normalize(const UChar *src, int32_t srcLength, UNormalizationMode mode, int32_t options, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
117 unorm_iterate(UCharIterator *src, UBool forward, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UBool doNormalize, UBool *pNeededToNormalize, UErrorCode *pErrorCode) argument
190 unorm_previous(UCharIterator *src, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UBool doNormalize, UBool *pNeededToNormalize, UErrorCode *pErrorCode) argument
203 unorm_next(UCharIterator *src, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UBool doNormalize, UBool *pNeededToNormalize, UErrorCode *pErrorCode) argument
218 unorm_concatenate(const UChar *left, int32_t leftLength, const UChar *right, int32_t rightLength, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UErrorCode *pErrorCode) argument
[all...]
H A Dpropsvec.c41 upvec_open(int32_t columns, UErrorCode *pErrorCode) { argument
46 if(U_FAILURE(*pErrorCode)) {
50 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR;
60 *pErrorCode=U_MEMORY_ALLOCATION_ERROR;
155 UErrorCode *pErrorCode) {
162 if(U_FAILURE(*pErrorCode)) {
169 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR;
173 *pErrorCode=U_NO_WRITE_PERMISSION;
212 *pErrorCode=U_INTERNAL_PROGRAM_ERROR;
217 *pErrorCode
151 upvec_setValue(UPropsVectors *pv, UChar32 start, UChar32 end, int32_t column, uint32_t value, uint32_t mask, UErrorCode *pErrorCode) argument
333 upvec_compact(UPropsVectors *pv, UPVecCompactHandler *handler, void *context, UErrorCode *pErrorCode) argument
448 upvec_cloneArray(const UPropsVectors *pv, int32_t *pRows, int32_t *pColumns, UErrorCode *pErrorCode) argument
477 upvec_compactToUTrie2WithRowIndexes(UPropsVectors *pv, UErrorCode *pErrorCode) argument
494 upvec_compactToUTrie2Handler(void *context, UChar32 start, UChar32 end, int32_t rowIndex, uint32_t *row, int32_t columns, UErrorCode *pErrorCode) argument
[all...]
H A Dpunycode.c182 UErrorCode *pErrorCode) {
189 if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) {
194 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR;
211 *pErrorCode=U_INDEX_OUTOFBOUNDS_ERROR;
232 *pErrorCode=U_INVALID_CHAR_FOUND;
243 *pErrorCode=U_INDEX_OUTOFBOUNDS_ERROR;
265 *pErrorCode=U_INVALID_CHAR_FOUND;
311 *pErrorCode=U_INTERNAL_PROGRAM_ERROR;
368 return u_terminateUChars(dest, destCapacity, destLength, pErrorCode);
179 u_strToPunycode(const UChar *src, int32_t srcLength, UChar *dest, int32_t destCapacity, const UBool *caseFlags, UErrorCode *pErrorCode) argument
372 u_strFromPunycode(const UChar *src, int32_t srcLength, UChar *dest, int32_t destCapacity, UBool *caseFlags, UErrorCode *pErrorCode) argument
[all...]
H A Ducasemap.c35 ucasemap_open(const char *locale, uint32_t options, UErrorCode *pErrorCode) { argument
38 if(U_FAILURE(*pErrorCode)) {
49 ucasemap_setLocale(csm, locale, pErrorCode);
50 if(U_FAILURE(*pErrorCode)) {
80 ucasemap_setLocale(UCaseMap *csm, const char *locale, UErrorCode *pErrorCode) { argument
83 if(U_FAILURE(*pErrorCode)) {
87 length=uloc_getName(locale, csm->locale, (int32_t)sizeof(csm->locale), pErrorCode);
88 if(*pErrorCode==U_BUFFER_OVERFLOW_ERROR || length==sizeof(csm->locale)) {
89 *pErrorCode=U_ZERO_ERROR;
91 length=uloc_getLanguage(locale, csm->locale, (int32_t)sizeof(csm->locale), pErrorCode);
105 ucasemap_setOptions(UCaseMap *csm, uint32_t options, UErrorCode *pErrorCode) argument
117 ucasemap_setBreakIterator(UCaseMap *csm, UBreakIterator *iterToAdopt, UErrorCode *pErrorCode) argument
222 _caseMap(const UCaseMap *csm, UCaseMapFull *map, uint8_t *dest, int32_t destCapacity, const uint8_t *src, UCaseContext *csc, int32_t srcStart, int32_t srcLimit, UErrorCode *pErrorCode) argument
269 _toTitle(UCaseMap *csm, uint8_t *dest, int32_t destCapacity, const uint8_t *src, UCaseContext *csc, int32_t srcLength, UErrorCode *pErrorCode) argument
408 utf8_foldCase(const UCaseProps *csp, uint8_t *dest, int32_t destCapacity, const uint8_t *src, int32_t srcLength, uint32_t options, UErrorCode *pErrorCode) argument
453 caseMap(const UCaseMap *csm, uint8_t *dest, int32_t destCapacity, const uint8_t *src, int32_t srcLength, int32_t toWhichCase, UErrorCode *pErrorCode) argument
529 ucasemap_utf8ToLower(const UCaseMap *csm, char *dest, int32_t destCapacity, const char *src, int32_t srcLength, UErrorCode *pErrorCode) argument
540 ucasemap_utf8ToUpper(const UCaseMap *csm, char *dest, int32_t destCapacity, const char *src, int32_t srcLength, UErrorCode *pErrorCode) argument
553 ucasemap_utf8ToTitle(UCaseMap *csm, char *dest, int32_t destCapacity, const char *src, int32_t srcLength, UErrorCode *pErrorCode) argument
566 ucasemap_utf8FoldCase(const UCaseMap *csm, char *dest, int32_t destCapacity, const char *src, int32_t srcLength, UErrorCode *pErrorCode) argument
[all...]
H A Ducnv_u16.c36 UErrorCode *pErrorCode);
49 UErrorCode *pErrorCode) {
75 pErrorCode);
81 *pErrorCode=U_BUFFER_OVERFLOW_ERROR;
219 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
226 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
237 pErrorCode);
241 if(U_SUCCESS(*pErrorCode) && source<pArgs->sourceLimit && targetCapacity==0) {
242 *pErrorCode=U_BUFFER_OVERFLOW_ERROR;
253 UErrorCode *pErrorCode) {
48 _UTF16BEFromUnicodeWithOffsets(UConverterFromUnicodeArgs *pArgs, UErrorCode *pErrorCode) argument
252 _UTF16BEToUnicodeWithOffsets(UConverterToUnicodeArgs *pArgs, UErrorCode *pErrorCode) argument
585 _UTF16BEOpen(UConverter *cnv, UConverterLoadArgs *pArgs, UErrorCode *pErrorCode) argument
647 _UTF16LEFromUnicodeWithOffsets(UConverterFromUnicodeArgs *pArgs, UErrorCode *pErrorCode) argument
851 _UTF16LEToUnicodeWithOffsets(UConverterToUnicodeArgs *pArgs, UErrorCode *pErrorCode) argument
1184 _UTF16LEOpen(UConverter *cnv, UConverterLoadArgs *pArgs, UErrorCode *pErrorCode) argument
1285 _UTF16Open(UConverter *cnv, UConverterLoadArgs *pArgs, UErrorCode *pErrorCode) argument
1323 _UTF16ToUnicodeWithOffsets(UConverterToUnicodeArgs *pArgs, UErrorCode *pErrorCode) argument
1463 _UTF16GetNextUChar(UConverterToUnicodeArgs *pArgs, UErrorCode *pErrorCode) argument
[all...]
H A Ducnv_u32.c1037 UErrorCode *pErrorCode) {
1045 UErrorCode *pErrorCode) {
1063 while(source<sourceLimit && U_SUCCESS(*pErrorCode)) {
1111 T_UConverter_toUnicode_UTF32_BE(pArgs, pErrorCode);
1125 T_UConverter_toUnicode_UTF32_BE(pArgs, pErrorCode);
1127 T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC(pArgs, pErrorCode);
1135 T_UConverter_toUnicode_UTF32_LE(pArgs, pErrorCode);
1137 T_UConverter_toUnicode_UTF32_LE_OFFSET_LOGIC(pArgs, pErrorCode);
1162 T_UConverter_toUnicode_UTF32_BE(pArgs, pErrorCode);
1165 T_UConverter_toUnicode_UTF32_LE(pArgs, pErrorCode);
1035 _UTF32Open(UConverter *cnv, UConverterLoadArgs *pArgs, UErrorCode *pErrorCode) argument
1044 _UTF32ToUnicodeWithOffsets(UConverterToUnicodeArgs *pArgs, UErrorCode *pErrorCode) argument
1185 _UTF32GetNextUChar(UConverterToUnicodeArgs *pArgs, UErrorCode *pErrorCode) argument
[all...]
H A Ducnv_u7.c194 UErrorCode *pErrorCode) {
200 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR;
206 UErrorCode *pErrorCode) {
272 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
293 *pErrorCode=U_BUFFER_OVERFLOW_ERROR;
314 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
380 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
396 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
405 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
411 *pErrorCode
192 _UTF7Open(UConverter *cnv, UConverterLoadArgs *pArgs, UErrorCode *pErrorCode) argument
205 _UTF7ToUnicodeWithOffsets(UConverterToUnicodeArgs *pArgs, UErrorCode *pErrorCode) argument
444 _UTF7FromUnicodeWithOffsets(UConverterFromUnicodeArgs *pArgs, UErrorCode *pErrorCode) argument
862 _IMAPToUnicodeWithOffsets(UConverterToUnicodeArgs *pArgs, UErrorCode *pErrorCode) argument
1130 _IMAPFromUnicodeWithOffsets(UConverterFromUnicodeArgs *pArgs, UErrorCode *pErrorCode) argument
[all...]
H A Ducnvlat1.c32 UErrorCode *pErrorCode) {
57 *pErrorCode=U_BUFFER_OVERFLOW_ERROR;
118 UErrorCode *pErrorCode) {
126 *pErrorCode=U_INDEX_OUTOFBOUNDS_ERROR;
133 UErrorCode *pErrorCode) {
292 *pErrorCode= U_IS_SURROGATE(cp) ? U_ILLEGAL_CHAR_FOUND : U_INVALID_CHAR_FOUND;
306 if(U_SUCCESS(*pErrorCode) && source<sourceLimit && target>=(uint8_t *)pArgs->targetLimit) {
308 *pErrorCode=U_BUFFER_OVERFLOW_ERROR;
321 UErrorCode *pErrorCode) {
341 *pErrorCode
31 _Latin1ToUnicodeWithOffsets(UConverterToUnicodeArgs *pArgs, UErrorCode *pErrorCode) argument
117 _Latin1GetNextUChar(UConverterToUnicodeArgs *pArgs, UErrorCode *pErrorCode) argument
132 _Latin1FromUnicodeWithOffsets(UConverterFromUnicodeArgs *pArgs, UErrorCode *pErrorCode) argument
319 ucnv_Latin1FromUTF8(UConverterFromUnicodeArgs *pFromUArgs, UConverterToUnicodeArgs *pToUArgs, UErrorCode *pErrorCode) argument
417 _Latin1GetUnicodeSet(const UConverter *cnv, const USetAdder *sa, UConverterUnicodeSet which, UErrorCode *pErrorCode) argument
470 _ASCIIToUnicodeWithOffsets(UConverterToUnicodeArgs *pArgs, UErrorCode *pErrorCode) argument
579 _ASCIIGetNextUChar(UConverterToUnicodeArgs *pArgs, UErrorCode *pErrorCode) argument
606 ucnv_ASCIIFromUTF8(UConverterFromUnicodeArgs *pFromUArgs, UConverterToUnicodeArgs *pToUArgs, UErrorCode *pErrorCode) argument
694 _ASCIIGetUnicodeSet(const UConverter *cnv, const USetAdder *sa, UConverterUnicodeSet which, UErrorCode *pErrorCode) argument
[all...]
H A Dudataswp.c33 UErrorCode *pErrorCode) {
39 if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) {
43 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR;
63 UErrorCode *pErrorCode) {
64 if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) {
68 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR;
81 UErrorCode *pErrorCode) {
87 if(pErrorCode
31 uprv_swapArray16(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode) argument
61 uprv_copyArray16(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode) argument
79 uprv_swapArray32(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode) argument
109 uprv_copyArray32(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode) argument
182 udata_swapInvStringBlock(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode) argument
235 udata_swapDataHeader(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode) argument
312 udata_openSwapper(UBool inIsBigEndian, uint8_t inCharset, UBool outIsBigEndian, uint8_t outCharset, UErrorCode *pErrorCode) argument
360 udata_openSwapperForInputData(const void *data, int32_t length, UBool outIsBigEndian, uint8_t outCharset, UErrorCode *pErrorCode) argument
[all...]
H A Duinvchar.c274 UErrorCode *pErrorCode) {
281 if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) {
285 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR;
298 *pErrorCode=U_INVALID_CHAR_FOUND;
312 UErrorCode *pErrorCode) {
318 if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) {
322 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR;
334 *pErrorCode
272 uprv_ebcdicFromAscii(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode) argument
310 uprv_copyAscii(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode) argument
349 uprv_asciiFromEbcdic(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode) argument
387 uprv_copyEbcdic(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode) argument
[all...]
/external/icu4c/samples/uciter8/
H A Duit_len8.c489 lenient8IteratorSetState(UCharIterator *iter, uint32_t state, UErrorCode *pErrorCode) { argument
490 if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) {
493 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR;
501 *pErrorCode=U_INDEX_OUTOFBOUNDS_ERROR;
516 *pErrorCode=U_INDEX_OUTOFBOUNDS_ERROR;
/external/icu4c/test/perf/usetperf/
H A Dusetperf.cpp38 virtual void call(UErrorCode* pErrorCode){ argument
39 set.applyPattern(pat, *pErrorCode);
64 virtual void call(UErrorCode* pErrorCode){ argument
/external/icu4c/tools/toolutil/
H A Dswapimpl.cpp76 UErrorCode *pErrorCode) {
84 headerSize=udata_swapDataHeader(ds, inData, length, outData, pErrorCode);
85 if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) {
105 *pErrorCode=U_UNSUPPORTED_ERROR;
113 *pErrorCode=U_INDEX_OUTOFBOUNDS_ERROR;
141 *pErrorCode=U_INDEX_OUTOFBOUNDS_ERROR;
153 ds->swapArray32(ds, inData32, 4*UPROPS_INDEX_COUNT, outData32, pErrorCode);
163 pErrorCode);
174 pErrorCode);
74 uprops_swap(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode) argument
222 ucase_swap(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode) argument
324 ubidi_swap(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode) argument
432 unorm_swap(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode) argument
556 test_swap(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode) argument
662 udata_swap(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode) argument
[all...]
H A Dunewdata.c37 UErrorCode *pErrorCode) {
44 if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) {
47 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR;
54 *pErrorCode=U_MEMORY_ALLOCATION_ERROR;
79 *pErrorCode = U_BUFFER_OVERFLOW_ERROR;
103 *pErrorCode=U_FILE_ACCESS_ERROR;
142 udata_finish(UNewDataMemory *pData, UErrorCode *pErrorCode) { argument
145 if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) {
34 udata_create(const char *dir, const char *type, const char *name, const UDataInfo *pInfo, const char *comment, UErrorCode *pErrorCode) argument
182 udata_createDummy(const char *dir, const char *type, const char *name, UErrorCode *pErrorCode) argument
184 udata_finish(udata_create(dir, type, name, &dummyDataInfo, NULL, pErrorCode), pErrorCode); local
[all...]
H A Duparse.c75 UErrorCode *pErrorCode) {
81 if(U_FAILURE(*pErrorCode)) {
86 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR;
97 *pErrorCode=U_FILE_ACCESS_ERROR;
112 *pErrorCode=U_ZERO_ERROR;
114 *pErrorCode=U_USING_DEFAULT_WARNING;
156 *pErrorCode=U_PARSE_ERROR;
164 if(U_FAILURE(*pErrorCode)) {
169 lineFn(context, fields, fieldCount, pErrorCode);
170 if(U_FAILURE(*pErrorCode)) {
72 u_parseDelimitedFile(const char *filename, char delimiter, char *fields[][2], int32_t fieldCount, UParseLineFn *lineFn, void *context, UErrorCode *pErrorCode) argument
186 u_parseCodePoints(const char *s, uint32_t *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
234 u_parseString(const char *s, UChar *dest, int32_t destCapacity, uint32_t *pFirst, UErrorCode *pErrorCode) argument
294 u_parseCodePointRangeAnyTerminator(const char *s, uint32_t *pStart, uint32_t *pEnd, const char **terminator, UErrorCode *pErrorCode) argument
345 u_parseCodePointRange(const char *s, uint32_t *pStart, uint32_t *pEnd, UErrorCode *pErrorCode) argument
[all...]

Completed in 209 milliseconds

1234