Home | History | Annotate | Download | only in common

Lines Matching defs:length2

436     int32_t length, length2, length3 = 0;
524 length2=uloc_getDisplayScript(locale, displayLocale,
528 length2=uloc_getDisplayScript(locale, displayLocale,
532 hasScript= length2>0;
533 length+=length2;
550 length2=uloc_getDisplayCountry(locale, displayLocale,
554 length2=uloc_getDisplayCountry(locale, displayLocale,
558 hasCountry= length2>0;
559 length+=length2;
576 length2=uloc_getDisplayVariant(locale, displayLocale,
580 length2=uloc_getDisplayVariant(locale, displayLocale,
584 hasVariant= length2>0;
585 length+=length2;