Searched refs:pErrorCode (Results 101 - 125 of 291) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/icu/source/tools/icuswap/
H A Dicuswap.cpp76 UErrorCode *pErrorCode);
291 UErrorCode *pErrorCode) {
295 if(U_FAILURE(*pErrorCode)) {
305 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR;
312 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR;
338 UErrorCode *pErrorCode) {
357 headerSize=udata_swapDataHeader(ds, inData, length, outData, pErrorCode);
358 if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) {
375 *pErrorCode
289 extractPackageName(const UDataSwapper *ds, const char *filename, char pkg[], int32_t capacity, UErrorCode *pErrorCode) argument
335 udata_swapPackage(const char *inFilename, const char *outFilename, const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode) argument
[all...]
/external/icu/icu4c/source/common/
H A Ducmndata.h78 * p->vFuncs.Lookup(p, tocEntryName, pErrorCode);
86 UErrorCode *pErrorCode);
109 U_CFUNC void udata_checkCommonData(UDataMemory *pData, UErrorCode *pErrorCode);
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 Dutrie2.cpp130 UErrorCode *pErrorCode) {
138 if(U_FAILURE(*pErrorCode)) {
145 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR;
151 *pErrorCode=U_INVALID_FORMAT_ERROR;
158 *pErrorCode=U_INVALID_FORMAT_ERROR;
164 *pErrorCode=U_INVALID_FORMAT_ERROR;
189 *pErrorCode=U_INVALID_FORMAT_ERROR; /* not enough bytes */
196 *pErrorCode=U_MEMORY_ALLOCATION_ERROR;
224 *pErrorCode=U_INVALID_FORMAT_ERROR;
237 UErrorCode *pErrorCode) {
128 utrie2_openFromSerialized(UTrie2ValueBits valueBits, const void *data, int32_t length, int32_t *pActualLength, UErrorCode *pErrorCode) argument
235 utrie2_openDummy(UTrie2ValueBits valueBits, uint32_t initialValue, uint32_t errorValue, UErrorCode *pErrorCode) argument
408 utrie2_serialize(const UTrie2 *trie, void *data, int32_t capacity, UErrorCode *pErrorCode) argument
432 utrie2_swap(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode) argument
[all...]
H A Dutrie2_builder.cpp109 utrie2_open(uint32_t initialValue, uint32_t errorValue, UErrorCode *pErrorCode) { argument
115 if(U_FAILURE(*pErrorCode)) {
126 *pErrorCode=U_MEMORY_ALLOCATION_ERROR;
229 utrie2_set32(trie, i, initialValue, pErrorCode);
278 utrie2_clone(const UTrie2 *other, UErrorCode *pErrorCode) { argument
281 if(U_FAILURE(*pErrorCode)) {
285 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR;
366 utrie2_cloneAsThawed(const UTrie2 *other, UErrorCode *pErrorCode) { argument
370 if(U_FAILURE(*pErrorCode)) {
374 *pErrorCode
410 utrie2_fromUTrie(const UTrie *trie1, uint32_t errorValue, UErrorCode *pErrorCode) argument
616 set32(UNewTrie2 *trie, UChar32 c, UBool forLSCP, uint32_t value, UErrorCode *pErrorCode) argument
636 utrie2_set32(UTrie2 *trie, UChar32 c, uint32_t value, UErrorCode *pErrorCode) argument
648 utrie2_set32ForLeadSurrogateCodeUnit(UTrie2 *trie, UChar32 c, uint32_t value, UErrorCode *pErrorCode) argument
695 utrie2_setRange32(UTrie2 *trie, UChar32 start, UChar32 end, uint32_t value, UBool overwrite, UErrorCode *pErrorCode) argument
1174 compactTrie(UTrie2 *trie, UErrorCode *pErrorCode) argument
1251 utrie2_freeze(UTrie2 *trie, UTrie2ValueBits valueBits, UErrorCode *pErrorCode) argument
1426 utrie2_swapAnyVersion(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode) argument
[all...]
H A Ducnv_io.h91 * @param pErrorCode The error code
95 ucnv_io_getConverterName(const char *alias, UBool *containsOption, UErrorCode *pErrorCode);
99 * @param pErrorCode The error code
103 ucnv_io_countKnownConverters(UErrorCode *pErrorCode);
112 UErrorCode *pErrorCode);
H A Dunistr_titlecase_brkiter.cpp33 UErrorCode *pErrorCode) {
34 ubrk_setText(csm->iter, src, srcLength, pErrorCode);
35 return ustrcase_internalToTitle(csm, dest, destCapacity, src, srcLength, pErrorCode);
30 unistr_case_internalToTitle(const UCaseMap *csm, UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, UErrorCode *pErrorCode) argument
H A Ducnv.c1728 UErrorCode *pErrorCode) {
1734 if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) {
1742 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR;
1762 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, pErrorCode);
1766 if(*pErrorCode==U_BUFFER_OVERFLOW_ERROR) {
1772 *pErrorCode=U_ZERO_ERROR;
1773 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, pErrorCode);
1775 } while(*pErrorCode==U_BUFFER_OVERFLOW_ERROR);
1781 return u_terminateChars(originalDest, destCapacity, destLength, pErrorCode);
1725 ucnv_fromUChars(UConverter *cnv, char *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, UErrorCode *pErrorCode) argument
1785 ucnv_toUChars(UConverter *cnv, UChar *dest, int32_t destCapacity, const char *src, int32_t srcLength, UErrorCode *pErrorCode) argument
2054 ucnv_convertEx(UConverter *targetCnv, UConverter *sourceCnv, char **target, const char *targetLimit, const char **source, const char *sourceLimit, UChar *pivotStart, UChar **pivotSource, UChar **pivotTarget, const UChar *pivotLimit, UBool reset, UBool flush, UErrorCode *pErrorCode) argument
2413 ucnv_internalConvert(UConverter *outConverter, UConverter *inConverter, char *target, int32_t targetCapacity, const char *source, int32_t sourceLength, UErrorCode *pErrorCode) argument
2486 ucnv_convert(const char *toConverterName, const char *fromConverterName, char *target, int32_t targetCapacity, const char *source, int32_t sourceLength, UErrorCode *pErrorCode) argument
2535 ucnv_convertAlgorithmic(UBool convertToAlgorithmic, UConverterType algorithmicType, UConverter *cnv, char *target, int32_t targetCapacity, const char *source, int32_t sourceLength, UErrorCode *pErrorCode) argument
2592 ucnv_toAlgorithmic(UConverterType algorithmicType, UConverter *cnv, char *target, int32_t targetCapacity, const char *source, int32_t sourceLength, UErrorCode *pErrorCode) argument
2604 ucnv_fromAlgorithmic(UConverter *cnv, UConverterType algorithmicType, char *target, int32_t targetCapacity, const char *source, int32_t sourceLength, UErrorCode *pErrorCode) argument
2763 ucnv_detectUnicodeSignature( const char* source, int32_t sourceLength, int32_t* signatureLength, UErrorCode* pErrorCode) argument
[all...]
H A Ducnv_u7.c195 UErrorCode *pErrorCode) {
201 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR;
207 UErrorCode *pErrorCode) {
273 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
294 *pErrorCode=U_BUFFER_OVERFLOW_ERROR;
334 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
341 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
347 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
420 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
429 *pErrorCode
193 _UTF7Open(UConverter *cnv, UConverterLoadArgs *pArgs, UErrorCode *pErrorCode) argument
206 _UTF7ToUnicodeWithOffsets(UConverterToUnicodeArgs *pArgs, UErrorCode *pErrorCode) argument
457 _UTF7FromUnicodeWithOffsets(UConverterFromUnicodeArgs *pArgs, UErrorCode *pErrorCode) argument
888 _IMAPToUnicodeWithOffsets(UConverterToUnicodeArgs *pArgs, UErrorCode *pErrorCode) argument
1156 _IMAPFromUnicodeWithOffsets(UConverterFromUnicodeArgs *pArgs, UErrorCode *pErrorCode) argument
[all...]
H A Dubidiln.c131 UErrorCode *pErrorCode) {
135 RETURN_VOID_IF_NULL_OR_FAILING_ERRCODE(pErrorCode);
136 RETURN_VOID_IF_NOT_VALID_PARA(pParaBiDi, *pErrorCode);
137 RETURN_VOID_IF_BAD_RANGE(start, 0, limit, *pErrorCode);
138 RETURN_VOID_IF_BAD_RANGE(limit, 0, pParaBiDi->length+1, *pErrorCode);
140 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR;
143 if(ubidi_getParagraph(pParaBiDi, start, NULL, NULL, NULL, pErrorCode) !=
144 ubidi_getParagraph(pParaBiDi, limit-1, NULL, NULL, NULL, pErrorCode)) {
146 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR;
265 ubidi_getLevels(UBiDi *pBiDi, UErrorCode *pErrorCode) { argument
128 ubidi_setLine(const UBiDi *pParaBiDi, int32_t start, int32_t limit, UBiDi *pLineBiDi, UErrorCode *pErrorCode) argument
354 ubidi_countRuns(UBiDi *pBiDi, UErrorCode *pErrorCode) argument
522 getRunFromLogicalIndex(UBiDi *pBiDi, int32_t logicalIndex, UErrorCode *pErrorCode) argument
552 ubidi_getRuns(UBiDi *pBiDi, UErrorCode *pErrorCode) argument
879 ubidi_getVisualIndex(UBiDi *pBiDi, int32_t logicalIndex, UErrorCode *pErrorCode) argument
989 ubidi_getLogicalIndex(UBiDi *pBiDi, int32_t visualIndex, UErrorCode *pErrorCode) argument
1114 ubidi_getLogicalMap(UBiDi *pBiDi, int32_t *indexMap, UErrorCode *pErrorCode) argument
1215 ubidi_getVisualMap(UBiDi *pBiDi, int32_t *indexMap, UErrorCode *pErrorCode) argument
[all...]
H A Dustrcase.cpp132 UErrorCode *pErrorCode) {
157 *pErrorCode=U_BUFFER_OVERFLOW_ERROR;
168 UErrorCode *pErrorCode) {
174 if(U_FAILURE(*pErrorCode)) {
273 pErrorCode);
290 *pErrorCode=U_BUFFER_OVERFLOW_ERROR;
303 UErrorCode *pErrorCode) {
311 pErrorCode);
318 UErrorCode *pErrorCode) {
326 pErrorCode);
128 _caseMap(const UCaseMap *csm, UCaseMapFull *map, UChar *dest, int32_t destCapacity, const UChar *src, UCaseContext *csc, int32_t srcStart, int32_t srcLimit, UErrorCode *pErrorCode) argument
165 ustrcase_internalToTitle(const UCaseMap *csm, UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, UErrorCode *pErrorCode) argument
300 ustrcase_internalToLower(const UCaseMap *csm, UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, UErrorCode *pErrorCode) argument
315 ustrcase_internalToUpper(const UCaseMap *csm, UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, UErrorCode *pErrorCode) argument
330 ustr_foldCase(const UCaseProps *csp, UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, uint32_t options, UErrorCode *pErrorCode) argument
360 ustrcase_internalFold(const UCaseMap *csm, UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, UErrorCode *pErrorCode) argument
368 ustrcase_map(const UCaseMap *csm, UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, UStringCaseMapper *stringCaseMapper, UErrorCode *pErrorCode) argument
437 u_strFoldCase(UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, uint32_t options, UErrorCode *pErrorCode) argument
470 u_strcmpFold(const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, uint32_t options, UErrorCode *pErrorCode) argument
769 u_strCaseCompare(const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, uint32_t options, UErrorCode *pErrorCode) argument
[all...]
H A Dustrtrns.cpp46 UErrorCode *pErrorCode) {
55 if(U_FAILURE(*pErrorCode)){
62 *pErrorCode = U_ILLEGAL_ARGUMENT_ERROR;
117 *pErrorCode = U_INVALID_CHAR_FOUND;
134 u_terminateUChars(dest, destCapacity, reqLength, pErrorCode);
145 UErrorCode *pErrorCode) {
150 pErrorCode);
160 UErrorCode *pErrorCode) {
170 if(U_FAILURE(*pErrorCode)){
177 *pErrorCode
40 u_strFromUTF32WithSub(UChar *dest, int32_t destCapacity, int32_t *pDestLength, const UChar32 *src, int32_t srcLength, UChar32 subchar, int32_t *pNumSubstitutions, UErrorCode *pErrorCode) argument
140 u_strFromUTF32(UChar *dest, int32_t destCapacity, int32_t *pDestLength, const UChar32 *src, int32_t srcLength, UErrorCode *pErrorCode) argument
154 u_strToUTF32WithSub(UChar32 *dest, int32_t destCapacity, int32_t *pDestLength, const UChar *src, int32_t srcLength, UChar32 subchar, int32_t *pNumSubstitutions, UErrorCode *pErrorCode) argument
246 u_strToUTF32(UChar32 *dest, int32_t destCapacity, int32_t *pDestLength, const UChar *src, int32_t srcLength, UErrorCode *pErrorCode) argument
[all...]
/external/icu/icu4c/source/tools/icuswap/
H A Dicuswap.cpp76 UErrorCode *pErrorCode);
291 UErrorCode *pErrorCode) {
295 if(U_FAILURE(*pErrorCode)) {
305 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR;
312 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR;
338 UErrorCode *pErrorCode) {
357 headerSize=udata_swapDataHeader(ds, inData, length, outData, pErrorCode);
358 if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) {
375 *pErrorCode
289 extractPackageName(const UDataSwapper *ds, const char *filename, char pkg[], int32_t capacity, UErrorCode *pErrorCode) argument
335 udata_swapPackage(const char *inFilename, const char *outFilename, const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode) argument
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Ducnv_io.h91 * @param pErrorCode The error code
95 ucnv_io_getConverterName(const char *alias, UBool *containsOption, UErrorCode *pErrorCode);
99 * @param pErrorCode The error code
103 ucnv_io_countKnownConverters(UErrorCode *pErrorCode);
112 UErrorCode *pErrorCode);
H A Dunistr_titlecase_brkiter.cpp33 UErrorCode *pErrorCode) {
34 ubrk_setText(csm->iter, src, srcLength, pErrorCode);
35 return ustrcase_internalToTitle(csm, dest, destCapacity, src, srcLength, pErrorCode);
30 unistr_case_internalToTitle(const UCaseMap *csm, UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, UErrorCode *pErrorCode) argument
H A Ducnv.c1728 UErrorCode *pErrorCode) {
1734 if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) {
1742 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR;
1762 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, pErrorCode);
1766 if(*pErrorCode==U_BUFFER_OVERFLOW_ERROR) {
1772 *pErrorCode=U_ZERO_ERROR;
1773 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, pErrorCode);
1775 } while(*pErrorCode==U_BUFFER_OVERFLOW_ERROR);
1781 return u_terminateChars(originalDest, destCapacity, destLength, pErrorCode);
1725 ucnv_fromUChars(UConverter *cnv, char *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, UErrorCode *pErrorCode) argument
1785 ucnv_toUChars(UConverter *cnv, UChar *dest, int32_t destCapacity, const char *src, int32_t srcLength, UErrorCode *pErrorCode) argument
2054 ucnv_convertEx(UConverter *targetCnv, UConverter *sourceCnv, char **target, const char *targetLimit, const char **source, const char *sourceLimit, UChar *pivotStart, UChar **pivotSource, UChar **pivotTarget, const UChar *pivotLimit, UBool reset, UBool flush, UErrorCode *pErrorCode) argument
2413 ucnv_internalConvert(UConverter *outConverter, UConverter *inConverter, char *target, int32_t targetCapacity, const char *source, int32_t sourceLength, UErrorCode *pErrorCode) argument
2486 ucnv_convert(const char *toConverterName, const char *fromConverterName, char *target, int32_t targetCapacity, const char *source, int32_t sourceLength, UErrorCode *pErrorCode) argument
2535 ucnv_convertAlgorithmic(UBool convertToAlgorithmic, UConverterType algorithmicType, UConverter *cnv, char *target, int32_t targetCapacity, const char *source, int32_t sourceLength, UErrorCode *pErrorCode) argument
2592 ucnv_toAlgorithmic(UConverterType algorithmicType, UConverter *cnv, char *target, int32_t targetCapacity, const char *source, int32_t sourceLength, UErrorCode *pErrorCode) argument
2604 ucnv_fromAlgorithmic(UConverter *cnv, UConverterType algorithmicType, char *target, int32_t targetCapacity, const char *source, int32_t sourceLength, UErrorCode *pErrorCode) argument
2763 ucnv_detectUnicodeSignature( const char* source, int32_t sourceLength, int32_t* signatureLength, UErrorCode* pErrorCode) argument
[all...]
H A Ducnv_u7.c195 UErrorCode *pErrorCode) {
201 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR;
207 UErrorCode *pErrorCode) {
273 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
294 *pErrorCode=U_BUFFER_OVERFLOW_ERROR;
334 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
341 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
347 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
420 *pErrorCode=U_ILLEGAL_CHAR_FOUND;
429 *pErrorCode
193 _UTF7Open(UConverter *cnv, UConverterLoadArgs *pArgs, UErrorCode *pErrorCode) argument
206 _UTF7ToUnicodeWithOffsets(UConverterToUnicodeArgs *pArgs, UErrorCode *pErrorCode) argument
457 _UTF7FromUnicodeWithOffsets(UConverterFromUnicodeArgs *pArgs, UErrorCode *pErrorCode) argument
888 _IMAPToUnicodeWithOffsets(UConverterToUnicodeArgs *pArgs, UErrorCode *pErrorCode) argument
1156 _IMAPFromUnicodeWithOffsets(UConverterFromUnicodeArgs *pArgs, UErrorCode *pErrorCode) argument
[all...]
H A Dubidiln.c131 UErrorCode *pErrorCode) {
135 RETURN_VOID_IF_NULL_OR_FAILING_ERRCODE(pErrorCode);
136 RETURN_VOID_IF_NOT_VALID_PARA(pParaBiDi, *pErrorCode);
137 RETURN_VOID_IF_BAD_RANGE(start, 0, limit, *pErrorCode);
138 RETURN_VOID_IF_BAD_RANGE(limit, 0, pParaBiDi->length+1, *pErrorCode);
140 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR;
143 if(ubidi_getParagraph(pParaBiDi, start, NULL, NULL, NULL, pErrorCode) !=
144 ubidi_getParagraph(pParaBiDi, limit-1, NULL, NULL, NULL, pErrorCode)) {
146 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR;
265 ubidi_getLevels(UBiDi *pBiDi, UErrorCode *pErrorCode) { argument
128 ubidi_setLine(const UBiDi *pParaBiDi, int32_t start, int32_t limit, UBiDi *pLineBiDi, UErrorCode *pErrorCode) argument
354 ubidi_countRuns(UBiDi *pBiDi, UErrorCode *pErrorCode) argument
522 getRunFromLogicalIndex(UBiDi *pBiDi, int32_t logicalIndex, UErrorCode *pErrorCode) argument
552 ubidi_getRuns(UBiDi *pBiDi, UErrorCode *pErrorCode) argument
879 ubidi_getVisualIndex(UBiDi *pBiDi, int32_t logicalIndex, UErrorCode *pErrorCode) argument
989 ubidi_getLogicalIndex(UBiDi *pBiDi, int32_t visualIndex, UErrorCode *pErrorCode) argument
1114 ubidi_getLogicalMap(UBiDi *pBiDi, int32_t *indexMap, UErrorCode *pErrorCode) argument
1215 ubidi_getVisualMap(UBiDi *pBiDi, int32_t *indexMap, UErrorCode *pErrorCode) argument
[all...]
H A Dustrcase.cpp132 UErrorCode *pErrorCode) {
157 *pErrorCode=U_BUFFER_OVERFLOW_ERROR;
168 UErrorCode *pErrorCode) {
174 if(U_FAILURE(*pErrorCode)) {
273 pErrorCode);
290 *pErrorCode=U_BUFFER_OVERFLOW_ERROR;
303 UErrorCode *pErrorCode) {
311 pErrorCode);
318 UErrorCode *pErrorCode) {
326 pErrorCode);
128 _caseMap(const UCaseMap *csm, UCaseMapFull *map, UChar *dest, int32_t destCapacity, const UChar *src, UCaseContext *csc, int32_t srcStart, int32_t srcLimit, UErrorCode *pErrorCode) argument
165 ustrcase_internalToTitle(const UCaseMap *csm, UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, UErrorCode *pErrorCode) argument
300 ustrcase_internalToLower(const UCaseMap *csm, UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, UErrorCode *pErrorCode) argument
315 ustrcase_internalToUpper(const UCaseMap *csm, UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, UErrorCode *pErrorCode) argument
330 ustr_foldCase(const UCaseProps *csp, UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, uint32_t options, UErrorCode *pErrorCode) argument
360 ustrcase_internalFold(const UCaseMap *csm, UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, UErrorCode *pErrorCode) argument
368 ustrcase_map(const UCaseMap *csm, UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, UStringCaseMapper *stringCaseMapper, UErrorCode *pErrorCode) argument
437 u_strFoldCase(UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, uint32_t options, UErrorCode *pErrorCode) argument
470 u_strcmpFold(const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, uint32_t options, UErrorCode *pErrorCode) argument
769 u_strCaseCompare(const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, uint32_t options, UErrorCode *pErrorCode) argument
[all...]
H A Dutrie2.cpp130 UErrorCode *pErrorCode) {
138 if(U_FAILURE(*pErrorCode)) {
145 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR;
151 *pErrorCode=U_INVALID_FORMAT_ERROR;
158 *pErrorCode=U_INVALID_FORMAT_ERROR;
164 *pErrorCode=U_INVALID_FORMAT_ERROR;
189 *pErrorCode=U_INVALID_FORMAT_ERROR; /* not enough bytes */
196 *pErrorCode=U_MEMORY_ALLOCATION_ERROR;
224 *pErrorCode=U_INVALID_FORMAT_ERROR;
237 UErrorCode *pErrorCode) {
128 utrie2_openFromSerialized(UTrie2ValueBits valueBits, const void *data, int32_t length, int32_t *pActualLength, UErrorCode *pErrorCode) argument
235 utrie2_openDummy(UTrie2ValueBits valueBits, uint32_t initialValue, uint32_t errorValue, UErrorCode *pErrorCode) argument
403 utrie2_swap(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode) argument
[all...]
H A Dustrtrns.cpp46 UErrorCode *pErrorCode) {
55 if(U_FAILURE(*pErrorCode)){
62 *pErrorCode = U_ILLEGAL_ARGUMENT_ERROR;
117 *pErrorCode = U_INVALID_CHAR_FOUND;
134 u_terminateUChars(dest, destCapacity, reqLength, pErrorCode);
145 UErrorCode *pErrorCode) {
150 pErrorCode);
160 UErrorCode *pErrorCode) {
170 if(U_FAILURE(*pErrorCode)){
177 *pErrorCode
40 u_strFromUTF32WithSub(UChar *dest, int32_t destCapacity, int32_t *pDestLength, const UChar32 *src, int32_t srcLength, UChar32 subchar, int32_t *pNumSubstitutions, UErrorCode *pErrorCode) argument
140 u_strFromUTF32(UChar *dest, int32_t destCapacity, int32_t *pDestLength, const UChar32 *src, int32_t srcLength, UErrorCode *pErrorCode) argument
154 u_strToUTF32WithSub(UChar32 *dest, int32_t destCapacity, int32_t *pDestLength, const UChar *src, int32_t srcLength, UChar32 subchar, int32_t *pNumSubstitutions, UErrorCode *pErrorCode) argument
246 u_strToUTF32(UChar32 *dest, int32_t destCapacity, int32_t *pDestLength, const UChar *src, int32_t srcLength, UErrorCode *pErrorCode) argument
[all...]
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dunewdata.h57 * @param pErrorCode An ICU UErrorCode parameter. It must not be <code>NULL</code>.
63 UErrorCode *pErrorCode);
67 udata_finish(UNewDataMemory *pData, UErrorCode *pErrorCode);
71 udata_createDummy(const char *dir, const char *type, const char *name, UErrorCode *pErrorCode);
/external/icu/icu4c/source/tools/toolutil/
H A Dunewdata.h57 * @param pErrorCode An ICU UErrorCode parameter. It must not be <code>NULL</code>.
63 UErrorCode *pErrorCode);
67 udata_finish(UNewDataMemory *pData, UErrorCode *pErrorCode);
71 udata_createDummy(const char *dir, const char *type, const char *name, UErrorCode *pErrorCode);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtestidn.cpp50 parseMappings(const char *filename, UBool reportError,TestIDNA& test, UErrorCode *pErrorCode);
145 UErrorCode *pErrorCode) {
162 *pErrorCode = U_INVALID_FORMAT_ERROR;
171 u_parseCodePointRange(s, &rangeStart,&rangeEnd, pErrorCode);
178 u_parseCodePointRange(s, &rangeStart,&rangeEnd, pErrorCode);
188 length=u_parseCodePoints(map, mapping, sizeof(mapping)/4, pErrorCode);
194 *pErrorCode = U_INVALID_FORMAT_ERROR;
202 parseMappings(const char *filename,UBool reportError, TestIDNA& test, UErrorCode *pErrorCode) { argument
205 if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) {
143 strprepProfileLineFn(void * , char *fields[][2], int32_t fieldCount, UErrorCode *pErrorCode) argument
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtestidn.cpp50 parseMappings(const char *filename, UBool reportError,TestIDNA& test, UErrorCode *pErrorCode);
145 UErrorCode *pErrorCode) {
162 *pErrorCode = U_INVALID_FORMAT_ERROR;
171 u_parseCodePointRange(s, &rangeStart,&rangeEnd, pErrorCode);
178 u_parseCodePointRange(s, &rangeStart,&rangeEnd, pErrorCode);
188 length=u_parseCodePoints(map, mapping, sizeof(mapping)/4, pErrorCode);
194 *pErrorCode = U_INVALID_FORMAT_ERROR;
202 parseMappings(const char *filename,UBool reportError, TestIDNA& test, UErrorCode *pErrorCode) { argument
205 if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) {
143 strprepProfileLineFn(void * , char *fields[][2], int32_t fieldCount, UErrorCode *pErrorCode) argument
[all...]

Completed in 685 milliseconds

1234567891011>>