HomeSort by relevance Sort by last modified time
    Searched refs:resolvedSource (Results 1 - 2 of 2) sorted by null

  /external/cldr/tools/java/org/unicode/cldr/tool/
SearchCLDR.java 202 final String resolvedSource = !resolved ? null
210 resolvedSource,
228 String shortPath, String parentValue, String englishValue, String resolvedSource, String organizationLevel) {
243 + (resolved ? "\t" + resolvedSource : "")
  /external/cldr/tools/java/org/unicode/cldr/util/
Annotations.java 229 private AnnotationSet(String locale, UnicodeMap<Annotations> source, UnicodeMap<Annotations> resolvedSource) {
232 this.baseData = resolvedSource == null ? unresolvedData : resolvedSource.freeze();

Completed in 382 milliseconds