HomeSort by relevance Sort by last modified time
    Searched refs:word_length (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_language.cc 62 int word_length; local
72 while (text_iterator_.GetNextWord(&word, &word_start, &word_length)) {
84 *misspelling_len = word_length;
114 int word_length; local
117 while (contraction_iterator_.GetNextWord(&word, &word_start, &word_length)) {
spellcheck.cc 251 int word_length = static_cast<int>(word.size()); local
252 if (word_length < 2 ||
253 word_length > chrome::spellcheck_common::kMaxAutoCorrectWordSize)
264 if (i >= word_length)
272 for (int i = 0; i < word_length - 1; i++) {
278 SpellCheckWord(misspelled_word, word_length, tag, &misspelling_start,
361 int word_length = spellcheck_results[i].length; local
366 if (SpellCheckWord(text + word_location, word_length, 0,
372 line_text, word_location, word_length)) {
376 word_length,
    [all...]
spellcheck_worditerator.h 130 // be different from the 'word_length'. Therefore, when we call functions that
132 // 'word_start' and 'word_length' as listed in the following snippet.
139 int* word_length);
spellcheck_worditerator.cc 359 int* word_length) {
364 *word_length = 0;
379 *word_length = next - position_;
  /external/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++)
  /external/chromium_org/chrome/test/perf/
generate_profile.cc 91 const int word_length = i + 1; local
92 return RandomChars(word_length);
  /bionic/libc/kernel/arch-arm/asm/arch/
mcbsp.h 199 omap_mcbsp_word_length word_length; member in struct:omap_mcbsp_spi_cfg
  /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
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm/arch/
mcbsp.h 182 omap_mcbsp_word_length word_length; member in struct:omap_mcbsp_spi_cfg
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm/arch/
mcbsp.h 182 omap_mcbsp_word_length word_length; member in struct:omap_mcbsp_spi_cfg
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm/arch/
mcbsp.h 182 omap_mcbsp_word_length word_length; member in struct:omap_mcbsp_spi_cfg
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm/arch/
mcbsp.h 182 omap_mcbsp_word_length word_length; member in struct:omap_mcbsp_spi_cfg
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/asm/arch/
mcbsp.h 182 omap_mcbsp_word_length word_length; member in struct:omap_mcbsp_spi_cfg
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/asm/arch/
mcbsp.h 182 omap_mcbsp_word_length word_length; member in struct:omap_mcbsp_spi_cfg
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/asm/arch/
mcbsp.h 182 omap_mcbsp_word_length word_length; member in struct:omap_mcbsp_spi_cfg
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/asm/arch/
mcbsp.h 182 omap_mcbsp_word_length word_length; member in struct:omap_mcbsp_spi_cfg
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/asm/arch/
mcbsp.h 182 omap_mcbsp_word_length word_length; member in struct:omap_mcbsp_spi_cfg
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/asm/arch/
mcbsp.h 182 omap_mcbsp_word_length word_length; member in struct:omap_mcbsp_spi_cfg
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/asm/arch/
mcbsp.h 182 omap_mcbsp_word_length word_length; member in struct:omap_mcbsp_spi_cfg
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/asm/arch/
mcbsp.h 182 omap_mcbsp_word_length word_length; member in struct:omap_mcbsp_spi_cfg
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/asm/arch/
mcbsp.h 182 omap_mcbsp_word_length word_length; member in struct:omap_mcbsp_spi_cfg
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/asm/arch/
mcbsp.h 182 omap_mcbsp_word_length word_length; member in struct:omap_mcbsp_spi_cfg
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/asm/arch/
mcbsp.h 182 omap_mcbsp_word_length word_length; member in struct:omap_mcbsp_spi_cfg
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/asm/arch/
mcbsp.h 182 omap_mcbsp_word_length word_length; member in struct:omap_mcbsp_spi_cfg
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/asm/arch/
mcbsp.h 182 omap_mcbsp_word_length word_length; member in struct:omap_mcbsp_spi_cfg

Completed in 750 milliseconds

1 2