HomeSort by relevance Sort by last modified time
    Searched full:suggested_word (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/result/
suggestion_results.h 25 #include "suggest/core/result/suggested_word.h"
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_platform_mac_unittest.cc 86 const char* suggested_word; // A suggested word that should occur. member in struct:__anon9340::__anon9341
367 const base::string16 suggested_word(
368 base::ASCIIToUTF16(kTestCases[i].suggested_word));
370 if (suggestions[j].compare(suggested_word) == 0) {
375 EXPECT_TRUE(suggested_word_is_present) << suggested_word;
  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_unittest.cc 414 const wchar_t* suggested_word; member in struct:__anon10478
454 base::WideToUTF16(kTestCases[i].suggested_word)) == 0) {
    [all...]

Completed in 95 milliseconds