HomeSort by relevance Sort by last modified time
    Searched full:spelling (Results 1 - 25 of 347) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Preprocessor/
dumptokens_phyloc.c 1 // RUN: %clang_cc1 -dump-tokens %s 2>&1 | grep "Spelling=.*dumptokens_phyloc.c:3:20"
cxx_oper_spelling.cpp 7 // except for its spelling"
  /external/webkit/Source/WebCore/manual-tests/
form-element-spelling.html 4 <p>Test that it's possible to do spell-checking in the two elements above. Choose "Check Spelling" or "Spelling..." from the contextual menu and verify that both work.</p>
keep_spelling_markers.html 11 <li>turn on Check Spelling as You Type from Edit-&gt;Spelling menu</li>
15 <li>select a corrected spelling from the popup, e.g.&#147;four&#148;</li>
  /external/clang/include/clang/Lex/
CMakeLists.txt 1 clang_tablegen(AttrSpellings.inc -gen-clang-attr-spelling-list
Makefile 12 $(Verb) $(ClangTableGen) -gen-clang-attr-spelling-list -o $(call SYSPATH, $@) \
  /packages/inputmethods/PinyinIME/jni/include/
spellingtable.h 34 // This class is used to store the spelling strings
35 // The length of the input spelling string should be less or equal to the
49 // Used to store spelling strings. If the spelling table needs to calculate
50 // score, an extra char after each spelling string is the score.
73 // pure_spl_size is the pure maximum spelling string size. For example,
75 // spl_max_num is the maximum number of spelling strings to store.
77 // score for each spelling.
80 // Put a spelling string to the table.
83 // freq is the spelling's occuring count
    [all...]
splparser.h 32 // Given a string, parse it into a spelling id stream.
35 // the last part of the string is a prefix of a full spelling string. For
62 // If the given string is a spelling, return the id, others, return 0.
64 // enabled in ShouZiMu mode, the returned spelling id will be a half id.
65 // When the returned spelling id is a half id, *is_pre returns whether it
66 // is a prefix of a full spelling string.
69 // If the given string is a spelling, return the id, others, return 0.
71 // is enabled in ShouZiMu mode or not, the returned spelling id will be
73 // When the returned spelling id is a half id, *p_is_pre returns whether it
74 // is a prefix of a full spelling string
    [all...]
pinyinime.h 66 * @param max_sps_len Maximum length of the spelling string(Pinyin string).
78 * Use a spelling string(Pinyin string) to search. The engine will try to do
86 * @param sps_buf The spelling string buffer to decode.
87 * @param sps_len The length of the spelling string buffer.
96 * @param pos The posistion of char in spelling string to delete, or the
97 * position of spelling id in result string to delete.
99 * in the spelling string, or the position in the result spelling id string.
111 * Add a Pinyin letter to the current spelling string kept by decoder. If the
113 * can be used to get the spelling string kept by decoder currently
    [all...]
spellingtrie.h 31 // The spelling id for each node. If you need more bits to store
32 // spelling id, please adjust this structure.
48 // Map from half spelling id to single char.
58 // The spelling table
61 // The size of longest spelling string, includes '\0' and an extra char to
68 // Number of full spelling ids.
74 // The Yunmu id list for the spelling ids (for half ids of Shengmu,
86 // The spelling string just queried
89 // The spelling string just queried
92 // The root node of the spelling tre
    [all...]
  /external/clang/bindings/python/tests/cindex/
test_type.py 25 if n.spelling == 'teststruct':
30 assert fields[0].spelling == 'a'
35 assert fields[1].spelling == 'b'
39 assert fields[1].type.get_declaration().spelling == 'I'
41 assert fields[2].spelling == 'c'
46 assert fields[3].spelling == 'd'
51 assert fields[4].spelling == 'e'
56 assert fields[5].spelling == 'f'
61 assert fields[6].spelling == 'g'
66 assert fields[7].spelling == 'h
    [all...]
test_cursor.py 32 while it.next().spelling != 'start_decl':
40 assert tu_nodes[0].spelling == 's0'
49 assert s0_nodes[0].spelling == 'a'
52 assert s0_nodes[1].spelling == 'b'
56 assert tu_nodes[1].spelling == 's1'
61 assert tu_nodes[2].spelling == 'f0'
test_location.py 15 if n.spelling == 'one':
17 if n.spelling == 'two':
24 if n.spelling == 'one':
26 if n.spelling == 'two':
33 if n.spelling == 'one':
35 if n.spelling == 'two':
43 if n.spelling == 'one':
47 if n.spelling == 'two':
test_diagnostics.py 16 assert (tu.diagnostics[0].spelling ==
27 assert 'incompatible' in tu.diagnostics[0].spelling
31 # assert tu.diagnostics[1].spelling == 'instantiated from'
40 assert tu.diagnostics[0].spelling.startswith('use of GNU old-style')
55 assert tu.diagnostics[0].spelling.startswith('incompatible pointer to')
test_translation_unit.py 10 assert tu.spelling == path
24 spellings = [c.spelling for c in tu.cursor.get_children()]
33 spellings = [c.spelling for c in tu.cursor.get_children()]
49 spellings = [c.spelling for c in tu.cursor.get_children()]
58 spellings = [c.spelling for c in tu.cursor.get_children()]
  /external/webkit/Source/WebCore/manual-tests/autocorrection/
spellcheck-on-contraction-when-autocorrection-is-off.html 16 <p><b>Step 1:</b> Bring up contextual manual, and uncheck "Spelling and Grammar -> Correct Spelling Automatically" and "Substitutions -> Text Replacement".</p>
autocorrection-cancelled-by-ESC.html 38 dismissed 'collapse' as the correct spelling of 'collaps' several times, the spell checker will not provide
39 'collapse' as a suggestion anymore. To fix this, remove all files in ~/Library/Spelling.</p>
autocorrection-cancelled-by-typing-1.html 34 <p style="color:green">Note, this test can fail due to user specific spell checking data. If the user has previously dismissed 'collapse' as the correct spelling of 'collaps' several times, the spell checker will not provide 'collapse' as a suggestion anymore. To fix this, remove all files in ~/Library/Spelling.</p>
  /development/samples/SpellChecker/SampleSpellCheckerService/
_index.html 5 "Sample correction" as the spelling correction service. </p>
  /external/webkit/Source/WebKit/chromium/public/
WebSpellCheckClient.h 47 // will indicates its length. Otherwise, if there was not a spelling
54 // Requests asynchronous spelling and grammar checking, whose result should be
62 // Show or hide the spelling UI.
65 // Returns true if the spelling UI is showing.
68 // Update the spelling UI with the given word.
  /cts/tests/tests/text/src/android/text/cts/
AutoTextTest.java 50 // get possible spelling correction in the scope of current
58 * get possible spelling correction in the scope of current
66 * get possible spelling correction in the scope of current
73 // get possible spelling correction outside of the scope of current
  /development/samples/SpellChecker/HelloSpellChecker/
_index.html 1 <p>A simple activity that requests spelling suggestions from a spell checker service, using the <code><a
  /external/chromium/chrome/browser/
spellchecker_platform_engine.h 30 // Returns true if the platform spellchecker has a spelling panel.
36 // Shows the spelling panel if |show| is true and hides it if it is not.
39 // Changes the word show in the spelling panel to be |word|. Note that the
40 // spelling panel need not be displayed for this to work.
56 // Checks the spelling of the given string, using the platform-specific
  /external/webkit/Source/WebCore/platform/brew/
LocalizedStringsBrew.cpp 196 return "Ignore spelling";
201 return "Learn spelling";
226 return "Spelling menu";
231 return "Show spelling panel";
236 return "Check spelling";
241 return "Check spelling while typing";
246 return "Check for grammar with spelling";
  /external/webkit/Source/WebCore/platform/haiku/
LocalizedStringsHaiku.cpp 203 return "Ignore spelling";
208 return "Learn spelling";
233 return "Spelling menu";
238 return "Show spelling panel";
243 return "Check spelling";
248 return "Check spelling while typing";
253 return "Check for grammar with spelling";

Completed in 415 milliseconds

1 2 3 4 5 6 7 8 91011>>