HomeSort by relevance Sort by last modified time
    Searched defs:word_length (Results 1 - 25 of 33) 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 253 int word_length = static_cast<int>(word.size()); local
254 if (word_length < 2 ||
255 word_length > chrome::spellcheck_common::kMaxAutoCorrectWordSize)
266 if (i >= word_length)
274 for (int i = 0; i < word_length - 1; i++) {
280 SpellCheckWord(misspelled_word, word_length, tag, &misspelling_start,
362 int word_length = spellcheck_results[i].length; local
367 if (SpellCheckWord(text + word_location, word_length, 0,
373 line_text, word_location, word_length)) {
377 word_length, local
    [all...]
spellcheck_unittest.cc 889 int word_length = static_cast<int>(word.length()); local
    [all...]
  /external/chromium_org/chrome/test/perf/
generate_profile.cc 76 const int word_length = i + 1; local
77 return RandomChars(word_length);
  /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++)
  /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
  /prebuilts/ndk/8/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

Completed in 2786 milliseconds

1 2