Searched refs:pErrorCode (Results 1 - 25 of 171) sorted by relevance

1234567

/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 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 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 Ducol_swp.h44 UErrorCode *pErrorCode);
53 UErrorCode *pErrorCode);
62 UErrorCode *pErrorCode);
H A Dustr_wcs.c72 UErrorCode *pErrorCode){
87 conv = u_getDefaultConverter(pErrorCode);
89 if(U_FAILURE(*pErrorCode)){
101 *pErrorCode = U_ZERO_ERROR;
104 ucnv_fromUnicode(conv,&tempBuf,tempBufLimit,&pSrc,pSrcLimit,NULL,(UBool)(pSrc==pSrcLimit),pErrorCode);
108 if(*pErrorCode==U_BUFFER_OVERFLOW_ERROR){
126 if(U_FAILURE(*pErrorCode)){
167 *pErrorCode = U_INVALID_CHAR_FOUND;
214 *pErrorCode = U_MEMORY_ALLOCATION_ERROR;
221 u_terminateWChars(dest,destCapacity,count,pErrorCode);
67 _strToWCS(wchar_t *dest, int32_t destCapacity, int32_t *pDestLength, const UChar *src, int32_t srcLength, UErrorCode *pErrorCode) argument
230 u_strToWCS(wchar_t *dest, int32_t destCapacity, int32_t *pDestLength, const UChar *src, int32_t srcLength, UErrorCode *pErrorCode) argument
281 _strFromWCS( UChar *dest, int32_t destCapacity, int32_t *pDestLength, const wchar_t *src, int32_t srcLength, UErrorCode *pErrorCode) argument
484 u_strFromWCS(UChar *dest, int32_t destCapacity, int32_t *pDestLength, const wchar_t *src, int32_t srcLength, UErrorCode *pErrorCode) argument
[all...]
H A Dpunycode.h57 * @param pErrorCode ICU in/out error code parameter.
70 UErrorCode *pErrorCode);
91 * @param pErrorCode ICU in/out error code parameter.
105 UErrorCode *pErrorCode);
H A Dunorm_it.h101 * @param pErrorCode ICU error code
106 unorm_openIter(void *stackMem, int32_t stackMemSize, UErrorCode *pErrorCode);
139 * @param pErrorCode ICU error code
144 unorm_setIter(UNormIterator *uni, UCharIterator *iter, UNormalizationMode mode, UErrorCode *pErrorCode);
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 Ducnv_io.c228 haveAliasData(UErrorCode *pErrorCode) { argument
231 if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) {
245 data = udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, pErrorCode);
246 if(U_FAILURE(*pErrorCode)) {
255 *pErrorCode = U_INVALID_FORMAT_ERROR;
331 isAlias(const char *alias, UErrorCode *pErrorCode) { argument
333 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR;
563 findConverter(const char *alias, UBool *containsOption, UErrorCode *pErrorCode) { argument
572 *pErrorCode
656 findTaggedAliasListsOffset(const char *alias, const char *standard, UErrorCode *pErrorCode) argument
707 findTaggedConverterNum(const char *alias, const char *standard, UErrorCode *pErrorCode) argument
751 ucnv_io_getConverterName(const char *alias, UBool *containsOption, UErrorCode *pErrorCode) argument
763 ucnv_io_countStandardAliases(UEnumeration *enumerator, UErrorCode *pErrorCode) argument
775 ucnv_io_nextStandardAliases(UEnumeration *enumerator, int32_t* resultLength, UErrorCode *pErrorCode) argument
802 ucnv_io_resetStandardAliases(UEnumeration *enumerator, UErrorCode *pErrorCode) argument
824 ucnv_openStandardNames(const char *convName, const char *standard, UErrorCode *pErrorCode) argument
860 ucnv_io_countAliases(const char *alias, UErrorCode *pErrorCode) argument
878 ucnv_io_getAliases(const char *alias, uint16_t start, const char **aliases, UErrorCode *pErrorCode) argument
903 ucnv_io_getAlias(const char *alias, uint16_t n, UErrorCode *pErrorCode) argument
928 ucnv_io_countStandards(UErrorCode *pErrorCode) argument
938 ucnv_getStandard(uint16_t n, UErrorCode *pErrorCode) argument
950 ucnv_getStandardName(const char *alias, const char *standard, UErrorCode *pErrorCode) argument
970 ucnv_countAliases(const char *alias, UErrorCode *pErrorCode) argument
977 ucnv_getAlias(const char *alias, uint16_t n, UErrorCode *pErrorCode) argument
983 ucnv_getAliases(const char *alias, const char **aliases, UErrorCode *pErrorCode) argument
996 ucnv_getCanonicalName(const char *alias, const char *standard, UErrorCode *pErrorCode) argument
1009 ucnv_io_countAllConverters(UEnumeration *enumerator, UErrorCode *pErrorCode) argument
1014 ucnv_io_nextAllConverters(UEnumeration *enumerator, int32_t* resultLength, UErrorCode *pErrorCode) argument
1035 ucnv_io_resetAllConverters(UEnumeration *enumerator, UErrorCode *pErrorCode) argument
1050 ucnv_openAllNames(UErrorCode *pErrorCode) argument
1074 ucnv_io_countKnownConverters(UErrorCode *pErrorCode) argument
1120 ucnv_swapAliases(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode) argument
[all...]
H A Dlocdispnames.cpp300 UErrorCode *pErrorCode) {
308 rb=ures_open(path, locale, pErrorCode);
310 if(U_SUCCESS(*pErrorCode)) {
311 s=ures_getStringByKey(rb, tableKey, &length, pErrorCode);
318 *pErrorCode = U_MISSING_RESOURCE_ERROR;
326 pErrorCode);
330 if(U_SUCCESS(*pErrorCode)) {
339 *pErrorCode=U_USING_DEFAULT_WARNING;
342 return u_terminateUChars(dest, destCapacity, length, pErrorCode);
353 UErrorCode *pErrorCode) {
294 _getStringOrCopyKey(const char *path, const char *locale, const char *tableKey, const char* subTableKey, const char *itemKey, const char *substitute, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
348 _getDisplayNameForComponent(const char *locale, const char *displayLocale, UChar *dest, int32_t destCapacity, UDisplayNameGetter *getter, const char *tag, UErrorCode *pErrorCode) argument
389 uloc_getDisplayLanguage(const char *locale, const char *displayLocale, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
398 uloc_getDisplayScript(const char* locale, const char* displayLocale, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
408 uloc_getDisplayCountry(const char *locale, const char *displayLocale, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
422 uloc_getDisplayVariant(const char *locale, const char *displayLocale, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
431 uloc_getDisplayName(const char *locale, const char *displayLocale, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
[all...]
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 Dustr_imp.h67 UErrorCode *pErrorCode);
77 uprv_haveProperties(UErrorCode *pErrorCode);
129 UErrorCode *pErrorCode);
139 UErrorCode *pErrorCode);
152 UErrorCode *pErrorCode);
165 UErrorCode *pErrorCode);
176 * @param pErrorCode ICU error code.
181 u_terminateUChars(UChar *dest, int32_t destCapacity, int32_t length, UErrorCode *pErrorCode);
188 u_terminateChars(char *dest, int32_t destCapacity, int32_t length, UErrorCode *pErrorCode);
195 u_terminateUChar32s(UChar32 *dest, int32_t destCapacity, int32_t length, UErrorCode *pErrorCode);
[all...]
/external/icu4c/tools/genbidi/
H A Dgenbidi.c52 parseBidiMirroring(const char *filename, UErrorCode *pErrorCode);
55 parseDB(const char *filename, UErrorCode *pErrorCode);
79 UErrorCode *pErrorCode) {
82 if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) {
88 u_parseDelimitedFile(filename, ';', fields, 2, lineFn, NULL, pErrorCode);
89 if(U_FAILURE(*pErrorCode)) {
90 fprintf(stderr, "error parsing %s.txt: %s\n", ucdFile, u_errorName(*pErrorCode));
97 UErrorCode *pErrorCode);
114 UErrorCode *pErrorCode);
76 parseTwoFieldFile(char *filename, char *basename, const char *ucdFile, const char *suffix, UParseLineFn *lineFn, UErrorCode *pErrorCode) argument
129 singleEnumLineFn(void *context, char *fields[][2], int32_t fieldCount, UErrorCode *pErrorCode) argument
181 parseSingleEnumFile(char *filename, char *basename, const char *suffix, const SingleEnum *sen, UErrorCode *pErrorCode) argument
230 binariesLineFn(void *context, char *fields[][2], int32_t fieldCount, UErrorCode *pErrorCode) argument
273 parseBinariesFile(char *filename, char *basename, const char *suffix, const Binaries *bin, UErrorCode *pErrorCode) argument
471 mirrorLineFn(void *context, char *fields[][2], int32_t fieldCount, UErrorCode *pErrorCode) argument
495 parseBidiMirroring(const char *filename, UErrorCode *pErrorCode) argument
508 unicodeDataLineFn(void *context, char *fields[][2], int32_t fieldCount, UErrorCode *pErrorCode) argument
542 parseDB(const char *filename, UErrorCode *pErrorCode) argument
600 bidiClassLineFn(void *context, char *fields[][2], int32_t fieldCount, UErrorCode *pErrorCode) argument
[all...]
/external/icu4c/tools/toolutil/
H A Dswapimpl.h41 UErrorCode *pErrorCode);
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...]
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 Dpkg_imp.h33 UErrorCode *pErrorCode);
H A Duparse.h57 UErrorCode *pErrorCode);
81 * sets *pErrorCode, then the parser returns with *pErrorCode set to an error code.
87 UErrorCode *pErrorCode);
98 UErrorCode *pErrorCode);
112 * @param pErrorCode ICU error code.
119 UErrorCode *pErrorCode);
133 UErrorCode *pErrorCode);
144 UErrorCode *pErrorCode);
/external/icu4c/i18n/
H A Dudatpg.cpp30 udatpg_open(const char *locale, UErrorCode *pErrorCode) { argument
32 return (UDateTimePatternGenerator *)DateTimePatternGenerator::createInstance(*pErrorCode);
34 return (UDateTimePatternGenerator *)DateTimePatternGenerator::createInstance(Locale(locale), *pErrorCode);
39 udatpg_openEmpty(UErrorCode *pErrorCode) { argument
40 return (UDateTimePatternGenerator *)DateTimePatternGenerator::createEmptyInstance(*pErrorCode);
49 udatpg_clone(const UDateTimePatternGenerator *dtpg, UErrorCode *pErrorCode) { argument
50 if(U_FAILURE(*pErrorCode)) {
60 UErrorCode *pErrorCode) {
63 bestPattern, capacity, pErrorCode);
71 UErrorCode *pErrorCode) {
57 udatpg_getBestPattern(UDateTimePatternGenerator *dtpg, const UChar *skeleton, int32_t length, UChar *bestPattern, int32_t capacity, UErrorCode *pErrorCode) argument
67 udatpg_getBestPatternWithOptions(UDateTimePatternGenerator *dtpg, const UChar *skeleton, int32_t length, UDateTimePatternMatchOptions options, UChar *bestPattern, int32_t capacity, UErrorCode *pErrorCode) argument
85 udatpg_getSkeleton(UDateTimePatternGenerator *dtpg, const UChar *pattern, int32_t length, UChar *skeleton, int32_t capacity, UErrorCode *pErrorCode) argument
102 udatpg_getBaseSkeleton(UDateTimePatternGenerator *dtpg, const UChar *pattern, int32_t length, UChar *skeleton, int32_t capacity, UErrorCode *pErrorCode) argument
119 udatpg_addPattern(UDateTimePatternGenerator *dtpg, const UChar *pattern, int32_t patternLength, UBool override, UChar *conflictingPattern, int32_t capacity, int32_t *pLength, UErrorCode *pErrorCode) argument
215 udatpg_replaceFieldTypes(UDateTimePatternGenerator *dtpg, const UChar *pattern, int32_t patternLength, const UChar *skeleton, int32_t skeletonLength, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
226 udatpg_replaceFieldTypesWithOptions(UDateTimePatternGenerator *dtpg, const UChar *pattern, int32_t patternLength, const UChar *skeleton, int32_t skeletonLength, UDateTimePatternMatchOptions options, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
246 udatpg_openSkeletons(const UDateTimePatternGenerator *dtpg, UErrorCode *pErrorCode) argument
253 udatpg_openBaseSkeletons(const UDateTimePatternGenerator *dtpg, UErrorCode *pErrorCode) argument
[all...]
/external/icu4c/tools/gensprep/
H A Dgensprep.c55 parseMappings(const char *filename, UBool reportError, UErrorCode *pErrorCode);
58 parseNormalizationCorrections(const char *filename, UErrorCode *pErrorCode);
275 UErrorCode *pErrorCode) {
285 if(U_FAILURE(*pErrorCode)) {
287 exit(*pErrorCode);
293 length=u_parseCodePoints(s, mapping, sizeof(mapping)/4, pErrorCode);
302 if(U_FAILURE(*pErrorCode)) {
304 (long)code, u_errorName(*pErrorCode));
305 exit(*pErrorCode);
312 storeMapping(code,mapping, length, USPREP_MAP, pErrorCode);
273 normalizationCorrectionsLineFn(void *context, char *fields[][2], int32_t fieldCount, UErrorCode *pErrorCode) argument
318 parseNormalizationCorrections(const char *filename, UErrorCode *pErrorCode) argument
336 strprepProfileLineFn(void *context, char *fields[][2], int32_t fieldCount, UErrorCode *pErrorCode) argument
423 parseMappings(const char *filename, UBool reportError, UErrorCode *pErrorCode) argument
[all...]
/external/icu4c/tools/genprops/
H A Dprops2.c60 UErrorCode *pErrorCode) {
63 if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) {
69 u_parseDelimitedFile(filename, ';', fields, 2, lineFn, NULL, pErrorCode);
70 if(U_FAILURE(*pErrorCode)) {
71 fprintf(stderr, "error parsing %s.txt: %s\n", ucdFile, u_errorName(*pErrorCode));
78 UErrorCode *pErrorCode);
85 UErrorCode *pErrorCode) {
88 if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) {
57 parseTwoFieldFile(char *filename, char *basename, const char *ucdFile, const char *suffix, UParseLineFn *lineFn, UErrorCode *pErrorCode) argument
81 parseMultiFieldFile(char *filename, char *basename, const char *ucdFile, const char *suffix, int32_t fieldCount, UParseLineFn *lineFn, UErrorCode *pErrorCode) argument
163 singleEnumLineFn(void *context, char *fields[][2], int32_t fieldCount, UErrorCode *pErrorCode) argument
219 parseSingleEnumFile(char *filename, char *basename, const char *suffix, const SingleEnum *sen, UErrorCode *pErrorCode) argument
331 binariesLineFn(void *context, char *fields[][2], int32_t fieldCount, UErrorCode *pErrorCode) argument
382 parseBinariesFile(char *filename, char *basename, const char *suffix, const Binaries *bin, UErrorCode *pErrorCode) argument
427 generateAdditionalProperties(char *filename, const char *suffix, UErrorCode *pErrorCode) argument
520 ageLineFn(void *context, char *fields[][2], int32_t fieldCount, UErrorCode *pErrorCode) argument
573 numericLineFn(void *context, char *fields[][2], int32_t fieldCount, UErrorCode *pErrorCode) argument
[all...]
/external/icu4c/common/unicode/
H A Ducasemap.h59 * @param pErrorCode Must be a valid pointer to an error code value,
70 ucasemap_open(const char *locale, uint32_t options, UErrorCode *pErrorCode);
122 * @param pErrorCode Must be a valid pointer to an error code value,
129 ucasemap_setLocale(UCaseMap *csm, const char *locale, UErrorCode *pErrorCode);
136 * @param pErrorCode Must be a valid pointer to an error code value,
143 ucasemap_setOptions(UCaseMap *csm, uint32_t options, UErrorCode *pErrorCode);
211 * @param pErrorCode Must be a valid pointer to an error code value,
219 ucasemap_setBreakIterator(UCaseMap *csm, UBreakIterator *iterToAdopt, UErrorCode *pErrorCode);
259 * @param pErrorCode Must be a valid pointer to an error code value,
271 UErrorCode *pErrorCode);
[all...]
/external/icu4c/i18n/unicode/
H A Duldnames.h62 * @param pErrorCode the status code
68 UErrorCode *pErrorCode);
126 * @param pErrorCode the status code
136 UErrorCode *pErrorCode);
146 * @param pErrorCode the status code
156 UErrorCode *pErrorCode);
164 * @param pErrorCode the status code
174 UErrorCode *pErrorCode);
182 * @param pErrorCode the status code
192 UErrorCode *pErrorCode);
[all...]
/external/icu4c/tools/gencase/
H A Dgencase.c58 parseSpecialCasing(const char *filename, UErrorCode *pErrorCode);
61 parseCaseFolding(const char *filename, UErrorCode *pErrorCode);
64 parseDB(const char *filename, UErrorCode *pErrorCode);
128 UErrorCode *pErrorCode) {
136 u_parseCodePointRange(fields[0][0], &start, &end, pErrorCode);
137 if(U_FAILURE(*pErrorCode)) {
139 exit(*pErrorCode);
160 upvec_setValue(pv, start, end, bin->binaries[i].vecWord, bin->binaries[i].vecValue, bin->binaries[i].vecMask, pErrorCode);
161 if(U_FAILURE(*pErrorCode)) {
163 bin->binaries[i].propName, u_errorName(*pErrorCode));
126 binariesLineFn(void *context, char *fields[][2], int32_t fieldCount, UErrorCode *pErrorCode) argument
169 parseBinariesFile(char *filename, char *basename, const char *suffix, const Binaries *bin, UErrorCode *pErrorCode) argument
421 specialCasingLineFn(void *context, char *fields[][2], int32_t fieldCount, UErrorCode *pErrorCode) argument
477 parseSpecialCasing(const char *filename, UErrorCode *pErrorCode) argument
537 caseFoldingLineFn(void *context, char *fields[][2], int32_t fieldCount, UErrorCode *pErrorCode) argument
638 parseCaseFolding(const char *filename, UErrorCode *pErrorCode) argument
666 unicodeDataLineFn(void *context, char *fields[][2], int32_t fieldCount, UErrorCode *pErrorCode) argument
790 parseDB(const char *filename, UErrorCode *pErrorCode) argument
[all...]
/external/icu4c/test/intltest/
H A Ducdtest.h13 UErrorCode *pErrorCode);
18 UErrorCode *pErrorCode);
44 UErrorCode *pErrorCode);
49 UErrorCode *pErrorCode);

Completed in 397 milliseconds

1234567