/external/chromium_org/third_party/icu/source/test/intltest/ |
punyref.h | 54 punycode_uint input_length, 67 /* needed.) The input_length is the number of code points in */ 72 /* holds input_length boolean values, where nonzero suggests that */ 86 punycode_uint input_length, 95 /* input_length is the number of code points in the input. The */ 111 /* input_length, because of how the encoding is defined. */
|
punyref.c | 127 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;
|
/external/icu4c/test/intltest/ |
punyref.h | 54 punycode_uint input_length, 67 /* needed.) The input_length is the number of code points in */ 72 /* holds input_length boolean values, where nonzero suggests that */ 86 punycode_uint input_length, 95 /* input_length is the number of code points in the input. The */ 111 /* input_length, because of how the encoding is defined. */
|
punyref.c | 127 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;
|
/external/chromium_org/third_party/leveldatabase/port/ |
port_chromium.cc | 76 bool Snappy_Compress(const char* input, size_t input_length, 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, 102 return snappy::RawUncompress(input_data, input_length, output);
|
port_chromium.h | 107 bool Snappy_Compress(const char* input, size_t input_length, 111 bool Snappy_Uncompress(const char* input_data, size_t input_length,
|
/external/chromium_org/third_party/leveldatabase/src/port/ |
port_example.h | 104 // Store the snappy compression of "input[0,input_length-1]" in *output. 106 extern bool Snappy_Compress(const char* input, size_t input_length, 109 // If input[0,input_length-1] looks like a valid snappy compressed 115 // Attempt to snappy uncompress input[0,input_length-1] into *output. 122 extern bool Snappy_Uncompress(const char* input_data, size_t input_length,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
search.h | 98 difference_type input_length = (end1 - begin1) - pattern_length; 105 if (input_length < 0) 113 std::min<difference_type>(input_length, get_max_threads())); 124 equally_split(input_length, num_threads, splitters);
|
/external/chromium/chrome/browser/autocomplete/ |
extension_app_provider.h | 69 int input_length,
|
extension_app_provider.cc | 139 int input_length, 146 if (input_length == target_length) 153 input_length / target_length;
|
/external/chromium_org/chrome/browser/autocomplete/ |
extension_app_provider.h | 75 int input_length,
|
extension_app_provider.cc | 193 int input_length, 200 if (input_length == target_length) 207 input_length / target_length;
|
/external/chromium_org/chrome/renderer/spellchecker/ |
spellcheck_worditerator.h | 153 int input_length,
|
spellcheck_unittest.cc | 384 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 = 0; local 1258 size_t input_length = 0; local [all...] |
spellcheck_worditerator.cc | 409 int input_length, 418 icu::UnicodeString input(FALSE, &text_[input_start], input_length);
|
/external/chromium_org/media/cdm/ |
json_web_key.cc | 25 static std::string EncodeBase64(const uint8* input, int input_length) { 28 std::string(reinterpret_cast<const char*>(input), input_length),
|
/external/chromium/chrome/browser/importer/ |
mork_reader.cc | 77 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/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-layout.h | 216 unsigned int input_length, member in struct:__anon11217
|
/external/harfbuzz_ng/src/ |
hb-ot-layout.h | 210 unsigned int input_length, member in struct:__anon18665
|
/external/chromium_org/third_party/zlib/ |
deflate.c | 1791 uInt input_length ; local [all...] |