/external/chromium_org/third_party/cld/encodings/compact_lang_det/win/ |
cld_unicodetext.h | 37 int* error_code, int* text_bytes);
|
cld_unicodetext.cc | 43 int* error_code, int* text_bytes) { 73 if (text_bytes) 74 *text_bytes = text_bytes_tmp;
|
/external/chromium_org/third_party/cld/encodings/compact_lang_det/ |
compact_lang_det.h | 82 // text_bytes is the amount of non-tag/letters-only text found 123 int* text_bytes, 139 int* text_bytes, 157 int* text_bytes, 179 int* text_bytes, 198 int* text_bytes,
|
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_impl.h | 132 // text_bytes is the amount of non-tag/letters-only text found 160 int* text_bytes,
|
getonescriptspan.h | 21 int text_bytes; // Number of bytes of text in the span member in struct:getone::__anon11143
|
compact_lang_det_impl.cc | [all...] |
getonescriptspan.cc | 354 span->text_bytes = 0; 534 span->text_bytes = put; // Does not include the last four chars above 553 UniLib::ToLower(span->text, span->text_bytes + 4, 557 span->text_bytes = filled - 4;
|
compact_lang_det_unittest_small.cc | 428 int text_bytes; local 436 &text_bytes, [all...] |
/external/chromium_org/components/translate/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 | 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);
|