HomeSort by relevance Sort by last modified time
    Searched refs:internalErrorCode (Results 1 - 5 of 5) sorted by null

  /external/icu/icu4c/source/common/
uscript.cpp 57 UErrorCode internalErrorCode = U_ZERO_ERROR;
64 /*length = */ uloc_getLanguage(locale, lang, UPRV_LENGTHOF(lang), &internalErrorCode);
65 if(U_FAILURE(internalErrorCode) || internalErrorCode == U_STRING_NOT_TERMINATED_WARNING) {
74 scriptLength = uloc_getScript(locale, script, UPRV_LENGTHOF(script), &internalErrorCode);
75 if(U_FAILURE(internalErrorCode) || internalErrorCode == U_STRING_NOT_TERMINATED_WARNING) {
102 UErrorCode internalErrorCode;
123 internalErrorCode = U_ZERO_ERROR;
129 likely, UPRV_LENGTHOF(likely), &internalErrorCode);
    [all...]
ucnv_bld.cpp 719 UErrorCode internalErrorCode = U_ZERO_ERROR;
784 pArgs->name = ucnv_io_getConverterName(pArgs->name, &mayContainOption, &internalErrorCode);
785 if (U_FAILURE(internalErrorCode) || pArgs->name == NULL) {
791 } else if (internalErrorCode == U_AMBIGUOUS_ALIAS_WARNING) {
    [all...]
  /external/icu/icu4c/source/i18n/
ucol_res.cpp 268 UErrorCode internalErrorCode = U_ZERO_ERROR;
270 ures_getByKeyWithFallback(collations, "default", NULL, &internalErrorCode));
272 const UChar *s = ures_getString(def.getAlias(), &length, &internalErrorCode);
273 if(U_SUCCESS(internalErrorCode) && 0 < length && length < UPRV_LENGTHOF(defaultType)) {
402 UErrorCode internalErrorCode = U_ZERO_ERROR;
405 &internalErrorCode);
406 if(U_SUCCESS(internalErrorCode)) {
425 UErrorCode internalErrorCode = U_ZERO_ERROR;
428 &internalErrorCode));
430 const UChar *s = ures_getString(def.getAlias(), &len, &internalErrorCode);
    [all...]
dtptngen.cpp 326 internalErrorCode(U_ZERO_ERROR)
333 internalErrorCode = status = U_MEMORY_ALLOCATION_ERROR;
340 internalErrorCode(U_ZERO_ERROR)
347 internalErrorCode = status = U_MEMORY_ALLOCATION_ERROR;
358 internalErrorCode(U_ZERO_ERROR)
365 internalErrorCode = U_MEMORY_ALLOCATION_ERROR;
376 internalErrorCode = other.internalErrorCode;
395 internalErrorCode = U_MEMORY_ALLOCATION_ERROR;
407 patternMap->copyFrom(*other.patternMap, internalErrorCode);
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
dtptngen.h 544 UErrorCode internalErrorCode;

Completed in 1811 milliseconds