Searched refs:text_length (Results 1 - 14 of 14) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
H A Dhistory_quick_provider.h69 size_t text_length);
H A Dhistory_quick_provider.cc218 size_t text_length) {
221 if (text_length)
237 if (offset < text_length) {
216 SpansFromTermMatch( const history::TermMatches& matches, size_t text_length) argument
H A Dautocomplete_edit_view_win.cc2120 const int text_length = GetTextLength(); local
2121 return ((sel.cpMin == 0) && (sel.cpMax >= text_length)) ||
2122 ((sel.cpMax == 0) && (sel.cpMin >= text_length));
/external/srec/srec/Vocabulary/src/
H A DVocabularyImpl.c37 static ESR_ReturnCode run_ttt(const LCHAR *input_sentence, LCHAR *output_sentence, int *text_length);
421 int text_length; local
464 text_length = MAX_PRON_LEN;
465 nEsrRes = run_ttt(phrase, copy_of_phrase, &text_length);
581 static ESR_ReturnCode run_ttt(const LCHAR *input_sentence, LCHAR *output_sentence, int *text_length) argument
585 int max_text_length = *text_length / sizeof(LCHAR) - 1;
622 *text_length = num_out * sizeof(LCHAR);
628 *text_length = 0;
/external/libpng/
H A Dpngset.c716 png_size_t text_length, key_len; local
754 text_length = 0;
765 text_length = png_strlen(text_ptr[i].text);
771 (key_len + text_length + lang_len + lang_key_len + 4));
776 (key_len + lang_len + lang_key_len + text_length + 4),
801 if (text_length)
803 (png_size_t)(text_length));
804 *(textp->text + text_length) = '\0';
809 textp->text_length = 0;
810 textp->itxt_length = text_length;
[all...]
H A Dpngrutil.c2104 text_ptr->text_length = png_strlen(text);
2224 text_ptr->text_length = data_len;
2368 text_ptr->text_length = 0;
H A Dpngpread.c1610 text_ptr->text_length = 0;
H A Dpng.h712 png_size_t text_length; /* length of the text string */ member in struct:png_text_struct
/external/qemu/distrib/libpng-1.2.19/
H A Dpngset.c782 png_size_t text_length,key_len; local
818 text_length = 0;
828 text_length = png_strlen(text_ptr[i].text);
833 (png_uint_32)(key_len + text_length + lang_len + lang_key_len + 4));
837 (png_uint_32)(key_len + lang_len + lang_key_len + text_length + 4),
863 if(text_length)
865 (png_size_t)(text_length));
866 *(textp->text+text_length) = '\0';
871 textp->text_length = 0;
872 textp->itxt_length = text_length;
[all...]
H A Dpngpread.c1443 text_ptr->text_length = 0;
H A Dpngrutil.c1936 text_ptr->text_length = png_strlen(text);
2034 text_ptr->text_length = data_len;
2147 text_ptr->text_length = 0;
H A Dpng.h596 png_size_t text_length; /* length of the text string */ member in struct:png_text_struct
/external/chromium/chrome/browser/instant/
H A Dinstant_loader.cc126 int text_length = static_cast<int>(text_.size()); local
128 text_, verbatim_, text_length, text_length);
681 int text_length = static_cast<int>(user_text_.size()); local
683 user_text_, verbatim, text_length, text_length);
/external/v8/src/
H A Djsregexp.cc2708 int text_length = local
2710 ASSERT(text_length != kNodeIsTooComplexForGreedyLoops);
2713 ASSERT(trace->cp_offset() == text_length);
2714 macro_assembler->AdvanceCurrentPosition(text_length);
2902 int text_length = GreedyLoopTextLengthForAlternative(&(alternatives_->at(0))); local
2909 if (choice_count > 1 && text_length != kNodeIsTooComplexForGreedyLoops) {
3024 macro_assembler->AdvanceCurrentPosition(-text_length);

Completed in 140 milliseconds