HomeSort by relevance Sort by last modified time
    Searched refs:internalErrorCode (Results 1 - 3 of 3) 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 714 UErrorCode internalErrorCode = U_ZERO_ERROR;
779 pArgs->name = ucnv_io_getConverterName(pArgs->name, &mayContainOption, &internalErrorCode);
780 if (U_FAILURE(internalErrorCode) || pArgs->name == NULL) {
786 } 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(), &length, &internalErrorCode);
    [all...]

Completed in 644 milliseconds