Searched refs:MAX_BYTES (Results 1 – 2 of 2) sorted by relevance
39 const MAX_BYTES: number = 1024 * 1024 * 1024;43 let data: number = Math.min(bytes, MAX_BYTES);
50 const int MAX_BYTES = 6; variable62 if (nBytes < MIN_BYTES || nBytes > MAX_BYTES) { in IsUtf8Char()