Searched refs:pErrorCode (Results 151 - 163 of 163) sorted by relevance

1234567

/external/icu4c/common/
H A Ducnv_ct.c577 UErrorCode *pErrorCode) {
582 ucnv_MBCSGetUnicodeSetForUnicode(myConverterData->myConverterArray[i], sa, which, pErrorCode);
574 _CompoundText_GetUnicodeSet(const UConverter *cnv, const USetAdder *sa, UConverterUnicodeSet which, UErrorCode *pErrorCode) argument
H A Dubidiimp.h157 ubidi_getRuns(UBiDi *pBiDi, UErrorCode *pErrorCode);
H A Ducnv2022.c410 UErrorCode *pErrorCode)
414 offsets, sourceIndex, pErrorCode);
3606 UErrorCode *pErrorCode)
3611 if (U_FAILURE(*pErrorCode)) {
3664 cnvData->currentConverter, sa, which, pErrorCode);
3680 pErrorCode);
3713 ucnv_MBCSGetFilteredUnicodeSetForUnicode(cnvData->myConverterArray[i], sa, which, filter, pErrorCode);
405 fromUWriteUInt8(UConverter *cnv, const char *bytes, int32_t length, uint8_t **target, const char *targetLimit, int32_t **offsets, int32_t sourceIndex, UErrorCode *pErrorCode) argument
3603 _ISO_2022_GetUnicodeSet(const UConverter *cnv, const USetAdder *sa, UConverterUnicodeSet which, UErrorCode *pErrorCode) argument
H A Ducase.c63 ucase_addPropertyStarts(const UCaseProps *csp, const USetAdder *sa, UErrorCode *pErrorCode) { argument
64 if(U_FAILURE(*pErrorCode)) {
H A Ducnvisci.c1551 UErrorCode *pErrorCode)
1548 _ISCIIGetUnicodeSet(const UConverter *cnv, const USetAdder *sa, UConverterUnicodeSet which, UErrorCode *pErrorCode) argument
/external/icu4c/common/unicode/
H A Duset.h1048 * @param pErrorCode pointer to the error code. Will be set to
1057 uset_serialize(const USet* set, uint16_t* dest, int32_t destCapacity, UErrorCode* pErrorCode);
/external/icu4c/test/cintltst/
H A Dcbiditst.c51 UBiDiLevel direction, UErrorCode *pErrorCode);
2123 UBiDiLevel direction, UErrorCode *pErrorCode) {
2135 ubidi_setPara(pBiDi, src, srcLength, 0, NULL, pErrorCode);
2140 UBIDI_DO_MIRRORING|UBIDI_INSERT_LRM_FOR_NUMERIC, pErrorCode);
2142 printUnicode(src, srcLength, ubidi_getLevels(pBiDi, pErrorCode));
2150 ubidi_setPara(pBiDi, logicalDest, logicalLength, 0, NULL, pErrorCode);
2152 UBIDI_DO_MIRRORING|UBIDI_REMOVE_BIDI_CONTROLS, pErrorCode);
2157 ltrLength=ubidi_writeReverse(src, srcLength, visualLTR, LENGTHOF(visualLTR), 0, pErrorCode);
2164 ubidi_setPara(pBiDi, visualLTR, ltrLength, 0, NULL, pErrorCode);
2166 UBIDI_DO_MIRRORING|UBIDI_INSERT_LRM_FOR_NUMERIC, pErrorCode);
2122 _testInverseBidi(UBiDi *pBiDi, const UChar *src, int32_t srcLength, UBiDiLevel direction, UErrorCode *pErrorCode) argument
[all...]
H A Dudatatst.c63 UErrorCode *pErrorCode);
1243 UErrorCode *pErrorCode);
H A Dccapitst.c89 cnv_open(const char *name, UErrorCode *pErrorCode) { argument
91 return ucnv_openPackage(loadTestData(pErrorCode), name+1, pErrorCode);
93 return ucnv_open(name, pErrorCode);
/external/icu4c/tools/toolutil/
H A Ducm.c1145 UErrorCode *pErrorCode) {
1150 if(U_FAILURE(*pErrorCode)) {
1185 *pErrorCode=U_INVALID_TABLE_FORMAT;
1143 ucm_readTable(UCMFile *ucm, FileStream* convFile, UBool forBase, UCMStates *baseStates, UErrorCode *pErrorCode) argument
/external/icu4c/i18n/
H A Ducol.cpp4512 UErrorCode *pErrorCode) {
4514 coll->sortKeyGen(coll, source, sourceLength, sink, pErrorCode);
4516 if (U_SUCCESS(*pErrorCode)) {
4518 *pErrorCode = U_MEMORY_ALLOCATION_ERROR;
6773 UErrorCode *pErrorCode) {
6785 if (U_FAILURE(*pErrorCode)) {
6790 *pErrorCode = U_ILLEGAL_ARGUMENT_ERROR;
6796 const UCollator* uca = ucol_initUCA(pErrorCode);
6797 if (U_FAILURE(*pErrorCode)) {
4509 ucol_getSortKeyWithAllocation(const UCollator *coll, const UChar *source, int32_t sourceLength, uint8_t *&result, int32_t &resultCapacity, UErrorCode *pErrorCode) argument
6770 ucol_getEquivalentReorderCodes(int32_t reorderCode, int32_t* dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
H A Ducurr.cpp1796 ucurr_countCurrencyList(UEnumeration *enumerator, UErrorCode * /*pErrorCode*/) {
1813 UErrorCode * /*pErrorCode*/)
1836 ucurr_resetCurrencyList(UEnumeration *enumerator, UErrorCode * /*pErrorCode*/) {
1976 ucurr_openISOCurrencies(uint32_t currType, UErrorCode *pErrorCode) { argument
1982 *pErrorCode = U_MEMORY_ALLOCATION_ERROR;
1988 *pErrorCode = U_MEMORY_ALLOCATION_ERROR;
H A Ducol_imp.h564 UErrorCode *pErrorCode);

Completed in 922 milliseconds

1234567