OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasVariant
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/common/
locdispnames.cpp
437
UBool hasLanguage, hasScript, hasCountry,
hasVariant
, hasKeywords;
584
hasVariant
= length2>0;
587
if(
hasVariant
) {
642
|| ((hasScript || hasCountry) && !
hasVariant
&& !hasKeywords)
643
|| ((hasScript || hasCountry ||
hasVariant
) && !hasKeywords)) {
646
} else if (hasLanguage && !hasScript && !hasCountry && !
hasVariant
&& !hasKeywords) {
651
if (hasLanguage && (hasScript || hasCountry ||
hasVariant
|| hasKeywords)) {
/external/chromium_org/third_party/icu/source/i18n/
locdspnm.cpp
362
UBool
hasVariant
= uprv_strlen(variant) > 0;
409
if (
hasVariant
) {
/external/icu4c/i18n/
locdspnm.cpp
544
UBool
hasVariant
= uprv_strlen(variant) > 0;
591
if (
hasVariant
) {
[
all
...]
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 5966 milliseconds