HomeSort by relevance Sort by last modified time
    Searched full:spell (Results 51 - 75 of 231) sorted by null

1 23 4 5 6 7 8 910

  /external/chromium_org/third_party/WebKit/ManualTests/autocorrection/
undo-autocorrection.html 18 <p style="color:green">Note, this test can fail due to user specific spell checking data. If the user has previously frequently revert 'message' to 'mesage'. To fix this, remove all files in ~/Library/Spelling, then kill AppleSpell.service process.</p>
  /external/fio/
LICENSE 15 people tend to have differing opinions of that, it doesn't hurt to spell out
  /packages/inputmethods/LatinIME/java/res/values-lo-rLA/
strings-appname.xml 26 <string name="android_spell_checker_settings" msgid="6123949487832861885">"Android Spell Checker Settings (AOSP)"</string>
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
SpellCheckerSettingsActivity.java 26 * Spell checker preference screen.
AndroidWordLevelSpellCheckerSession.java 137 * Finds out whether a particular string should be filtered out of spell checking.
145 * @param script the identifier for the script this spell checker recognizes
166 // words or a URI - in either case we don't want to spell check that
179 // Guestimate heuristic: perform spell checking if at least 3/4 of the characters
291 Log.i(TAG, "Spell checking results for " + text + " with suggestion limit "
315 // Don't kill the keyboard if there is a bug in the spell checker
383 * The spell checker acts on its own behalf. That is needed, in particular, to be able to
385 * Since it's called externally by the application, the spell checker is using the identity
  /external/chromium_org/chrome/renderer/spellchecker/
hunspell_engine.cc 83 // |hunspell_->spell| returns 0 if the word is misspelled.
84 word_correct = (hunspell_->spell(word_to_check_utf8.c_str()) != 0);
spellcheck_provider.h 39 // Requests async spell and grammar checker to the platform text
64 // Tries to satisfy a spell check request from the cache in |last_request_|.
spellcheck.h 137 // Performs spell checking from the request queue.
153 // Remember state for auto spell correct.
  /external/chromium_org/third_party/WebKit/Source/web/
SpellCheckerClientImpl.h 66 // Returns whether or not the focused control needs spell-checking.
77 // This flag is set to false if spell check for this editor is manually
  /external/chromium_org/third_party/WebKit/public/web/
WebSpellCheckClient.h 46 // The client should perform spell-checking on the given text. If the
57 // The client should perform spell-checking on the given text. This function will
WebTextCheckingCompletion.h 41 // Gets called back when WebViewClient finished an asynchronous spell checking.
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_message_filter_mac.h 15 // the Mac-specific spell checker requests from SpellCheckProvider.
spellcheck_service.h 59 // the context menu over a text area for changing spell check languages. It
60 // returns the index of the current spell check language in the vector.
139 // Reacts to a change in user preferences on whether auto-spell-correct should
spellcheck_message_filter.h 17 // A message filter implementation that receives spell checker requests from
  /external/llvm/include/llvm/ADT/
None.h 21 /// and similar types without having to spell out the specialization's name.
  /external/chromium_org/chrome/browser/renderer_context_menu/
spellchecker_submenu_observer_hunspell.cc 45 // Add available spell-checker languages to the sub menu.
93 // Allow Spell Check language items on sub menu for text area context menu.
156 // Check to see if one of the spell check language ids have been clicked.
  /frameworks/base/docs/html/about/versions/
android-4.0.3.jd 57 <li><a href="#textservices">Spell-checking</a></li>
132 <h3 id="textservices">Spell-checking</h3>
135 <li>For apps that accessing spell-checker services, a new {@link
137 any pending and running spell-checker tasks in a session.</li>
139 <li>For spell-checker services, a new suggestions flag,
142 lower-confidence ones. For example, a spell-checker could set the flag if an
147 <p>Apps connected to the spell-checker can use the {@link
  /frameworks/base/core/java/android/view/textservice/
SpellCheckerSubtype.java 34 * This class is used to specify meta information of a subtype contained in a spell checker.
170 * @param packageName The package name of the spell checker
171 * @param appInfo The application info of the spell checker
  /external/proguard/docs/
quality.html 28 documentation, spell checks, compilation results, an output jar, dead code
  /external/svox/pico/lib/
picotok.h 54 -> OTHER(NA,NA)string <- skip or spell
  /frameworks/base/docs/html/guide/topics/text/
index.jd 3 page.landing.intro=Use text services to add conventient features such as copy/paste and spell checking to your app. You can also develop your own text services to offer custom IMEs, dictionaries, and spelling checkers that you can distribute to users as applications.
  /prebuilts/tools/common/proguard/proguard4.7/docs/
quality.html 28 documentation, spell checks, compilation results, an output jar, dead code
  /external/chromium_org/chrome/browser/resources/options/
language_options.js 16 * Spell check dictionary download status.
25 * The preference is a boolean that enables/disables spell checking.
55 * The preference key that is a string that describes the spell check
96 * Map from language code to spell check dictionary download status for that
104 * Number of times a spell check dictionary download failed.
139 * The preference is a string that describes the spell check dictionary
229 $('auto-spell-correction-option').hidden = false;
231 // Handle spell check enable/disable.
239 // Handle clicks on "Use this language for spell checking" button.
242 'language-options-spell-check-language-button')
    [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/
en-US_tpp_net.utf     [all...]
  /development/samples/SpellChecker/HelloSpellChecker/src/com/example/android/hellospellchecker/
HelloSpellCheckerActivity.java 77 Log.e(TAG, "Couldn't obtain the spell checker service.");
138 Log.e(TAG, "Sentence spell check is not supported on this platform, "

Completed in 2260 milliseconds

1 23 4 5 6 7 8 910