Home
last modified time | relevance | path

Searched refs:surveyUrl (Results 1 – 3 of 3) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DVerifyZones.java430 …String view = PathHeader.getLinkedView(surveyUrl, cldrFile, METAZONE_PREFIX + metazone + METAZONE_… in addZones()
432 …view = PathHeader.getLinkedView(surveyUrl, cldrFile, METAZONE_PREFIX + metazone + METAZONE_SUFFIX2… in addZones()
442 private static String surveyUrl = CLDR_CONFIG.getProperty("CLDR_SURVEY_URL", field in VerifyZones
DVerifyCompactNumbers.java312 private static String surveyUrl = CLDR_CONFIG.getProperty("CLDR_SURVEY_URL", field in VerifyCompactNumbers
DDateTimeFormats.java123 private static String surveyUrl = CLDRConfig.getInstance().getProperty("CLDR_SURVEY_URL", field in DateTimeFormats
734 String result = PathHeader.getLinkedView(surveyUrl, file, path); in getFixFromPath()