Searched refs:getKeyLen (Results 1 – 1 of 1) sorted by relevance
333 return new String(arr, 0, getKeyLen(arr), "ISO8859_1"); in getCollationKey()347 return new String(keys, 0, getKeyLen(arr) * 2); in getHexCollationKey()350 private static int getKeyLen(byte[] arr) { in getKeyLen() method in DatabaseUtils