Searched refs:partialIsValidUtf8NonAscii (Results 1 – 1 of 1) sorted by relevance
921 return (index >= limit) ? COMPLETE : partialIsValidUtf8NonAscii(bytes, index, limit); in partialIsValidUtf8()924 private static int partialIsValidUtf8NonAscii(byte[] bytes, int index, int limit) { in partialIsValidUtf8NonAscii() method in Utf8.SafeProcessor