Searched defs:ll (Results 1 – 6 of 6) sorted by relevance
27 LocaleList ll = new LocaleList(); in testEmptyLocaleList() local45 final LocaleList ll = new LocaleList(Locale.US); in testOneMemberLocaleList() local56 final LocaleList ll = new LocaleList(la); in testTwoMemberLocaleList() local67 LocaleList ll = new LocaleList((Locale) null); in testNullArgument() local73 LocaleList ll = new LocaleList((Locale[]) null); in testNullArgument() local82 LocaleList ll = null; in testNullArguments() local93 LocaleList ll = null; in testRepeatedArguments() local154 LocaleList ll = new LocaleList(); in testToString() local167 LocaleList ll = new LocaleList(); in testToLanguageTags() local201 final LocaleList ll = LocaleList.getDefault(); in testGetDefault() local[all …]
647 LocaleList ll = new LocaleList(loc); in testSetLocales_oneLtr() local657 LocaleList ll = new LocaleList(loc); in testSetLocales_oneRtl() local668 LocaleList ll = LocaleList.forLanguageTags("az-Arab,en"); in testSetLocales_twoLocales() local678 LocaleList ll = LocaleList.forLanguageTags("az-Arab,en"); in testSetLocales_overridesLocale() local689 LocaleList ll = LocaleList.forLanguageTags("az-Arab,en"); in testSetLocales_overridesSetLocale() local
48 final LinearLayout ll = new LinearLayout(context); in twoButtonsSeparatedByFiller() local93 final LinearLayout ll = new LinearLayout(context); in horizontalButtonSlots() local236 final LinearLayout ll = new LinearLayout(context); in doubleText() local
131 ViewGroup ll = (ViewGroup) mActivity.findViewById(parentId); in verifyDirectionForOneLayoutFromXml() local
5321 LinearLayout ll = new LinearLayout(mActivity); in testGetResolvedTextDirectionLtrWithInheritance() local5389 LinearLayout ll = new LinearLayout(mActivity); in testGetResolvedTextDirectionRtlWithInheritance() local5451 LinearLayout ll = (LinearLayout) mActivity.findViewById(R.id.layout_textviewtest); in testResetTextDirection() local5472 LinearLayout ll = new LinearLayout(mActivity); in testTextDirectionFirstStrongLtr() local5487 LinearLayout ll = new LinearLayout(mActivity); in testTextDirectionFirstStrongLtr() local5503 LinearLayout ll = new LinearLayout(mActivity); in testTextDirectionFirstStrongLtr() local5523 LinearLayout ll = new LinearLayout(mActivity); in testTextDirectionFirstStrongRtl() local5538 LinearLayout ll = new LinearLayout(mActivity); in testTextDirectionFirstStrongRtl() local5554 LinearLayout ll = new LinearLayout(mActivity); in testTextDirectionFirstStrongRtl() local5739 LinearLayout ll = new LinearLayout(mActivity); in testGetResolvedTextAlignmentWithInheritance() local[all …]
243 int ll = is.read(); in parse() local