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

12

/external/chromium_org/chrome/common/
H A Dspellcheck_marker.h14 explicit IsValidPredicate(size_t text_length) : text_length_(text_length) {} argument
/external/chromium_org/chrome/browser/autocomplete/
H A Dhistory_provider.h42 size_t text_length,
H A Dbookmark_provider.h56 // classifications. |text_length| is used to determine the need to add an
61 size_t text_length);
H A Dhistory_provider.cc76 size_t text_length,
82 if (text_length)
98 if (offset < text_length)
74 SpansFromTermMatch( const history::TermMatches& matches, size_t text_length, bool is_url) argument
H A Dbookmark_provider.cc262 size_t text_length) {
274 text_length, 0, &new_class);
260 ClassificationsFromMatch( const Snippet::MatchPositions& positions, size_t text_length) argument
/external/chromium_org/chrome/renderer/spellchecker/
H A Dspellcheck_provider.cc319 size_t text_length = request.length(); local
320 if (text_length >= last_length &&
322 if (text_length == last_length || !HasWordCharacters(text, last_length)) {
327 int length = static_cast<int>(text_length);
337 if (text_length < last_length &&
338 !last_request_.compare(0, text_length, request)) {
343 if (start <= text_length && end <= text_length)
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-buffer.h225 int text_length,
232 int text_length,
239 int text_length,
H A Dhb-buffer.cc1286 int text_length,
1296 if (text_length == -1)
1297 text_length = hb_utf_strlen (text);
1300 item_length = text_length - item_offset;
1337 end = text + text_length;
1351 * @text: (array length=text_length):
1352 * @text_length:
1363 int text_length,
1367 hb_buffer_add_utf (buffer, (const uint8_t *) text, text_length, item_offset, item_length);
1373 * @text: (array length=text_length)
[all...]
/external/harfbuzz_ng/src/
H A Dhb-buffer.h225 int text_length,
232 int text_length,
239 int text_length,
H A Dhb-buffer.cc909 int text_length,
919 if (text_length == -1)
920 text_length = hb_utf_strlen (text);
923 item_length = text_length - item_offset;
960 end = text + text_length;
974 int text_length,
978 hb_buffer_add_utf (buffer, (const uint8_t *) text, text_length, item_offset, item_length);
984 int text_length,
988 hb_buffer_add_utf (buffer, text, text_length, item_offset, item_length);
994 int text_length,
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/api/nativeMessaging/host/
H A Dnative-messaging-example-host41 text_length = struct.unpack('i', text_length_bytes)[0]
44 text = sys.stdin.read(text_length).decode('utf-8')
/external/chromium_org/content/renderer/
H A Drenderer_main_platform_delegate_win.cc38 unsigned int text_length) {
43 base::string16(text, text_length));
36 SkiaPreCacheFontCharacters(const LOGFONT& logfont, const wchar_t* text, unsigned int text_length) argument
/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/chromium_org/third_party/libpng/
H A Dpngset.c706 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...]
/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...]
/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...]
/external/chromium_org/ui/gfx/
H A Drender_text.cc352 const size_t text_length = text_.length(); local
353 colors_.SetMax(text_length);
355 styles_[style].SetMax(text_length);
474 size_t text_length = text().length(); local
475 Range range(std::min(model.selection().start(), text_length),
476 std::min(model.caret_pos(), text_length));
883 const size_t text_length = layout_text.length(); local
885 line_breaks_.SetMax(text_length);
892 line_breaks_.ApplyValue(iter.pos(), Range(iter.pos(), text_length));
/external/chromium_org/chrome/browser/spellchecker/
H A Dfeedback_sender.cc135 size_t text_length) {
137 static_cast<size_t>(misspelling_location) < text_length &&
139 text_length;
133 IsInBounds(int misspelling_location, int misspelling_length, size_t text_length) argument
/external/chromium_org/skia/ext/
H A Dvector_platform_device_emf_win.h138 (const LOGFONT& font, const wchar_t* text, unsigned int text_length);
H A Dvector_platform_device_emf_win.cc447 const SkTypeface& typeface, const wchar_t* text, unsigned int text_length) {
450 g_skia_ensure_typeface_characters_accessible(lf, text, text_length);
446 EnsureTypefaceCharactersAccessible( const SkTypeface& typeface, const wchar_t* text, unsigned int text_length) argument
/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/harfbuzz_ng/contrib/python/lib/
H A Dharfbuzz.pyx79 void hb_buffer_add_utf8(hb_buffer_t *buffer, char *text, unsigned int text_length, unsigned int item_offset, unsigned int item_length)

Completed in 1518 milliseconds

12