Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/text/
DSpoofChecker.java987 dest.fCFUValues = new short[numValues]; in build()
991 dest.fCFUValues[i++] = (short) value; in build()
1763 short[] fCFUValues; field in SpoofChecker.Builder.ConfusabledataBuilder.SpoofData
1826 if (!Arrays.equals(fCFUValues, otherData.fCFUValues)) in equals()
1837 ^ Arrays.hashCode(fCFUValues) in hashCode()
1873 fCFUValues = ICUBinary.getShorts(bytes, CFUValuesSize, 0); in readData()
1949 short value = fCFUValues[index]; in appendValueTo()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSpoofChecker.java1033 dest.fCFUValues = new short[numValues]; in build()
1037 dest.fCFUValues[i++] = (short) value; in build()
1830 short[] fCFUValues; field in SpoofChecker.Builder.ConfusabledataBuilder.SpoofData
1893 if (!Arrays.equals(fCFUValues, otherData.fCFUValues)) in equals()
1904 ^ Arrays.hashCode(fCFUValues) in hashCode()
1940 fCFUValues = ICUBinary.getShorts(bytes, CFUValuesSize, 0); in readData()
2016 short value = fCFUValues[index]; in appendValueTo()
/external/icu/icu4c/source/i18n/
Duspoof_impl.cpp663 fCFUValues = NULL; in reset()
685 fCFUValues = NULL; in initPtrs()
694 fCFUValues = (uint16_t *)((char *)fRawData + fRawData->fCFUStringIndex); in initPtrs()
807 uint16_t value = fCFUValues[index]; in appendValueTo()
Duspoof_impl.h289 uint16_t *fCFUValues; variable
Duspoof_conf.cpp455 fSpoofImpl->fSpoofData->fCFUValues = values; in outputData()
/external/cronet/third_party/icu/source/i18n/
Duspoof_impl.cpp663 fCFUValues = NULL; in reset()
685 fCFUValues = NULL; in initPtrs()
694 fCFUValues = (uint16_t *)((char *)fRawData + fRawData->fCFUStringIndex); in initPtrs()
807 uint16_t value = fCFUValues[index]; in appendValueTo()
Duspoof_impl.h289 uint16_t *fCFUValues; variable
Duspoof_conf.cpp455 fSpoofImpl->fSpoofData->fCFUValues = values; in outputData()
/external/icu/libicu/cts_headers/
Duspoof_impl.h289 uint16_t *fCFUValues; variable