Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSpoofChecker.java998 dest.fCFUValues = new short[numValues]; in build()
1002 dest.fCFUValues[i++] = (short) value; in build()
1754 short[] fCFUValues; field in SpoofChecker.Builder.ConfusabledataBuilder.SpoofData
1817 if (!Arrays.equals(fCFUValues, otherData.fCFUValues)) in equals()
1828 ^ Arrays.hashCode(fCFUValues) in hashCode()
1864 fCFUValues = ICUBinary.getShorts(bytes, CFUValuesSize, 0); in readData()
1940 short value = fCFUValues[index]; in appendValueTo()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DSpoofChecker.java956 dest.fCFUValues = new short[numValues]; in build()
960 dest.fCFUValues[i++] = (short) value; in build()
1692 short[] fCFUValues; field in SpoofChecker.Builder.ConfusabledataBuilder.SpoofData
1755 if (!Arrays.equals(fCFUValues, otherData.fCFUValues)) in equals()
1766 ^ Arrays.hashCode(fCFUValues) in hashCode()
1802 fCFUValues = ICUBinary.getShorts(bytes, CFUValuesSize, 0); in readData()
1878 short value = fCFUValues[index]; in appendValueTo()
/external/icu/icu4c/source/i18n/
Duspoof_impl.cpp644 fCFUValues = NULL; in reset()
666 fCFUValues = NULL; in initPtrs()
675 fCFUValues = (uint16_t *)((char *)fRawData + fRawData->fCFUStringIndex); in initPtrs()
790 uint16_t value = fCFUValues[index]; in appendValueTo()
Duspoof_impl.h283 uint16_t *fCFUValues; variable
Duspoof_conf.cpp426 fSpoofImpl->fSpoofData->fCFUValues = values; in outputData()