Searched defs:input_length (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout.h216 unsigned int input_length, member in struct:__anon11527
/external/chromium_org/third_party/leveldatabase/port/
H A Dport_chromium.cc76 bool Snappy_Compress(const char* input, size_t input_length, argument
79 output->resize(snappy::MaxCompressedLength(input_length));
81 snappy::RawCompress(input, input_length, &(*output)[0], &outlen);
90 size_t input_length,
93 return snappy::GetUncompressedLength(input_data, input_length, result);
99 bool Snappy_Uncompress(const char* input_data, size_t input_length, argument
102 return snappy::RawUncompress(input_data, input_length, output);
89 Snappy_GetUncompressedLength(const char* input_data, size_t input_length, size_t* result) argument
/external/harfbuzz_ng/src/
H A Dhb-ot-layout.h210 unsigned int input_length, member in struct:__anon18986
/external/chromium_org/media/cdm/
H A Djson_web_key.cc25 static std::string EncodeBase64(const uint8* input, int input_length) { argument
28 std::string(reinterpret_cast<const char*>(input), input_length),
/external/chromium/chrome/browser/autocomplete/
H A Dextension_app_provider.cc139 int input_length,
146 if (input_length == target_length)
153 input_length / target_length;
138 CalculateRelevance(AutocompleteInput::Type type, int input_length, int target_length, const GURL& url) argument
/external/chromium_org/chrome/browser/autocomplete/
H A Dextension_app_provider.cc193 int input_length,
200 if (input_length == target_length)
207 input_length / target_length;
192 CalculateRelevance(AutocompleteInput::Type type, int input_length, int target_length, const GURL& url) argument
/external/chromium_org/chrome/renderer/spellchecker/
H A Dspellcheck_unittest.cc384 size_t input_length = 0; local
386 input_length = wcslen(kTestCases[i].input);
392 static_cast<int>(input_length),
435 size_t input_length = 0; local
437 input_length = wcslen(kTestCases[i].input);
443 static_cast<int>(input_length),
800 size_t input_length = 0; local
802 input_length = wcslen(kTestCases[i].input);
808 static_cast<int>(input_length),
1193 size_t input_length local
1258 size_t input_length = 0; local
[all...]
H A Dspellcheck_worditerator.cc409 int input_length,
418 icu::UnicodeString input(FALSE, &text_[input_start], input_length);
408 Normalize(int input_start, int input_length, base::string16* output_string) const argument
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dpunyref.c127 punycode_uint input_length,
144 for (j = 0; j < input_length; ++j) {
164 while (h < input_length) {
168 for (m = maxint, j = 0; j < input_length; ++j) {
181 for (j = 0; j < input_length; ++j) {
216 punycode_uint input_length,
236 for (b = j = 0; j < input_length; ++j) if (delim(input[j])) b = j;
248 for (in = b > 0 ? b + 1 : 0; in < input_length; ++out) {
259 if (in >= input_length) return punycode_bad_input;
126 punycode_encode( punycode_uint input_length, const punycode_uint input[], const unsigned char case_flags[], punycode_uint *output_length, char output[] ) argument
215 punycode_decode( punycode_uint input_length, const char input[], punycode_uint *output_length, punycode_uint output[], unsigned char case_flags[] ) argument
/external/icu4c/test/intltest/
H A Dpunyref.c127 punycode_uint input_length,
144 for (j = 0; j < input_length; ++j) {
164 while (h < input_length) {
168 for (m = maxint, j = 0; j < input_length; ++j) {
181 for (j = 0; j < input_length; ++j) {
216 punycode_uint input_length,
236 for (b = j = 0; j < input_length; ++j) if (delim(input[j])) b = j;
248 for (in = b > 0 ? b + 1 : 0; in < input_length; ++out) {
259 if (in >= input_length) return punycode_bad_input;
126 punycode_encode( punycode_uint input_length, const punycode_uint input[], const unsigned char case_flags[], punycode_uint *output_length, char output[] ) argument
215 punycode_decode( punycode_uint input_length, const char input[], punycode_uint *output_length, punycode_uint output[], unsigned char case_flags[] ) argument
/external/chromium/chrome/browser/importer/
H A Dmork_reader.cc77 size_t input_length = input.size(); local
78 result.reserve(input_length);
80 for (size_t i = 0; i < input_length; i++) {
85 if (i < input_length)
89 if (i < input_length - 2) {
/external/v8/src/
H A Dscanner.cc884 int input_length,
887 ASSERT(input_length >= 1);
890 if (input_length < kMinLength || input_length > kMaxLength) {
905 if (input_length == keyword_length && \
883 KeywordOrIdentifierToken(const char* input, int input_length, bool harmony_scoping, bool harmony_modules) argument
/external/chromium_org/third_party/zlib/
H A Ddeflate.c1791 uInt input_length ; local
1801 input_length = s->strm->avail_in;
1833 s->match_length = cookie_match(s, s->strstart, input_length);
1867 s->prev_length == input_length &&
/external/chromium_org/v8/src/
H A Dscanner.cc910 int input_length,
913 ASSERT(input_length >= 1);
916 if (input_length < kMinLength || input_length > kMaxLength) {
931 if (input_length == keyword_length && \
909 KeywordOrIdentifierToken(const char* input, int input_length, bool harmony_scoping, bool harmony_modules) argument

Completed in 512 milliseconds