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

1 2 3 45 6

  /external/icu/icu4c/source/common/unicode/
ushape.h 90 * @param pErrorCode must be a valid pointer to an error code value,
103 UErrorCode *pErrorCode);
176 * will be set in pErrorCode
337 * will be set in pErrorCode
358 * will be set in pErrorCode
uscript.h 583 * @param pErrorCode standard ICU in/out error code, must pass U_SUCCESS() on input
588 uscript_getSampleString(UScriptCode script, UChar *dest, int32_t capacity, UErrorCode *pErrorCode);
  /external/icu/icu4c/source/common/
uscript_props.cpp 226 uscript_getSampleString(UScriptCode script, UChar *dest, int32_t capacity, UErrorCode *pErrorCode) {
227 if(U_FAILURE(*pErrorCode)) { return 0; }
229 *pErrorCode = U_ILLEGAL_ARGUMENT_ERROR;
243 return u_terminateUChars(dest, capacity, length, pErrorCode);
usprep.cpp 777 UErrorCode *pErrorCode) {
790 headerSize=udata_swapDataHeader(ds, inData, length, outData, pErrorCode);
791 if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) {
808 *pErrorCode=U_UNSUPPORTED_ERROR;
822 *pErrorCode=U_INDEX_OUTOFBOUNDS_ERROR;
842 *pErrorCode=U_INDEX_OUTOFBOUNDS_ERROR;
855 ds->swapArray32(ds, inBytes, count, outBytes, pErrorCode);
860 utrie_swap(ds, inBytes+offset, count, outBytes+offset, pErrorCode);
865 ds->swapArray16(ds, inBytes+offset, count, outBytes+offset, pErrorCode);
    [all...]
ustring.cpp     [all...]
ucnv_u32.c     [all...]
dictionarydata.h 139 udict_swap(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode);
rbbidata.h 46 UErrorCode *pErrorCode);
ubidi_props.h 39 ubidi_addPropertyStarts(const UBiDiProps *bdp, const USetAdder *sa, UErrorCode *pErrorCode);
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);
utext.cpp     [all...]
ubidi_props.c 63 ubidi_addPropertyStarts(const UBiDiProps *bdp, const USetAdder *sa, UErrorCode *pErrorCode) {
70 if(U_FAILURE(*pErrorCode)) {
ucmndata.c 221 UErrorCode *pErrorCode) {
272 UErrorCode *pErrorCode) {
ucnv_u8.c 763 UErrorCode *pErrorCode) {
802 *pErrorCode=U_USING_DEFAULT_WARNING;
    [all...]
  /external/icu/icu4c/source/samples/uciter8/
uit_len8.c 489 lenient8IteratorSetState(UCharIterator *iter, uint32_t state, UErrorCode *pErrorCode) {
490 if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) {
493 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR;
501 *pErrorCode=U_INDEX_OUTOFBOUNDS_ERROR;
516 *pErrorCode=U_INDEX_OUTOFBOUNDS_ERROR;
  /external/icu/icu4c/source/i18n/unicode/
utrans.h 184 * @param pErrorCode a pointer to the UErrorCode
196 UErrorCode *pErrorCode);
344 * @param pErrorCode Pointer to the UErrorCode in/out parameter.
351 utrans_openIDs(UErrorCode *pErrorCode);
ucol.h 689 * @param pErrorCode Must be a valid pointer to an error code value, which must not indicate a
702 UErrorCode *pErrorCode);
735 * @param pErrorCode Must be a valid pointer to an error code value, which must not indicate a
747 UErrorCode *pErrorCode);
759 * @param pErrorCode Must be a valid pointer to an error code value, which must not indicate
772 UErrorCode *pErrorCode);
    [all...]
ucurr.h 298 * @param pErrorCode Error code
302 ucurr_openISOCurrencies(uint32_t currType, UErrorCode *pErrorCode);
  /external/icu/icu4c/source/test/perf/unisetperf/
unisetperf.cpp 139 // virtual void call(UErrorCode* pErrorCode) { ... }
174 virtual void call(UErrorCode* pErrorCode) {
236 virtual void call(UErrorCode* pErrorCode) {
287 virtual void call(UErrorCode* pErrorCode) {
337 virtual void call(UErrorCode* pErrorCode) {
383 virtual void call(UErrorCode* pErrorCode) {
  /external/icu/icu4c/source/test/perf/dicttrieperf/
dicttrieperf.cpp 96 // virtual void call(UErrorCode* pErrorCode) { ... }
158 virtual void call(UErrorCode * /*pErrorCode*/) {
248 virtual void call(UErrorCode * /*pErrorCode*/) {
305 virtual void call(UErrorCode *pErrorCode) {
307 const char *nameTrieBytes=builder->buildStringPiece(USTRINGTRIE_BUILD_SMALL, *pErrorCode).data();
438 virtual void call(UErrorCode *pErrorCode) {
448 utext_openUChars(&text, lines[i].name, lines[i].len, pErrorCode);
464 virtual void call(UErrorCode * /*pErrorCode*/) {
584 virtual void call(UErrorCode *pErrorCode) {
597 utext_openUChars(&text, lines[i].name, lines[i].len, pErrorCode);
    [all...]
  /external/icu/icu4c/source/i18n/
ucal.cpp 268 ucal_setGregorianChange(UCalendar *cal, UDate date, UErrorCode *pErrorCode) {
269 if(U_FAILURE(*pErrorCode)) {
280 *pErrorCode = U_ILLEGAL_ARGUMENT_ERROR;
284 *pErrorCode = U_UNSUPPORTED_ERROR;
287 gregocal->setGregorianChange(date, *pErrorCode);
291 ucal_getGregorianChange(const UCalendar *cal, UErrorCode *pErrorCode) {
292 if(U_FAILURE(*pErrorCode)) {
302 *pErrorCode = U_ILLEGAL_ARGUMENT_ERROR;
306 *pErrorCode = U_UNSUPPORTED_ERROR;
ucol.cpp 303 ucol_setMaxVariable(UCollator *coll, UColReorderCode group, UErrorCode *pErrorCode) {
304 if(U_FAILURE(*pErrorCode)) { return; }
305 Collator::fromUCollator(coll)->setMaxVariable(group, *pErrorCode);
397 UErrorCode *pErrorCode) {
398 return Collator::getEquivalentReorderCodes(reorderCode, dest, destCapacity, *pErrorCode);
  /external/icu/icu4c/source/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/icu/icu4c/source/test/intltest/
ucdtest.cpp 158 UErrorCode *pErrorCode)
164 u_parseCodePointRange(fields[0][0], &start, &end, pErrorCode);
165 if(U_FAILURE(*pErrorCode)) {

Completed in 437 milliseconds

1 2 3 45 6