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