Home
last modified time | relevance | path

Searched refs:Title (Results 1 – 25 of 357) sorted by relevance

12345678910>>...15

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCaseMap.java51 public static Title toTitle() { return Title.DEFAULT; } in toTitle()
193 public static final class Title extends CaseMap { class in CaseMap
194 private static final Title DEFAULT = new Title(0);
195 private static final Title OMIT_UNCHANGED = new Title(CaseMapImpl.OMIT_UNCHANGED_TEXT);
196 private Title(int opt) { super(opt); } in Title() method in CaseMap.Title
210 public Title wholeString() { in wholeString()
211 return new Title(CaseMapImpl.addTitleIteratorOption( in wholeString()
227 public Title sentences() { in sentences()
228 return new Title(CaseMapImpl.addTitleIteratorOption( in sentences()
237 public Title omitUnchangedText() { in omitUnchangedText()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DCaseMap.java48 public static Title toTitle() { return Title.DEFAULT; } in toTitle()
179 public static final class Title extends CaseMap { class in CaseMap
180 private static final Title DEFAULT = new Title(0);
181 private static final Title OMIT_UNCHANGED = new Title(CaseMapImpl.OMIT_UNCHANGED_TEXT);
182 private Title(int opt) { super(opt); } in Title() method in CaseMap.Title
195 public Title wholeString() { in wholeString()
196 return new Title(CaseMapImpl.addTitleIteratorOption( in wholeString()
211 public Title sentences() { in sentences()
212 return new Title(CaseMapImpl.addTitleIteratorOption( in sentences()
220 public Title omitUnchangedText() { in omitUnchangedText()
[all …]
/external/cldr/tools/java/org/unicode/cldr/draft/
DidnaTestCases.txt40 # Title: Appendix A.1. HYPHEN-MINUS - Can't be at start or end; that is, ok only if medial
53 # Title: A1. Allow ZWNJ in the following context: /$L $T* ZWNJ $T* $R/
66 # Title: ZWJ/ZWNJ apply to letter+virama of same script (and limited scripts)
72 # Title: A2. Allow ZWNJ in the following context: /$L $V ZWNJ/
96 # Title: Appendix A.4. MIDDLE DOT
107 # Title: Appendix A.8. HEBREW PUNCTUATION GERESH - \u05F3
118 # Title: Appendix A.9. HEBREW PUNCTUATION GERSHAYIM - \u05F4
129 # Title: Appendix A.13. ARABIC-INDIC DIGITS - 0660..0669
143 #Title: Appendix A.14. EXTENDED ARABIC-INDIC DIGITS
153 # Title: 2. ES and ON are not allowed in the first position
[all …]
DidnaContextRules.txt34 # A title is of the form "Title: ...". It is just informational, but allows the test to show why a …
59 Title: 4.2.2. Rejection of Characters that are not Permitted: fail if DISALLOWED or UNASSIGNED
150 Title: 4.2.3.1. Rejection of Hyphen Sequences in U-labels // just xx--
156 Title: 4.2.3.2. Leading Combining Marks
167 Title: Appendix A.1. HYPHEN-MINUS - Can't be at start or end; that is, ok only if medial
191 Title: A1. Allow ZWNJ in the following context: /$L $T* ZWNJ $T* $R/
214 Title: ZWJ/ZWNJ apply to letter+virama
228 Title: A2. Allow ZWNJ in the following context: /$L $V ZWNJ/
235 Title: B. Allow ZWJ (U+200D) in the following context: /$L $V ZWJ/
242 Title: Appendix A.4. MIDDLE DOT
[all …]
/external/llvm-project/llvm/include/llvm/Support/
DGraphWriter.h114 void writeGraph(const std::string &Title = "") {
116 writeHeader(Title);
128 void writeHeader(const std::string &Title) { in writeHeader() argument
131 if (!Title.empty()) in writeHeader()
132 O << "digraph \"" << DOT::EscapeString(Title) << "\" {\n"; in writeHeader()
141 if (!Title.empty()) in writeHeader()
142 O << "\tlabel=\"" << DOT::EscapeString(Title) << "\";\n"; in writeHeader()
311 const Twine &Title = "") {
316 W.writeGraph(Title.str());
330 const Twine &Title = "",
[all …]
/external/llvm/include/llvm/Support/
DGraphWriter.h99 void writeGraph(const std::string &Title = "") {
101 writeHeader(Title);
113 void writeHeader(const std::string &Title) { in writeHeader() argument
116 if (!Title.empty()) in writeHeader()
117 O << "digraph \"" << DOT::EscapeString(Title) << "\" {\n"; in writeHeader()
126 if (!Title.empty()) in writeHeader()
127 O << "\tlabel=\"" << DOT::EscapeString(Title) << "\";\n"; in writeHeader()
313 const Twine &Title = "") {
318 W.writeGraph(Title.str());
327 bool ShortNames = false, const Twine &Title = "") {
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DGraphWriter.h114 void writeGraph(const std::string &Title = "") {
116 writeHeader(Title);
128 void writeHeader(const std::string &Title) { in writeHeader() argument
131 if (!Title.empty()) in writeHeader()
132 O << "digraph \"" << DOT::EscapeString(Title) << "\" {\n"; in writeHeader()
141 if (!Title.empty()) in writeHeader()
142 O << "\tlabel=\"" << DOT::EscapeString(Title) << "\";\n"; in writeHeader()
311 const Twine &Title = "") {
316 W.writeGraph(Title.str());
330 const Twine &Title = "",
[all …]
/external/llvm-project/llvm/include/llvm/Analysis/
DDOTGraphTraitsPass.h54 std::string Title = GraphName + " for '" + F.getName().str() + "' function"; in runOnFunction() local
56 ViewGraph(Graph, Name, IsSimple, Title); in runOnFunction()
102 std::string Title = GraphName + " for '" + F.getName().str() + "' function"; in runOnFunction() local
105 WriteGraph(File, Graph, IsSimple, Title); in runOnFunction()
132 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph); in runOnModule() local
134 ViewGraph(Graph, Name, IsSimple, Title); in runOnModule()
164 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph); in runOnModule() local
167 WriteGraph(File, Graph, IsSimple, Title); in runOnModule()
/external/llvm/include/llvm/Analysis/
DDOTGraphTraitsPass.h57 std::string Title = GraphName + " for '" + F.getName().str() + "' function"; in runOnFunction() local
59 ViewGraph(Graph, Name, IsSimple, Title); in runOnFunction()
105 std::string Title = GraphName + " for '" + F.getName().str() + "' function"; in runOnFunction() local
108 WriteGraph(File, Graph, IsSimple, Title); in runOnFunction()
135 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph); in runOnModule() local
137 ViewGraph(Graph, Name, IsSimple, Title); in runOnModule()
167 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph); in runOnModule() local
170 WriteGraph(File, Graph, IsSimple, Title); in runOnModule()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDOTGraphTraitsPass.h56 std::string Title = GraphName + " for '" + F.getName().str() + "' function"; in runOnFunction() local
58 ViewGraph(Graph, Name, IsSimple, Title); in runOnFunction()
104 std::string Title = GraphName + " for '" + F.getName().str() + "' function"; in runOnFunction() local
107 WriteGraph(File, Graph, IsSimple, Title); in runOnFunction()
134 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph); in runOnModule() local
136 ViewGraph(Graph, Name, IsSimple, Title); in runOnModule()
166 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph); in runOnModule() local
169 WriteGraph(File, Graph, IsSimple, Title); in runOnModule()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestCasingTransforms.txt5 # transform is composed of locale, a dash(-) and either Lower, Upper or Title.
9 ΟΔΌΣ Οδός Σο ΣΟ oΣ ΟΣ σ ἕξ; el-Title; Οδός Οδός Σο Σο Oς Ος Σ Ἕξ
14 Isiİ İsıI; tr-Title; Isii İsıı
17 ; az-Title; Isii İsıı
22 I Ï J J̈ Į Į̈ Ì Í Ĩ xi̇̈ xj̇̈ xį̇̈ xi̇̀ xi̇́ xi̇̃ XI XÏ XJ XJ̈ XĮ XĮ̈; lt-Title; I Ï J J̈ Į Į̈ Ì Í …
27 IJKIJ ijkij IjkIj; nl-Title; IJkij IJkij IJkij
/external/icu/icu4j/tools/build/
Dmanifest.stub4 Specification-Title: ICU for Java Doc Tools
7 Implementation-Title: ICU for Java Doc Tools
14 Specification-Title: ICU for Java Resource Index Generator
17 Implementation-Title: ICU for Java Resource Index Generator
/external/markdown/tests/markdown-test/
Dliteral-quotes.txt3 Foo [bar](/url/ "Title with "quotes" inside").
6 [bar]: /url/ "Title with "quotes" inside"
/external/markdown/MarkdownTest/Tests_2004/
DLiteral quotes in titles.text3 Foo [bar](/url/ "Title with "quotes" inside").
6 [bar]: /url/ "Title with "quotes" inside"
/external/markdown/MarkdownTest/Tests_2007/
DLiteral quotes in titles.text3 Foo [bar](/url/ "Title with "quotes" inside").
6 [bar]: /url/ "Title with "quotes" inside"
/external/icu/icu4j/perf-tests/
Dmanifest.stub2 Specification-Title: ICU for Java Performance Tests
5 Implementation-Title: ICU for Java Performance Tests
/external/icu/icu4j/samples/
Dmanifest.stub4 Specification-Title: ICU for Java Samples
7 Implementation-Title: ICU for Java Samples
/external/icu/icu4j/tools/misc/
Dmanifest.stub4 Specification-Title: ICU for Java Tools
7 Implementation-Title: ICU for Java Tools
/external/icu/icu4j/main/tests/core/
Dmanifest.stub4 Specification-Title: ICU for Java Core Tests
7 Implementation-Title: ICU for Java Core Tests
/external/icu/icu4j/main/tests/packaging/
Dmanifest.stub4 Specification-Title: ICU for Java Packaging Tests
7 Implementation-Title: ICU for Java Packaging Tests
/external/icu/icu4j/main/tests/translit/
Dmanifest.stub4 Specification-Title: ICU for Java Transliteration Tests
7 Implementation-Title: ICU for Java Transliteration Tests
/external/icu/icu4j/main/tests/collate/
Dmanifest.stub4 Specification-Title: ICU for Java Collation Tests
7 Implementation-Title: ICU for Java Collation Tests
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/
Dmanifest.stub6 Implementation-Title: ICU Transliterator IME
9 Specification-Title: ICU Transliterator IME
/external/icu/icu4j/main/tests/framework/
Dmanifest.stub4 Specification-Title: ICU for Java Test Framework
7 Implementation-Title: ICU for Java Test Framework
/external/icu/icu4j/main/tests/charset/
Dmanifest.stub4 Specification-Title: ICU for Java Charset Tests
7 Implementation-Title: ICU for Java Charset Tests

12345678910>>...15