Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/text/
DSpoofChecker.java983 dest.fCFUValues = new short[numValues]; in build()
987 dest.fCFUValues[i++] = (short) value; in build()
1759 short[] fCFUValues; field in SpoofChecker.Builder.ConfusabledataBuilder.SpoofData
1822 if (!Arrays.equals(fCFUValues, otherData.fCFUValues)) in equals()
1833 ^ Arrays.hashCode(fCFUValues) in hashCode()
1869 fCFUValues = ICUBinary.getShorts(bytes, CFUValuesSize, 0); in readData()
1945 short value = fCFUValues[index]; in appendValueTo()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSpoofChecker.java1028 dest.fCFUValues = new short[numValues]; in build()
1032 dest.fCFUValues[i++] = (short) value; in build()
1825 short[] fCFUValues; field in SpoofChecker.Builder.ConfusabledataBuilder.SpoofData
1888 if (!Arrays.equals(fCFUValues, otherData.fCFUValues)) in equals()
1899 ^ Arrays.hashCode(fCFUValues) in hashCode()
1935 fCFUValues = ICUBinary.getShorts(bytes, CFUValuesSize, 0); in readData()
2011 short value = fCFUValues[index]; in appendValueTo()
/external/icu/icu4c/source/i18n/
Duspoof_impl.cpp686 fCFUValues = NULL; in reset()
708 fCFUValues = NULL; in initPtrs()
717 fCFUValues = (uint16_t *)((char *)fRawData + fRawData->fCFUStringIndex); in initPtrs()
832 uint16_t value = fCFUValues[index]; in appendValueTo()
Duspoof_impl.h286 uint16_t *fCFUValues; variable
Duspoof_conf.cpp456 fSpoofImpl->fSpoofData->fCFUValues = values; in outputData()