Searched defs:findUniqueValue (Results 1 – 4 of 4) sorted by relevance
321 UCharsTrie::findUniqueValue(const UChar *pos, UBool haveUniqueValue, int32_t &uniqueValue) { in findUniqueValue() function in UCharsTrie
351 BytesTrie::findUniqueValue(const uint8_t *pos, UBool haveUniqueValue, int32_t &uniqueValue) { in findUniqueValue() function in BytesTrie
863 private static long findUniqueValue(CharSequence chars, int pos, long uniqueValue) { in findUniqueValue() method in CharsTrie
925 private static long findUniqueValue(byte[] bytes, int pos, long uniqueValue) { in findUniqueValue() method