Lines Matching defs:length
94 // which is of the specified length and uses the specified special case
154 int length = 0;
155 for (length = 0; length < kW; length++) {
156 uchar mapped = mapping.chars[length];
159 result[length] = mapped + (key - entry);
161 result[length] = mapped;
164 return length;
225 bool Utf8::ValidateEncoding(const byte* bytes, size_t length) {
228 for (size_t i = 0; i < length && state != State::kReject; i++) {