Home
last modified time | relevance | path

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

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSpoofChecker.java1019 dest.fCFUKeys = new int[numKeys]; in build()
1026 dest.fCFUKeys[i] = key; in build()
1829 int[] fCFUKeys; field in SpoofChecker.Builder.ConfusabledataBuilder.SpoofData
1891 if (!Arrays.equals(fCFUKeys, otherData.fCFUKeys)) in equals()
1903 return Arrays.hashCode(fCFUKeys) in hashCode()
1936 fCFUKeys = ICUBinary.getInts(bytes, CFUKeysSize, 0); in readData()
1989 return fCFUKeys.length; in length()
2000 return ConfusableDataUtils.keyToCodePoint(fCFUKeys[index]); in codePointAt()
2012 int stringLength = ConfusableDataUtils.keyToLength(fCFUKeys[index]); in appendValueTo()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DSpoofChecker.java967 dest.fCFUKeys = new int[numKeys]; in build()
974 dest.fCFUKeys[i] = key; in build()
1756 int[] fCFUKeys; field in SpoofChecker.Builder.ConfusabledataBuilder.SpoofData
1818 if (!Arrays.equals(fCFUKeys, otherData.fCFUKeys)) in equals()
1830 return Arrays.hashCode(fCFUKeys) in hashCode()
1863 fCFUKeys = ICUBinary.getInts(bytes, CFUKeysSize, 0); in readData()
1916 return fCFUKeys.length; in length()
1927 return ConfusableDataUtils.keyToCodePoint(fCFUKeys[index]); in codePointAt()
1939 int stringLength = ConfusableDataUtils.keyToLength(fCFUKeys[index]); in appendValueTo()
/third_party/skia/third_party/externals/icu/source/i18n/
Duspoof_impl.cpp662 fCFUKeys = NULL; in reset()
684 fCFUKeys = NULL; in initPtrs()
690 if (fRawData->fCFUKeys != 0) { in initPtrs()
691 fCFUKeys = (int32_t *)((char *)fRawData + fRawData->fCFUKeys); in initPtrs()
799 return ConfusableDataUtils::keyToCodePoint(fCFUKeys[index]); in codePointAt()
803 int32_t stringLength = ConfusableDataUtils::keyToLength(fCFUKeys[index]); in appendValueTo()
926 sectionStart = ds->readUInt32(spoofDH->fCFUKeys); in uspoof_swap()
Duspoof_impl.h287 int32_t *fCFUKeys; variable
310 int32_t fCFUKeys; // byte offset to Keys table (from SpoofDataHeader *) member
Duspoof_conf.cpp435 rawData->fCFUKeys = (int32_t)((char *)keys - (char *)rawData); in outputData()
437 fSpoofImpl->fSpoofData->fCFUKeys = keys; in outputData()
/third_party/node/deps/icu-small/source/i18n/
Duspoof_impl.cpp662 fCFUKeys = nullptr; in reset()
684 fCFUKeys = nullptr; in initPtrs()
690 if (fRawData->fCFUKeys != 0) { in initPtrs()
691 fCFUKeys = (int32_t *)((char *)fRawData + fRawData->fCFUKeys); in initPtrs()
799 return ConfusableDataUtils::keyToCodePoint(fCFUKeys[index]); in codePointAt()
803 int32_t stringLength = ConfusableDataUtils::keyToLength(fCFUKeys[index]); in appendValueTo()
926 sectionStart = ds->readUInt32(spoofDH->fCFUKeys); in uspoof_swap()
Duspoof_impl.h288 int32_t *fCFUKeys; variable
311 int32_t fCFUKeys; // byte offset to Keys table (from SpoofDataHeader *) member
Duspoof_conf.cpp434 rawData->fCFUKeys = (int32_t)((char *)keys - (char *)rawData); in outputData()
436 fSpoofImpl->fSpoofData->fCFUKeys = keys; in outputData()
/third_party/icu/icu4c/source/i18n/
Duspoof_impl.cpp662 fCFUKeys = NULL; in reset()
684 fCFUKeys = NULL; in initPtrs()
690 if (fRawData->fCFUKeys != 0) { in initPtrs()
691 fCFUKeys = (int32_t *)((char *)fRawData + fRawData->fCFUKeys); in initPtrs()
799 return ConfusableDataUtils::keyToCodePoint(fCFUKeys[index]); in codePointAt()
803 int32_t stringLength = ConfusableDataUtils::keyToLength(fCFUKeys[index]); in appendValueTo()
926 sectionStart = ds->readUInt32(spoofDH->fCFUKeys); in uspoof_swap()
Duspoof_impl.h288 int32_t *fCFUKeys; variable
311 int32_t fCFUKeys; // byte offset to Keys table (from SpoofDataHeader *) member
Duspoof_conf.cpp434 rawData->fCFUKeys = (int32_t)((char *)keys - (char *)rawData); in outputData()
436 fSpoofImpl->fSpoofData->fCFUKeys = keys; in outputData()