Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/draft/
DScriptMetadata.java188 public Info(Info other, String string, String sampleCharacter) { in Info() argument
191 sampleChar = sampleCharacter == null ? other.sampleChar : sampleCharacter; in Info()