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

1 23 4 5 6 7 8 91011

  /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>
  /packages/apps/Settings/src/com/android/settings/inputmethod/
SpellCheckerUtils.java 43 Log.d(TAG, "get spell checkers: " + retval.length);
  /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 128 * locale for this spell checker.
171 * Finds out whether a particular string should be filtered out of spell checking.
179 * @param script the identifier for the script this spell checker recognizes
200 // words or a URI - in either case we don't want to spell check that
213 // Guestimate heuristic: perform spell checking if at least 3/4 of the characters
320 // TODO: make a spell checker option to block offensive words or not
345 Log.i(TAG, "Spell checking results for " + text + " with suggestion limit "
368 // Don't kill the keyboard if there is a bug in the spell checker
380 * The spell checker acts on its own behalf. That is needed, in particular, to be able to
382 * Since it's called externally by the application, the spell checker is using the identit
    [all...]
  /external/chromium/chrome/browser/
spellcheck_host.h 75 // the context menu over a text area for changing spell check languages. It
76 // returns the index of the current spell check language in the vector.
spellcheck_host.cc 47 // from this list to the existing list of spell check languages.
  /external/chromium_org/chrome/renderer/spellchecker/
hunspell_engine.cc 89 // |hunspell_->spell| returns 0 if the word is misspelled.
90 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_|.
  /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/chrome/browser/ui/webui/options/
language_options_handler_common.h 59 // Called when the spell check language is changed.
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_message_filter_mac.h 15 // the Mac-specific spell checker requests from SpellCheckProvider.
spellcheck_service.h 58 // the context menu over a text area for changing spell check languages. It
59 // returns the index of the current spell check language in the vector.
138 // 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/proguard/docs/
quality.html 17 documentation, spell checks, compilation results, an output jar, dead code
  /external/chromium_org/chrome/browser/tab_contents/
spellchecker_submenu_observer_hunspell.cc 45 // Add available spell-checker languages to the sub menu.
101 // Allow Spell Check language items on sub menu for text area context menu.
164 // 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
  /external/chromium/chrome/browser/resources/options/
language_options.js 92 $('auto-spell-correction-option').classList.remove('hidden');
102 // The preference is a string that describes the spell check
355 * Updates the spell check language button.
361 'language-options-spell-check-language-button');
362 // Check if the language code matches the current spell check language.
364 // If it matches, the button just says that the spell check language is
373 // If the language is supported as spell check language, users can
374 // click on the button to change the spell check language.
383 // If the language is not supported as spell check language, the
384 // button just says that this language cannot be used for spell
    [all...]
  /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/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.
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputTestsBase.java 109 // to check the spell in. If we don't override this, the spell checker will run in
118 // to check the spell in. If we don't override this, the spell checker will run in
  /prebuilts/tools/common/proguard/proguard4.7/docs/
quality.html 28 documentation, spell checks, compilation results, an output jar, dead code

Completed in 2440 milliseconds

1 23 4 5 6 7 8 91011