Searched refs:defaultLoc (Results 1 – 4 of 4) sorted by relevance
74 String defaultLoc = "/data"; in getDataDirectory() local76 return path == null ? new File(defaultLoc) : new File(path); in getDataDirectory()
94 ULocale defaultLoc = ULocale.getDefault(); in TestLocaleGetCode() local105 ULocale.setDefault(defaultLoc); in TestLocaleGetCode()
454 const char *defaultLoc = uloc_getDefault(); in findFirstExisting() local463 *isDefault = (UBool)(uprv_strncmp(name, defaultLoc, uprv_strlen(name)) == 0); in findFirstExisting()
2011 String defaultLoc = "/data";2013 return path == null ? new File(defaultLoc) : new File(path);