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

  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_provider.cc 317 size_t text_length = request.length(); local
318 if (text_length >= last_length &&
320 if (text_length == last_length || !HasWordCharacters(text, last_length)) {
325 int length = static_cast<int>(text_length);
335 if (text_length < last_length &&
336 !last_request_.compare(0, text_length, request)) {
341 if (start <= text_length && end <= text_length)
  /external/srec/srec/Vocabulary/src/
VocabularyImpl.c 37 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)
585 int max_text_length = *text_length / sizeof(LCHAR) - 1;
622 *text_length = num_out * sizeof(LCHAR);
628 *text_length = 0;
  /external/chromium_org/third_party/libpng/
pngset.c 706 png_size_t text_length, key_len; local
744 text_length = 0;
755 text_length = png_strlen(text_ptr[i].text);
761 (key_len + text_length + lang_len + lang_key_len + 4));
766 (key_len + lang_len + lang_key_len + text_length + 4),
791 if (text_length)
793 (png_size_t)(text_length));
794 *(textp->text + text_length) = '\0';
799 textp->text_length = 0;
800 textp->itxt_length = text_length;
    [all...]
png.h 709 png_size_t text_length; /* length of the text string */ member in struct:png_text_struct
    [all...]
  /external/libpng/
pngset.c 716 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...]
png.h 712 png_size_t text_length; /* length of the text string */ member in struct:png_text_struct
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngset.c 782 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...]
png.h 596 png_size_t text_length; /* length of the text string */ member in struct:png_text_struct
    [all...]
  /external/chromium/chrome/browser/instant/
instant_loader.cc 126 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);
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/sed/
sed.h 53 size_t text_length; member in struct:text_buf
  /external/chromium_org/ui/gfx/
render_text.cc 314 const size_t text_length = text_.length(); local
315 colors_.SetMax(text_length);
317 styles_[style].SetMax(text_length);
433 size_t text_length = text().length(); local
434 ui::Range range(std::min(model.selection().start(), text_length),
435 std::min(model.caret_pos(), text_length));
    [all...]
render_text_unittest.cc 148 const size_t text_length = render_text->text().length(); local
149 render_text->ApplyColor(SK_ColorRED, ui::Range(0, text_length));
150 render_text->ApplyStyle(BOLD, true, ui::Range(2, text_length));
162 render_text->ApplyStyle(ITALIC, true, ui::Range(7, text_length));
    [all...]
  /external/chromium_org/ui/views/controls/textfield/
native_textfield_win.cc 193 int text_length = GetWindowTextLength(); local
194 ::SendMessage(m_hWnd, TBM_SETSEL, true, MAKELPARAM(text_length, text_length));
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_win.cc 2120 const int text_length = GetTextLength(); local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_win.cc 2366 const int text_length = GetTextLength(); local
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
png.h 655 png_size_t text_length; /* length of the text string */ member in struct:png_text_struct
    [all...]
  /external/chromium_org/v8/src/
jsregexp.cc 3520 int text_length = local
3957 int text_length = GreedyLoopTextLengthForAlternative(&(alternatives_->at(0))); local
    [all...]
  /external/v8/src/
jsregexp.cc 2708 int text_length = local
2902 int text_length = GreedyLoopTextLengthForAlternative(&(alternatives_->at(0))); local
    [all...]

Completed in 564 milliseconds