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 432 int text_bytes; local
440 &text_bytes,
    [all...]
getonescriptspan.h 21 int text_bytes; // Number of bytes of text in the span member in struct:getone::__anon13044
  /external/chromium_org/chrome/common/translate/
language_detection_util.cc 71 int text_bytes = 0; local
75 &num_languages, NULL, &text_bytes);
85 if (is_reliable && text_bytes >= 100 && cld_language != NUM_LANGUAGES &&
  /external/harfbuzz_ng/test/api/
test-buffer.c 664 unsigned int text_bytes, segment_bytes, j, len; local
672 text_bytes = strlen (test->utf8);
674 segment_bytes = text_bytes;
679 hb_buffer_add_utf8 (b, test->utf8, text_bytes, 0, segment_bytes);

Completed in 975 milliseconds