Searched refs:PlaceholderInfo (Results 1 – 7 of 7) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | PatternPlaceholders.java | 27 Map<String, PlaceholderInfo> data = new LinkedHashMap<String, PlaceholderInfo>(); 30 PlaceholderInfo row = new PlaceholderInfo(name, example); in add() 35 public static class PlaceholderInfo { class in PatternPlaceholders 39 private PlaceholderInfo(String name, String example) { in PlaceholderInfo() method in PatternPlaceholders.PlaceholderInfo 98 PlaceholderInfo old = result.data.get(id); in transform() 108 for (Entry<String, PlaceholderInfo> entry : result.data.entrySet()) { in transform() 133 public Map<String, PlaceholderInfo> get(String path) { in get()
|
D | PathDescription.java | 15 import org.unicode.cldr.util.PatternPlaceholders.PlaceholderInfo; 208 Map<String, PlaceholderInfo> placeholders = PatternPlaceholders.getInstance().get(path); 213 for (Entry<String, PlaceholderInfo> entry : placeholders.entrySet()) { 214 PlaceholderInfo info = entry.getValue();
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | ConvertXTB.java | 31 import org.unicode.cldr.util.PatternPlaceholders.PlaceholderInfo; 381 Map<String, PlaceholderInfo> tagMap = getTagMap(xpath); in getPlaceholderForName() 382 for (Map.Entry<String, PlaceholderInfo> entry : tagMap.entrySet()) { in getPlaceholderForName() 395 private Map<String, PlaceholderInfo> getTagMap(String xpath) { in getTagMap()
|
D | GenerateXMB.java | 45 import org.unicode.cldr.util.PatternPlaceholders.PlaceholderInfo; 853 private final Map<String, PlaceholderInfo> placeholders; 862 Map<String, PlaceholderInfo> placeholders, in PathInfo() 894 PlaceholderInfo info = placeholders.get("{0}"); in getFirstVariable() 935 PlaceholderInfo info = placeholders.get(placeholder); in getPlaceholderWithExample() 963 PlaceholderInfo info = placeholders.get(matcher.group()); in transformValue()
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | tf2xla_util.cc | 330 struct PlaceholderInfo { in AddPlaceholdersForFeeds() struct 338 std::map<string, PlaceholderInfo> placeholder_info; in AddPlaceholdersForFeeds() 342 PlaceholderInfo& info = placeholder_info[name_port]; in AddPlaceholdersForFeeds() 355 PlaceholderInfo& info = it->second; in AddPlaceholdersForFeeds() 401 const PlaceholderInfo& info = it->second; in AddPlaceholdersForFeeds()
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestPathHeader.java | 47 import org.unicode.cldr.util.PatternPlaceholders.PlaceholderInfo; 324 Map<String, PlaceholderInfo> placeholderInfo = patternPlaceholders in TestAppendTimezone() 326 PlaceholderInfo placeholderInfo2 = placeholderInfo.get("{1}"); in TestAppendTimezone()
|
D | TestCheckCLDR.java | 54 import org.unicode.cldr.util.PatternPlaceholders.PlaceholderInfo; 211 final Map<String, PlaceholderInfo> placeholderInfo = patternPlaceholders in TestPlaceholders()
|