Searched refs:fCFUKeys (Results 1 – 5 of 5) sorted by relevance
969 dest.fCFUKeys = new int[numKeys]; in build()976 dest.fCFUKeys[i] = key; in build()1758 int[] fCFUKeys; field in SpoofChecker.Builder.ConfusabledataBuilder.SpoofData1820 if (!Arrays.equals(fCFUKeys, otherData.fCFUKeys)) in equals()1832 return Arrays.hashCode(fCFUKeys) in hashCode()1865 fCFUKeys = ICUBinary.getInts(bytes, CFUKeysSize, 0); in readData()1918 return fCFUKeys.length; in length()1929 return ConfusableDataUtils.keyToCodePoint(fCFUKeys[index]); in codePointAt()1941 int stringLength = ConfusableDataUtils.keyToLength(fCFUKeys[index]); in appendValueTo()
1014 dest.fCFUKeys = new int[numKeys]; in build()1021 dest.fCFUKeys[i] = key; in build()1824 int[] fCFUKeys; field in SpoofChecker.Builder.ConfusabledataBuilder.SpoofData1886 if (!Arrays.equals(fCFUKeys, otherData.fCFUKeys)) in equals()1898 return Arrays.hashCode(fCFUKeys) in hashCode()1931 fCFUKeys = ICUBinary.getInts(bytes, CFUKeysSize, 0); in readData()1984 return fCFUKeys.length; in length()1995 return ConfusableDataUtils.keyToCodePoint(fCFUKeys[index]); in codePointAt()2007 int stringLength = ConfusableDataUtils.keyToLength(fCFUKeys[index]); in appendValueTo()
685 fCFUKeys = NULL; in reset()707 fCFUKeys = NULL; in initPtrs()713 if (fRawData->fCFUKeys != 0) { in initPtrs()714 fCFUKeys = (int32_t *)((char *)fRawData + fRawData->fCFUKeys); in initPtrs()824 return ConfusableDataUtils::keyToCodePoint(fCFUKeys[index]); in codePointAt()828 int32_t stringLength = ConfusableDataUtils::keyToLength(fCFUKeys[index]); in appendValueTo()951 sectionStart = ds->readUInt32(spoofDH->fCFUKeys); in uspoof_swap()
285 int32_t *fCFUKeys; variable308 int32_t fCFUKeys; // byte offset to Keys table (from SpoofDataHeader *) member
435 rawData->fCFUKeys = (int32_t)((char *)keys - (char *)rawData); in outputData()437 fSpoofImpl->fSpoofData->fCFUKeys = keys; in outputData()