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.java479 …String view = PathHeader.getLinkedView(surveyUrl, cldrFile, METAZONE_PREFIX + metazone + METAZONE_… in addZones()
481 …view = PathHeader.getLinkedView(surveyUrl, cldrFile, METAZONE_PREFIX + metazone + METAZONE_SUFFIX2… in addZones()
491 private static String surveyUrl = CLDR_CONFIG.getProperty("CLDR_SURVEY_URL", field in VerifyZones
DVerifyCompactNumbers.java294 private static String surveyUrl = CLDR_CONFIG.getProperty("CLDR_SURVEY_URL", field in VerifyCompactNumbers
DDateTimeFormats.java104 private static String surveyUrl = CLDRConfig.getInstance().getProperty("CLDR_SURVEY_URL", field in DateTimeFormats
712 String result = PathHeader.getLinkedView(surveyUrl, file, path); in getFixFromPath()