Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateXMB.java139 enum PlaceholderType { enum in GenerateXMB
801 PlaceholderType type = isEnglish ? PlaceholderType.BRACES : PlaceholderType.XML; in showPlurals()
822 PlaceholderType type = isEnglish ? PlaceholderType.XML_EXAMPLE : PlaceholderType.XML; in writePathInfo()
943 private String transformValue(String value, PlaceholderType type) { in transformValue()
/external/protobuf/src/google/protobuf/
Ddescriptor.cc2874 enum PlaceholderType { enum in google::protobuf::DescriptorBuilder
2883 PlaceholderType placeholder_type = PLACEHOLDER_MESSAGE,
2894 Symbol NewPlaceholder(const string& name, PlaceholderType placeholder_type);
3462 PlaceholderType placeholder_type, ResolveMode resolve_mode) { in LookupSymbol()
3474 PlaceholderType placeholder_type) { in NewPlaceholder()