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

  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
compact_lang_det.cc 25 int text_bytes; local
46 &text_bytes,
63 int* text_bytes,
87 text_bytes,
108 int* text_bytes,
129 text_bytes,
150 int* text_bytes,
174 text_bytes,
195 int* text_bytes,
216 text_bytes,
    [all...]
compact_lang_det_unittest_small.cc 428 int text_bytes; local
436 &text_bytes,
    [all...]
getonescriptspan.h 21 int text_bytes; // Number of bytes of text in the span member in struct:getone::__anon15523
  /external/chromium_org/components/translate/core/language_detection/
language_detection_util.cc 91 int text_bytes = 0; local
104 &num_languages, NULL, &text_bytes);
118 &text_bytes, &is_reliable);
139 if (is_reliable && text_bytes >= 100 && is_valid_language) {
  /external/harfbuzz_ng/test/api/
test-buffer.c 669 unsigned int text_bytes, segment_bytes, j, len; local
677 text_bytes = strlen (test->utf8);
679 segment_bytes = text_bytes;
684 hb_buffer_add_utf8 (b, test->utf8, text_bytes, 0, segment_bytes);

Completed in 194 milliseconds