Searched refs:text_bytes (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
H A Dcld_unicodetext.h37 int* error_code, int* text_bytes);
H A Dcld_unicodetext.cc43 int* error_code, int* text_bytes) {
73 if (text_bytes)
74 *text_bytes = text_bytes_tmp;
39 DetectLanguageOfUnicodeText( const CompactLangDet::DetectionTables* detection_tables, const UChar* text, bool is_plain_text, bool* is_reliable, int* num_languages, int* error_code, int* text_bytes) argument
/external/chromium_org/third_party/cld/encodings/compact_lang_det/
H A Dcompact_lang_det.h82 // 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,
H A Dcompact_lang_det.cc25 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,
56 DetectLanguageSummary( const DetectionTables* tables, const char* buffer, int buffer_length, bool is_plain_text, Language* language3, int* percent3, int* text_bytes, bool* is_reliable) argument
98 DetectLanguageSummary( const DetectionTables* tables, const char* buffer, int buffer_length, bool is_plain_text, const char* tld_hint, int encoding_hint, Language language_hint, Language* language3, int* percent3, int* text_bytes, bool* is_reliable) argument
143 ExtDetectLanguageSummary( const DetectionTables* tables, const char* buffer, int buffer_length, bool is_plain_text, Language* language3, int* percent3, int* text_bytes, bool* is_reliable) argument
185 ExtDetectLanguageSummary( const DetectionTables* tables, const char* buffer, int buffer_length, bool is_plain_text, const char* tld_hint, int encoding_hint, Language language_hint, Language* language3, int* percent3, int* text_bytes, bool* is_reliable) argument
227 ExtDetectLanguageSummary( const DetectionTables* tables, const char* buffer, int buffer_length, bool is_plain_text, const char* tld_hint, int encoding_hint, Language language_hint, Language* language3, int* percent3, double* normalized_score3, int* text_bytes, bool* is_reliable) argument
[all...]
H A Dcompact_lang_det_impl.h132 // text_bytes is the amount of non-tag/letters-only text found
160 int* text_bytes,
H A Dgetonescriptspan.h21 int text_bytes; // Number of bytes of text in the span member in struct:getone::__anon11453
H A Dcompact_lang_det_impl.cc1510 int len = scriptspan->text_bytes;
1515 chunk_tote.Add(lang, scriptspan->text_bytes);
1516 chunk_tote.AddBytes(scriptspan->text_bytes);
1536 const char* srclimit = src + scriptspan->text_bytes;
1603 const char* srclimit = src + scriptspan->text_bytes;
1651 const int* text_bytes, const bool* is_reliable) {
1665 fprintf(f, "%d bytes \n", *text_bytes);
1851 int* text_bytes, bool* is_reliable) {
1865 *text_bytes = total_text_bytes;
1914 *text_bytes
1650 PrintLangs(FILE* f, const Language* language3, const int* percent3, const int* text_bytes, const bool* is_reliable) argument
1848 ExtractLangEtc(ToteWithReliability* doc_tote, int total_text_bytes, int* reliable_percent3, Language* language3, int* percent3, double* normalized_score3, int* text_bytes, bool* is_reliable) argument
2094 DetectLanguageSummaryV25( const CompactLangDet::DetectionTables* tables, const char* buffer, int buffer_length, bool is_plain_text, const char* tld_hint, int encoding_hint, Language language_hint, bool allow_extended_lang, int flags, Language plus_one, Language* language3, int* percent3, double* normalized_score3, int* text_bytes, bool* is_reliable) argument
[all...]
H A Dgetonescriptspan.cc354 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;
H A Dcompact_lang_det_unittest_small.cc428 int text_bytes; local
436 &text_bytes,
/external/chromium_org/components/translate/language_detection/
H A Dlanguage_detection_util.cc91 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/
H A Dtest-buffer.c664 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 102 milliseconds