|
private static int findNthByte(byte [] utf, int start, int length, byte b, int n) {
|
|
private static int findNthByte(byte [] utf, int start, int length, byte b, int n) {
|
|
pos = findByte(utf, nextStart, length, b);
|
|
pos = findByte(utf, nextStart, length, b);
|