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

  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_language.cc 60 int word_length; local
70 while (text_iterator_.GetNextWord(&word, &word_start, &word_length)) {
82 *misspelling_len = word_length;
112 int word_length; local
115 while (contraction_iterator_.GetNextWord(&word, &word_start, &word_length)) {
spellcheck.cc 282 int word_length = static_cast<int>(word.size()); local
283 if (word_length < 2 ||
284 word_length > chrome::spellcheck_common::kMaxAutoCorrectWordSize)
295 if (i >= word_length)
303 for (int i = 0; i < word_length - 1; i++) {
309 SpellCheckWord(misspelled_word, word_length, tag, &misspelling_start,
391 int word_length = spellcheck_results[i].length; local
396 if (SpellCheckWord(text + word_location, word_length, 0,
402 line_text, word_location, word_length)) {
406 word_length, local
    [all...]
spellcheck_unittest.cc 901 int word_length = static_cast<int>(word.length()); local
    [all...]
  /external/chromium_org/content/shell/renderer/test_runner/
mock_spell_check.cc 64 int word_length; local
73 word_length =
77 word = string_text.substr(word_offset, word_length);
80 word_offset + word_length ||
81 IsNotASCIIAlpha(string_text[word_offset + word_length]))) {
83 *misspelled_length = word_length;
94 word_length = static_cast<int>(string_text.length()) - word_offset;
96 word_length = std::distance(first_char, last_char);
98 DCHECK_LT(0, word_offset + word_length);
99 string_text = string_text.substr(word_offset + word_length);
    [all...]
  /external/chromium_org/third_party/fips181/
fips181.cc 1314 USHORT word_length; local
    [all...]
  /external/chromium_org/third_party/libsrtp/srtp/crypto/math/
datatypes.c 485 const int word_length = x->length >> 5; local
493 for (i=0; i < word_length - base_index; i++)
496 for (i=0; i < word_length - base_index - 1; i++)
499 x->word[word_length - base_index-1] = x->word[word_length-1] >> bit_index;
503 for (i = word_length - base_index; i < word_length; i++)
  /development/ndk/platforms/android-3/arch-arm/include/asm/arch/
mcbsp.h 182 omap_mcbsp_word_length word_length; member in struct:omap_mcbsp_spi_cfg

Completed in 369 milliseconds