Searched refs:word_length (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/chrome/renderer/spellchecker/ |
D | spellcheck_language.cc | 60 int word_length; in SpellCheckWord() local 70 while (text_iterator_.GetNextWord(&word, &word_start, &word_length)) { in SpellCheckWord() 82 *misspelling_len = word_length; in SpellCheckWord() 112 int word_length; in IsValidContraction() local 115 while (contraction_iterator_.GetNextWord(&word, &word_start, &word_length)) { in IsValidContraction()
|
D | spellcheck.cc | 253 int word_length = static_cast<int>(word.size()); in GetAutoCorrectionWord() local 254 if (word_length < 2 || in GetAutoCorrectionWord() 255 word_length > chrome::spellcheck_common::kMaxAutoCorrectWordSize) in GetAutoCorrectionWord() 266 if (i >= word_length) in GetAutoCorrectionWord() 274 for (int i = 0; i < word_length - 1; i++) { in GetAutoCorrectionWord() 280 SpellCheckWord(misspelled_word, word_length, tag, &misspelling_start, in GetAutoCorrectionWord() 362 int word_length = spellcheck_results[i].length; in CreateTextCheckingResults() local 367 if (SpellCheckWord(text + word_location, word_length, 0, in CreateTextCheckingResults() 373 line_text, word_location, word_length)) { in CreateTextCheckingResults() 377 word_length, in CreateTextCheckingResults()
|
D | spellcheck_worditerator.cc | 360 int* word_length) { in GetNextWord() argument 365 *word_length = 0; in GetNextWord() 382 *word_length = length; in GetNextWord()
|
D | spellcheck_worditerator.h | 145 int* word_length);
|
D | spellcheck_unittest.cc | 902 int word_length = static_cast<int>(word.length()); in TEST_F() local 906 word_length, in TEST_F() 913 EXPECT_EQ(word_length, misspelling_length); in TEST_F()
|
/external/chromium_org/third_party/libsrtp/srtp/crypto/math/ |
D | datatypes.c | 485 const int word_length = x->length >> 5; in bitvector_left_shift() local 493 for (i=0; i < word_length - base_index; i++) in bitvector_left_shift() 496 for (i=0; i < word_length - base_index - 1; i++) in bitvector_left_shift() 499 x->word[word_length - base_index-1] = x->word[word_length-1] >> bit_index; in bitvector_left_shift() 503 for (i = word_length - base_index; i < word_length; i++) in bitvector_left_shift()
|
/external/srtp/crypto/math/ |
D | datatypes.c | 485 const int word_length = x->length >> 5; in bitvector_left_shift() local 493 for (i=0; i < word_length - base_index; i++) in bitvector_left_shift() 496 for (i=0; i < word_length - base_index - 1; i++) in bitvector_left_shift() 499 x->word[word_length - base_index-1] = x->word[word_length-1] >> bit_index; in bitvector_left_shift() 503 for (i = word_length - base_index; i < word_length; i++) in bitvector_left_shift()
|
/external/llvm/test/CodeGen/X86/ |
D | 2008-03-10-RegAllocInfLoop.ll | 6 define x86_stdcallcc i32 @parse_backslash(i8** inreg %word, i32* inreg %word_length, i32* inreg … 11 …%tmp26 = call fastcc i8* @w_addchar( i8* null, i32* %word_length, i32* %max_length, i8 signext %t…
|
/external/chromium_org/third_party/fips181/ |
D | fips181.cc | 1314 USHORT word_length; in gen_word() local 1335 word_length = 0; in gen_word() 1362 while (word_length < pwlen) in gen_word() 1367 (void) gen_syllable (new_syllable, pwlen - word_length, syllable_units, &syllable_size); in gen_word() 1387 ((word_length == 0) && have_initial_y (syllable_units, syllable_size)) || in gen_word() 1388 … ((word_length + syllable_length == pwlen) && have_final_split (syllable_units, syllable_size))) in gen_word() 1392 if (word_length == 0) in gen_word() 1461 word_length += syllable_length; in gen_word() 1473 word_length = 0; in gen_word() 1491 return ((int) word_length); in gen_word()
|
/external/srtp/googlepatches/ |
D | vidyo-3-srtp-ws.patch | 288 + const int word_length = x->length >> 5; 296 + for (i=0; i < word_length - base_index; i++) 299 + for (i=0; i < word_length - base_index - 1; i++) 302 + x->word[word_length - base_index-1] = x->word[word_length-1] >> bit_index; 306 + for (i = word_length - base_index; i < word_length; i++)
|