Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/draft/
DRule.java31 public static class StringItem implements Item { class in Rule
34 public StringItem(String s) { in StringItem() method in Rule.StringItem
97 results.add(new StringItem(s)); in Rule()
DJsonConverter.java354 if (old instanceof StringItem) { in put()
355 if (value.equals(((StringItem) old).value)) { in put()
362 map.put(element, new StringItem(value)); in put()
453 list.add(Row.of(element, (Item) new StringItem(value))); in put()
462 static class StringItem extends Item { class in JsonConverter
465 public StringItem(String value2) { in StringItem() method in JsonConverter.StringItem