Home | History | Annotate | Download | only in util

Lines Matching refs:ROOT

122         // this tests tests loading of root bundle when a resource bundle
590 logln("Alias with /LOCALE/ in nested table in root referring back to another key in the current locale bundle worked - " + s);
592 errln("Alias with /LOCALE/ in nested table in root referring back to another key in the current locale bundle failed");
836 ICUResourceBundle root =(ICUResourceBundle) UResourceBundle.getBundleInstance(ICUData.ICU_BASE_NAME, "root");
838 // AmPmMarkers now exist in root/islamic calendar, so this test is rendered useless.
840 // t = root.getWithFallback("calendar/islamic-civil/AmPmMarkers");
846 t = root.getWithFallback("calendar/islamic-civil/eras/abbreviated/0/mikimaus/pera");
899 public ULocale getULocale() {return ULocale.ROOT;}
913 if (!stub.getLocale().equals(ULocale.ROOT.toLocale())){
923 if(!fromRoot.equals("This data comes from root")){
961 // so return the root bundle.
963 UResourceBundle root = UResourceBundle.getBundleInstance(baseName, "hi_IN", testLoader);
964 if(!root.getULocale().toString().equals("")){
965 errln("Did not get the root bundle for non-existent default bundle for non-existent bundle");