Lines Matching refs:byte
104 // The current character (modulus the kTableSize) is looked up in the byte
105 // array, and if the found byte is non-zero, we jump to the on_bit_set label.
192 // Compare two-byte strings case insensitively.
303 const byte* input_start,
304 const byte* input_end,
331 Address* subject, const byte** input_start,
332 const byte** input_end);
339 // Byte map of one byte characters with a 0xff if the character is a word
342 static const byte word_character_map[256];
348 static int Execute(String input, int start_offset, const byte* input_start,
349 const byte* input_end, int* output, int output_size,