Searched refs:pErrorCode (Results 1 - 25 of 163) 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
193 unorm_previous(UCharIterator *src, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UBool doNormalize, UBool *pNeededToNormalize, UErrorCode *pErrorCode) argument
206 unorm_next(UCharIterator *src, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UBool doNormalize, UBool *pNeededToNormalize, UErrorCode *pErrorCode) argument
221 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 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.h63 UErrorCode *pErrorCode);
72 uprv_haveProperties(UErrorCode *pErrorCode);
114 UErrorCode *pErrorCode);
121 UErrorCode *pErrorCode);
131 UErrorCode *pErrorCode);
143 UErrorCode *pErrorCode);
154 * @param pErrorCode ICU error code.
158 u_terminateUChars(UChar *dest, int32_t destCapacity, int32_t length, UErrorCode *pErrorCode);
165 u_terminateChars(char *dest, int32_t destCapacity, int32_t length, UErrorCode *pErrorCode);
172 u_terminateUChar32s(UChar32 *dest, int32_t destCapacity, int32_t length, UErrorCode *pErrorCode);
[all...]
H A Dpropsvec.h74 upvec_open(int32_t columns, UErrorCode *pErrorCode);
90 UErrorCode *pErrorCode);
130 UErrorCode *pErrorCode);
133 upvec_compact(UPropsVectors *pv, UPVecCompactHandler *handler, void *context, UErrorCode *pErrorCode);
150 int32_t *pRows, int32_t *pColumns, UErrorCode *pErrorCode);
157 upvec_compactToUTrie2WithRowIndexes(UPropsVectors *pv, UErrorCode *pErrorCode);
172 UErrorCode *pErrorCode);
H A Dudata.cpp198 setCommonICUDataPointer(const void *pData, UBool /*warn*/, UErrorCode *pErrorCode) { argument
202 udata_checkCommonData(&tData, pErrorCode);
203 return setCommonICUData(&tData, FALSE, pErrorCode);
416 UErrorCode *pErrorCode);
417 const char *next(UErrorCode *pErrorCode);
447 UErrorCode *pErrorCode)
461 packageStub.append(U_FILE_SEP_CHAR, *pErrorCode).append(pkg, *pErrorCode);
475 itemPath.append(item, (int32_t)(basename-item), *pErrorCode);
513 const char *UDataPathIterator::next(UErrorCode *pErrorCode) argument
445 UDataPathIterator(const char *inPath, const char *pkg, const char *item, const char *inSuffix, UBool doCheckLastFour, UErrorCode *pErrorCode) argument
660 openCommonData(const char *path, int32_t commonDataIndex, UErrorCode *pErrorCode) argument
741 UDataPathIterator iter(u_getDataDirectory(), inBasename, path, ".dat", TRUE, pErrorCode); local
860 udata_setCommonData(const void *data, UErrorCode *pErrorCode) argument
959 doLoadFromIndividualFiles(const char *pkgName, const char *dataPath, const char *tocEntryPathSuffix, const char *path, const char *type, const char *name, UDataMemoryIsAcceptable *isAcceptable, void *context, UErrorCode *subErrorCode, UErrorCode *pErrorCode) argument
1017 doLoadFromCommonData(UBool isICUData, const char * , const char * , const char * , const char *tocEntryName, const char *path, const char *type, const char *name, UDataMemoryIsAcceptable *isAcceptable, void *context, UErrorCode *subErrorCode, UErrorCode *pErrorCode) argument
1114 doOpenChoice(const char *path, const char *type, const char *name, UDataMemoryIsAcceptable *isAcceptable, void *context, UErrorCode *pErrorCode) argument
1326 udata_open(const char *path, const char *type, const char *name, UErrorCode *pErrorCode) argument
1346 udata_openChoice(const char *path, const char *type, const char *name, UDataMemoryIsAcceptable *isAcceptable, void *context, 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) {
78 int32_t headerSize=udata_swapDataHeader(ds, inData, length, outData, pErrorCode);
79 if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) {
98 *pErrorCode=U_UNSUPPORTED_ERROR;
111 *pErrorCode=U_INDEX_OUTOFBOUNDS_ERROR;
123 *pErrorCode=U_INDEX_OUTOFBOUNDS_ERROR;
131 ds->swapArray32(ds, inBytes, numBytesIndexesAndValueMaps, outBytes, pErrorCode);
161 UErrorCode *pErrorCode) {
169 headerSize=udata_swapDataHeader(ds, inData, length, outData, pErrorCode);
74 upname_swap(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode) argument
159 uprops_swap(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode) argument
307 ucase_swap(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode) argument
409 ubidi_swap(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode) argument
517 unorm_swap(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode) argument
641 test_swap(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode) argument
747 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/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...]
H A Dunorm2.h135 * @param pErrorCode Standard ICU error code. Its input value must
146 UErrorCode *pErrorCode);
156 * @param pErrorCode Standard ICU error code. Its input value must
164 unorm2_openFiltered(const UNormalizer2 *norm2, const USet *filterSet, UErrorCode *pErrorCode);
203 * @param pErrorCode Standard ICU error code. Its input value must
214 UErrorCode *pErrorCode);
226 * @param pErrorCode Standard ICU error code. Its input value must
237 UErrorCode *pErrorCode);
249 * @param pErrorCode Standard ICU error code. Its input value must
260 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...]
H A Dudatpg.h128 * @param pErrorCode a pointer to the UErrorCode which must not indicate a
134 udatpg_open(const char *locale, UErrorCode *pErrorCode);
138 * @param pErrorCode a pointer to the UErrorCode which must not indicate a
144 udatpg_openEmpty(UErrorCode *pErrorCode);
176 * @param pErrorCode a pointer to the UErrorCode which must not indicate a
182 udatpg_clone(const UDateTimePatternGenerator *dtpg, UErrorCode *pErrorCode);
202 * @param pErrorCode a pointer to the UErrorCode which must not indicate a
211 UErrorCode *pErrorCode);
237 * @param pErrorCode
248 UErrorCode *pErrorCode);
[all...]
/external/icu4c/test/intltest/
H A Ducdtest.h13 UErrorCode *pErrorCode);
18 UErrorCode *pErrorCode);
45 UErrorCode *pErrorCode);
50 UErrorCode *pErrorCode);

Completed in 1494 milliseconds

1234567