Searched refs:codeUnit16FromBytes (Results 1 – 2 of 2) sorted by relevance
32 static int codeUnit16FromBytes(byte hi, byte lo) { in codeUnit16FromBytes() method in CharsetRecog_Unicode71 int codeUnit = codeUnit16FromBytes(input[charIndex], input[charIndex + 1]); in match()107 int codeUnit = codeUnit16FromBytes(input[charIndex+1], input[charIndex]); in match()
31 static int codeUnit16FromBytes(byte hi, byte lo) { in codeUnit16FromBytes() method in CharsetRecog_Unicode70 int codeUnit = codeUnit16FromBytes(input[charIndex], input[charIndex + 1]); in match()106 int codeUnit = codeUnit16FromBytes(input[charIndex+1], input[charIndex]); in match()