HomeSort by relevance Sort by last modified time
    Searched defs:spellCheck (Results 1 - 4 of 4) sorted by null

  /external/skia/tools/bookmaker/
spellCheck.cpp 30 class SpellCheck : public ParserCommon {
32 SpellCheck(const BmhParser& bmh) : ParserCommon()
92 void BmhParser::spellCheck(const char* match, SkCommandLineFlags::StringArray report) const {
93 SpellCheck checker(*this);
99 SpellCheck checker(*this);
106 bool SpellCheck::check(const char* match) {
133 bool SpellCheck::check(Definition* def) {
347 bool SpellCheck::checkable(MarkType markType) {
351 void SpellCheck::childCheck(const Definition* def, const char* start) {
371 void SpellCheck::leafCheck(const char* start, const char* end)
    [all...]
  /external/skqp/tools/bookmaker/
spellCheck.cpp 30 class SpellCheck : public ParserCommon {
32 SpellCheck(const BmhParser& bmh) : ParserCommon()
93 void BmhParser::spellCheck(const char* match, SkCommandLineFlags::StringArray report) const {
94 SpellCheck checker(*this);
100 SpellCheck checker(*this);
107 bool SpellCheck::check(const char* match) {
134 bool SpellCheck::check(Definition* def) {
358 bool SpellCheck::checkable(MarkType markType) {
362 void SpellCheck::childCheck(const Definition* def, const char* start) {
382 void SpellCheck::leafCheck(const char* start, const char* end)
    [all...]
  /frameworks/base/core/java/android/widget/
SpellChecker.java 213 spellCheck();
216 public void spellCheck(int start, int end) {
230 // Spell checker has been turned of or off since last spellCheck
260 private void spellCheck() {
655 Log.w(TAG, "Trying to spellcheck invalid region, from "
738 spellCheck();
    [all...]
Editor.java 788 mSpellChecker.spellCheck(start, end);
    [all...]

Completed in 928 milliseconds