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

1 2 3 4 56 7

  /external/icu4c/common/
utrie.h 500 * @param pErrorCode an in/out ICU UErrorCode
504 utrie_unserialize(UTrie *trie, const void *data, int32_t length, UErrorCode *pErrorCode);
521 * @param pErrorCode an in/out ICU UErrorCode
531 UErrorCode *pErrorCode);
720 * @param pErrorCode a UErrorCode argument; among other possible error codes:
731 UErrorCode *pErrorCode);
740 UErrorCode *pErrorCode);
uprops.h 400 uchar_addPropertyStarts(const USetAdder *sa, UErrorCode *pErrorCode);
408 upropsvec_addPropertyStarts(const USetAdder *sa, UErrorCode *pErrorCode);
419 uprv_getInclusions(const USetAdder *sa, UErrorCode *pErrorCode);
429 UErrorCode *pErrorCode);
usprep.cpp 823 UErrorCode *pErrorCode) {
836 headerSize=udata_swapDataHeader(ds, inData, length, outData, pErrorCode);
837 if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) {
854 *pErrorCode=U_UNSUPPORTED_ERROR;
868 *pErrorCode=U_INDEX_OUTOFBOUNDS_ERROR;
888 *pErrorCode=U_INDEX_OUTOFBOUNDS_ERROR;
901 ds->swapArray32(ds, inBytes, count, outBytes, pErrorCode);
906 utrie_swap(ds, inBytes+offset, count, outBytes+offset, pErrorCode);
911 ds->swapArray16(ds, inBytes+offset, count, outBytes+offset, pErrorCode);
    [all...]
utext.cpp     [all...]
ubidi_props.c 62 ubidi_addPropertyStarts(const UBiDiProps *bdp, const USetAdder *sa, UErrorCode *pErrorCode) {
69 if(U_FAILURE(*pErrorCode)) {
ucmndata.c 221 UErrorCode *pErrorCode) {
272 UErrorCode *pErrorCode) {
ucnv_u8.c 754 UErrorCode *pErrorCode) {
793 *pErrorCode=U_USING_DEFAULT_WARNING;
    [all...]
uresdata.h 397 UErrorCode *pErrorCode);
normalizer2impl.cpp     [all...]
ucnvhz.c 575 UErrorCode *pErrorCode) {
583 pErrorCode);
ucase.h 49 ucase_addPropertyStarts(const UCaseProps *csp, const USetAdder *sa, UErrorCode *pErrorCode);
  /external/icu4c/i18n/unicode/
ucurr.h 240 * @param pErrorCode Error code
244 ucurr_openISOCurrencies(uint32_t currType, UErrorCode *pErrorCode);
ucol.h 670 * @param pErrorCode Must be a valid pointer to an error code value, which must not indicate a
683 UErrorCode *pErrorCode);
711 * @param pErrorCode Must be a valid pointer to an error code value, which must not indicate a
723 UErrorCode *pErrorCode);
732 * @param pErrorCode Must be a valid pointer to an error code value, which must not indicate
745 UErrorCode *pErrorCode);
    [all...]
uspoof.h 243 * @param pErrorCode ICU error code
252 UErrorCode *pErrorCode);
    [all...]
ucal.h 810 * @param pErrorCode Pointer to a standard ICU error code. Its input value must
820 ucal_setGregorianChange(UCalendar *cal, UDate date, UErrorCode *pErrorCode);
832 * @param pErrorCode Pointer to a standard ICU error code. Its input value must
843 ucal_getGregorianChange(const UCalendar *cal, UErrorCode *pErrorCode);
    [all...]
  /external/icu4c/test/perf/unisetperf/
unisetperf.cpp 140 // virtual void call(UErrorCode* pErrorCode) { ... }
175 virtual void call(UErrorCode* pErrorCode) {
237 virtual void call(UErrorCode* pErrorCode) {
288 virtual void call(UErrorCode* pErrorCode) {
338 virtual void call(UErrorCode* pErrorCode) {
384 virtual void call(UErrorCode* pErrorCode) {
  /external/icu4c/test/perf/dicttrieperf/
dicttrieperf.cpp 97 // virtual void call(UErrorCode* pErrorCode) { ... }
159 virtual void call(UErrorCode * /*pErrorCode*/) {
249 virtual void call(UErrorCode * /*pErrorCode*/) {
306 virtual void call(UErrorCode *pErrorCode) {
308 const char *nameTrieBytes=builder->buildStringPiece(USTRINGTRIE_BUILD_SMALL, *pErrorCode).data();
439 virtual void call(UErrorCode *pErrorCode) {
449 utext_openUChars(&text, lines[i].name, lines[i].len, pErrorCode);
465 virtual void call(UErrorCode * /*pErrorCode*/) {
585 virtual void call(UErrorCode *pErrorCode) {
598 utext_openUChars(&text, lines[i].name, lines[i].len, pErrorCode);
    [all...]
  /external/icu4c/test/intltest/
ucdtest.cpp 157 UErrorCode *pErrorCode)
163 u_parseCodePointRange(fields[0][0], &start, &end, pErrorCode);
164 if(U_FAILURE(*pErrorCode)) {
  /external/icu4c/common/unicode/
uchar.h     [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
uchar.h     [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
uchar.h     [all...]
  /external/webkit/Source/WebCore/icu/unicode/
uchar.h     [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
uchar.h     [all...]
  /external/icu4c/test/cintltst/
cucdtst.c 74 UErrorCode *pErrorCode) {
78 if(U_FAILURE(*pErrorCode)) {
95 u_parseDelimitedFile(path, ';', fields, fieldCount, lineFn, context, pErrorCode);
96 if(*pErrorCode==U_FILE_ACCESS_ERROR) {
97 *pErrorCode=U_ZERO_ERROR;
98 u_parseDelimitedFile(backupPath, ';', fields, fieldCount, lineFn, context, pErrorCode);
100 if(U_FAILURE(*pErrorCode)) {
101 log_err_status(*pErrorCode, "error parsing %s: %s\n", filename, u_errorName(*pErrorCode));
    [all...]
  /external/icu4c/tools/toolutil/
package.cpp 114 UErrorCode *pErrorCode) {
118 if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) {
124 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR;
135 *pErrorCode=U_UNSUPPORTED_ERROR;
152 *pErrorCode=U_UNSUPPORTED_ERROR;
161 UErrorCode *pErrorCode) {
166 pInfo=getDataInfo(data, length, infoLength, headerLength, pErrorCode);
    [all...]

Completed in 1718 milliseconds

1 2 3 4 56 7