HomeSort by relevance Sort by last modified time
    Searched refs:pErrorCode (Results 126 - 148 of 148) sorted by null

1 2 3 4 56

  /external/icu/icu4c/source/i18n/unicode/
ucal.h 826 * @param pErrorCode Pointer to a standard ICU error code. Its input value must
836 ucal_setGregorianChange(UCalendar *cal, UDate date, UErrorCode *pErrorCode);
848 * @param pErrorCode Pointer to a standard ICU error code. Its input value must
859 ucal_getGregorianChange(const UCalendar *cal, UErrorCode *pErrorCode);
    [all...]
uspoof.h 349 * @param pErrorCode ICU error code
358 UErrorCode *pErrorCode);
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
package.cpp 112 UErrorCode *pErrorCode) {
116 if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) {
122 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR;
133 *pErrorCode=U_UNSUPPORTED_ERROR;
150 *pErrorCode=U_UNSUPPORTED_ERROR;
159 UErrorCode *pErrorCode) {
164 pInfo=getDataInfo(data, length, infoLength, headerLength, pErrorCode);
    [all...]
ucm.h 173 UErrorCode *pErrorCode);
ucm.c     [all...]
  /external/icu/icu4c/source/common/
normalizer2impl.cpp     [all...]
ucnvhz.c 573 UErrorCode *pErrorCode) {
581 pErrorCode);
ucase.h 49 ucase_addPropertyStarts(const UCaseProps *csp, const USetAdder *sa, UErrorCode *pErrorCode);
uresdata.h 525 UErrorCode *pErrorCode);
ucnv_ct.c 579 UErrorCode *pErrorCode) {
584 ucnv_MBCSGetUnicodeSetForUnicode(myConverterData->myConverterArray[i], sa, which, pErrorCode);
ucnv2022.cpp 430 UErrorCode *pErrorCode)
434 offsets, sourceIndex, pErrorCode);
    [all...]
ubidiimp.h 208 ubidi_getRuns(UBiDi *pBiDi, UErrorCode *pErrorCode);
ucase.cpp 65 ucase_addPropertyStarts(const UCaseProps *csp, const USetAdder *sa, UErrorCode *pErrorCode) {
66 if(U_FAILURE(*pErrorCode)) {
    [all...]
normalizer2impl.h 641 UErrorCode *pErrorCode);
ucnvisci.c     [all...]
  /external/icu/icu4c/source/common/unicode/
uchar.h     [all...]
uset.h     [all...]
unistr.h 71 UErrorCode *pErrorCode);
    [all...]
  /external/icu/icu4c/source/i18n/
collationbuilder.cpp     [all...]
ucurr.cpp     [all...]
  /external/icu/icu4c/source/test/cintltst/
cbiditst.c 50 UBiDiLevel direction, UErrorCode *pErrorCode);
    [all...]
udatatst.c 55 UErrorCode *pErrorCode);
    [all...]
ccapitst.c 42 cnv_open(const char *name, UErrorCode *pErrorCode) {
44 return ucnv_openPackage(loadTestData(pErrorCode), name+1, pErrorCode);
46 return ucnv_open(name, pErrorCode);
    [all...]

Completed in 836 milliseconds

1 2 3 4 56