OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:internalErrorCode
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/common/
uscript.c
55
UErrorCode
internalErrorCode
= U_ZERO_ERROR;
62
/*length = */ uloc_getLanguage(locale, lang, UPRV_LENGTHOF(lang), &
internalErrorCode
);
63
if(U_FAILURE(
internalErrorCode
) ||
internalErrorCode
== U_STRING_NOT_TERMINATED_WARNING) {
72
scriptLength = uloc_getScript(locale, script, UPRV_LENGTHOF(script), &
internalErrorCode
);
73
if(U_FAILURE(
internalErrorCode
) ||
internalErrorCode
== U_STRING_NOT_TERMINATED_WARNING) {
100
UErrorCode
internalErrorCode
;
121
internalErrorCode
= U_ZERO_ERROR;
127
likely, UPRV_LENGTHOF(likely), &
internalErrorCode
);
[
all
...]
ucnv_bld.cpp
712
UErrorCode
internalErrorCode
= U_ZERO_ERROR;
777
pArgs->name = ucnv_io_getConverterName(pArgs->name, &mayContainOption, &
internalErrorCode
);
778
if (U_FAILURE(
internalErrorCode
) || pArgs->name == NULL) {
784
} else if (
internalErrorCode
== U_AMBIGUOUS_ALIAS_WARNING) {
[
all
...]
/external/icu/icu4c/source/i18n/
ucol_res.cpp
264
UErrorCode
internalErrorCode
= U_ZERO_ERROR;
266
ures_getByKeyWithFallback(collations, "default", NULL, &
internalErrorCode
));
268
const UChar *s = ures_getString(def.getAlias(), &length, &
internalErrorCode
);
269
if(U_SUCCESS(
internalErrorCode
) && 0 < length && length < UPRV_LENGTHOF(defaultType)) {
398
UErrorCode
internalErrorCode
= U_ZERO_ERROR;
401
&
internalErrorCode
);
402
if(U_SUCCESS(
internalErrorCode
)) {
421
UErrorCode
internalErrorCode
= U_ZERO_ERROR;
424
&
internalErrorCode
));
426
const UChar *s = ures_getString(def.getAlias(), &length, &
internalErrorCode
);
[
all
...]
Completed in 876 milliseconds