Home
last modified time | relevance | path

Searched refs:fCFUKeys (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSpoofChecker.java984 dest.fCFUKeys = new int[numKeys]; in build()
991 dest.fCFUKeys[i] = key; in build()
1753 int[] fCFUKeys; field in SpoofChecker.Builder.ConfusabledataBuilder.SpoofData
1815 if (!Arrays.equals(fCFUKeys, otherData.fCFUKeys)) in equals()
1827 return Arrays.hashCode(fCFUKeys) in hashCode()
1860 fCFUKeys = ICUBinary.getInts(bytes, CFUKeysSize, 0); in readData()
1913 return fCFUKeys.length; in length()
1924 return ConfusableDataUtils.keyToCodePoint(fCFUKeys[index]); in codePointAt()
1936 int stringLength = ConfusableDataUtils.keyToLength(fCFUKeys[index]); in appendValueTo()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DSpoofChecker.java942 dest.fCFUKeys = new int[numKeys]; in build()
949 dest.fCFUKeys[i] = key; in build()
1691 int[] fCFUKeys; field in SpoofChecker.Builder.ConfusabledataBuilder.SpoofData
1753 if (!Arrays.equals(fCFUKeys, otherData.fCFUKeys)) in equals()
1765 return Arrays.hashCode(fCFUKeys) in hashCode()
1798 fCFUKeys = ICUBinary.getInts(bytes, CFUKeysSize, 0); in readData()
1851 return fCFUKeys.length; in length()
1862 return ConfusableDataUtils.keyToCodePoint(fCFUKeys[index]); in codePointAt()
1874 int stringLength = ConfusableDataUtils.keyToLength(fCFUKeys[index]); in appendValueTo()
/external/icu/icu4c/source/i18n/
Duspoof_impl.cpp643 fCFUKeys = NULL; in reset()
665 fCFUKeys = NULL; in initPtrs()
671 if (fRawData->fCFUKeys != 0) { in initPtrs()
672 fCFUKeys = (int32_t *)((char *)fRawData + fRawData->fCFUKeys); in initPtrs()
782 return ConfusableDataUtils::keyToCodePoint(fCFUKeys[index]); in codePointAt()
786 int32_t stringLength = ConfusableDataUtils::keyToLength(fCFUKeys[index]); in appendValueTo()
909 sectionStart = ds->readUInt32(spoofDH->fCFUKeys); in uspoof_swap()
Duspoof_impl.h282 int32_t *fCFUKeys; variable
305 int32_t fCFUKeys; // byte offset to Keys table (from SpoofDataHeader *) member
Duspoof_conf.cpp405 rawData->fCFUKeys = (int32_t)((char *)keys - (char *)rawData); in outputData()
407 fSpoofImpl->fSpoofData->fCFUKeys = keys; in outputData()