/external/icu/icu4c/source/data/translit/ |
D | dsb_dsb_FONIPA.txt | 15 b\u0301 → bʲ ; # old spelling 16 bj → bʲ ; # modern spelling 34 ḿ → mʲ ; # old spelling 35 mj → mʲ ; # modern spelling 41 ṕ → pʲ ; # old spelling 42 pj → pʲ ; # modern spelling 52 ẃ → wʲ ; # old spelling 53 wj → wʲ ; # modern spelling
|
D | la_la_FONIPA.txt | 59 xs → ks; # Old Latin spelling
|
/external/clang/bindings/python/tests/cindex/ |
D | test_type.py | 36 assert fields[0].spelling == 'a' 41 assert fields[1].spelling == 'b' 45 assert fields[1].type.get_declaration().spelling == 'I' 47 assert fields[2].spelling == 'c' 52 assert fields[3].spelling == 'd' 57 assert fields[4].spelling == 'e' 62 assert fields[5].spelling == 'f' 67 assert fields[6].spelling == 'g' 72 assert fields[7].spelling == 'h' 110 assert fields[0].spelling == 'A' [all …]
|
D | util.py | 33 def get_cursor(source, spelling): argument 46 if cursor.spelling == spelling: 51 def get_cursors(source, spelling): argument 65 if cursor.spelling == spelling:
|
D | test_cursor.py | 42 assert tu_nodes[0].spelling == 's0' 53 assert s0_nodes[0].spelling == 'a' 56 assert s0_nodes[1].spelling == 'b' 60 assert tu_nodes[1].spelling == 's1' 65 assert tu_nodes[2].spelling == 'f0' 92 if cursor.spelling == 'X': 235 assert tokens[0].spelling == 'int' 236 assert tokens[1].spelling == 'foo' 244 assert arguments[0].spelling == "i" 245 assert arguments[1].spelling == "j" [all …]
|
D | test_translation_unit.py | 22 assert tu.spelling == path 34 spellings = [c.spelling for c in tu.cursor.get_children()] 42 spellings = [c.spelling for c in tu.cursor.get_children()] 57 spellings = [c.spelling for c in tu.cursor.get_children()] 65 spellings = [c.spelling for c in tu.cursor.get_children()] 224 assert tokens[0].spelling == 'int' 226 assert tokens[0].spelling == 'int' 230 assert tokens[0].spelling == 'int'
|
D | test_diagnostics.py | 12 assert (tu.diagnostics[0].spelling == 22 assert 'incompatible' in tu.diagnostics[0].spelling 34 assert tu.diagnostics[0].spelling.startswith('use of GNU old-style') 48 assert tu.diagnostics[0].spelling.startswith('incompatible pointer to')
|
D | test_tokens.py | 18 assert tokens[1].spelling == 'i'
|
/external/clang/include/clang/AST/ |
D | CommentHTMLTags.td | 1 class Tag<string spelling> { 2 string Spelling = spelling; 60 class Attribute<string spelling> { 61 string Spelling = spelling; 64 class EventHandlerContentAttribute<string spelling> : Attribute<spelling> {
|
/external/chromium_org/content/test/data/accessibility/ |
D | aria-invalid-expected-mac.txt | 4 AXGroup AXInvalid='spelling' 5 AXStaticText AXValue='invalid=spelling'
|
D | aria-invalid-expected-android.txt | 3 android.view.View clickable name='invalid=spelling'
|
D | aria-invalid-expected-win.txt | 6 ROLE_SYSTEM_TEXT name='invalid=spelling' READONLY
|
/external/clang/bindings/python/examples/cindex/ |
D | cindex-dump.py | 20 'spelling' : diag.spelling, 48 'spelling' : node.spelling,
|
/external/icu/icu4c/source/extra/uconv/samples/utf8/ |
D | simplechinese.txt | 7 …WinCALIS 是 CALIS 的延伸,涵盖了更多的功能。比如:运用视窗 (window) 及滑鼠 (mouse),让教师及学生更为有效地操作;"拼音更正 "(spelling check) 提…
|
/external/chromium_org/chrome/browser/resources/options/ |
D | spelling_confirm_overlay.css | 6 #spelling-confirm-overlay {
|
/external/chromium_org/third_party/icu/source/data/lang/ |
D | nl.txt | 686 1901{"Traditionele Duitse spelling"} 687 1994{"Gestandaardiseerde Resiaanse spelling"} 688 1996{"Duitse spelling van 1996"} 696 KKCOR{"Algemene spelling"} 705 REVISED{"Gewijzigde spelling"} 711 TARASK{"Taraskievica-spelling"} 712 UCCOR{"Eenvormige spelling"}
|
/external/chromium_org/sync/protocol/ |
D | dictionary_specifics.proto | 16 // A spelling which when typed is treated as a correctly spelled word.
|
/external/clang/include/clang/Sema/ |
D | CMakeLists.txt | 16 clang_tablegen(AttrSpellingListIndex.inc -gen-clang-attr-spelling-index
|
D | Makefile | 31 $(Verb) $(ClangTableGen) -gen-clang-attr-spelling-index -o \
|
/external/icu/icu4c/source/data/lang/ |
D | nl.txt | 828 1901{"Traditionele Duitse spelling"} 830 1994{"Gestandaardiseerde Resiaanse spelling"} 831 1996{"Duitse spelling van 1996"} 851 KKCOR{"Algemene spelling"} 868 REVISED{"Gewijzigde spelling"} 879 TARASK{"Taraskievica-spelling"} 880 UCCOR{"Eenvormige spelling"} 881 UCRCOR{"Eenvormig herziene spelling"}
|
/external/chromium_org/third_party/libphonenumber/src/resources/geocoding/en/ |
D | 20.txt | 17 # with spelling changes for Qunea -> Qena and Damiette -> Damietta.
|
/external/chromium_org/chrome/browser/renderer_host/ |
D | chrome_render_widget_host_view_mac_delegate.mm | 221 // other spelling panel methods. This is probably because Apple assumes that the 222 // the spelling panel will be used with an NSText, which will automatically 230 // This message is sent by the spelling panel whenever a word is ignored.
|
/external/chromium_org/third_party/libphonenumber/src/resources/geocoding/nl/ |
D | 32.txt | 16 # the accent re-added in La Louvière and spelling fixed for Charleroi.
|
/external/clang/bindings/python/clang/ |
D | cindex.py | 323 def spelling(self): member in Diagnostic 387 self.severity, self.location, self.spelling) 1167 def spelling(self): member in Cursor 1535 def spelling(self): member in TypeKind 1847 def spelling(self): member in Type 1927 return "{'" + self.spelling + "', " + str(self.kind) + "}" 1930 def spelling(self): member in CompletionChunk 1933 return conf.lib.clang_getCompletionChunkText(self.cs, self.key).spelling 2039 + " || Brief comment: " + str(self.briefComment.spelling) 2299 def spelling(self): member in TranslationUnit [all …]
|
/external/clang/test/ |
D | CMakeLists.txt | 62 # Add a legacy target spelling: clang-test
|