Searched refs:input_length (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | punyref.c | 127 punycode_uint input_length, in punycode_encode() argument 144 for (j = 0; j < input_length; ++j) { in punycode_encode() 164 while (h < input_length) { in punycode_encode() 168 for (m = maxint, j = 0; j < input_length; ++j) { in punycode_encode() 181 for (j = 0; j < input_length; ++j) { in punycode_encode() 216 punycode_uint input_length, in punycode_decode() argument 236 for (b = j = 0; j < input_length; ++j) if (delim(input[j])) b = j; in punycode_decode() 248 for (in = b > 0 ? b + 1 : 0; in < input_length; ++out) { in punycode_decode() 259 if (in >= input_length) return punycode_bad_input; in punycode_decode()
|
D | punyref.h | 54 punycode_uint input_length, 86 punycode_uint input_length,
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/ |
D | PunycodeReference.java | 135 public static final int encode( int input_length, in encode() argument 151 for (j = 0; j < input_length; ++j) { in encode() 171 while (h < input_length) { in encode() 175 for (m = maxint, j = 0; j < input_length; ++j) { in encode() 188 for (j = 0; j < input_length; ++j) { in encode() 295 public static final int decode(int input_length, in decode() argument 314 for (b = j = 0; j < input_length; ++j){ in decode() 330 for (in = b > 0 ? b + 1 : 0; in < input_length; ++out) { in decode() 341 if (in >= input_length) return punycode_bad_input; in decode()
|
/external/v8/src/arm64/ |
D | regexp-macro-assembler-arm64.cc | 813 Register input_length = w14; in GetCode() local 827 __ Add(input_length, start_offset(), Operand(w10, LSR, 1)); in GetCode() 829 __ Add(input_length, start_offset(), w10); in GetCode() 844 __ Add(capture_start, input_length, Operand(capture_start, ASR, 1)); in GetCode() 845 __ Add(capture_end, input_length, Operand(capture_end, ASR, 1)); in GetCode() 847 __ Add(capture_start, input_length, capture_start); in GetCode() 848 __ Add(capture_end, input_length, capture_end); in GetCode() 882 input_length, in GetCode() 884 __ Add(capture_end, input_length, Operand(capture_end, ASR, 1)); in GetCode() 886 __ Add(capture_start, input_length, capture_start); in GetCode() [all …]
|
D | code-stubs-arm64.cc | 3568 Register input_length = x11; in Generate() local 3600 __ Ldrsw(input_length, in Generate() 3603 __ Cmp(result_length, input_length); in Generate()
|
/external/v8/src/ |
D | scanner.cc | 976 int input_length, in KeywordOrIdentifierToken() argument 980 DCHECK(input_length >= 1); in KeywordOrIdentifierToken() 983 if (input_length < kMinLength || input_length > kMaxLength) { in KeywordOrIdentifierToken() 998 if (input_length == keyword_length && \ in KeywordOrIdentifierToken()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout.h | 219 unsigned int input_length,
|