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.java1173 dest.fCFUValues = new short[numValues];
1177 dest.fCFUValues[i++] = (short)value;
1996 short value = fSpoofData.fCFUValues[keyTableIndex];
2175 short[] fCFUValues;
2244 if (!Arrays.equals(fCFUValues, otherData.fCFUValues)) return false;
2297 fCFUValues = null;
2311 fCFUValues = ICUBinary.getShorts(bytes, CFUValuesSize, 0);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSpoofChecker.java1210 dest.fCFUValues = new short[numValues];
1214 dest.fCFUValues[i++] = (short)value;
2049 short value = fSpoofData.fCFUValues[keyTableIndex];
2228 short[] fCFUValues;
2297 if (!Arrays.equals(fCFUValues, otherData.fCFUValues)) return false;
2350 fCFUValues = null;
2364 fCFUValues = ICUBinary.getShorts(bytes, CFUValuesSize, 0);
/external/icu/icu4c/source/i18n/
Duspoof_impl.cpp194 uint16_t value = fSpoofData->fCFUValues[keyTableIndex]; in confusableLookup()
602 fCFUValues = NULL; in reset()
628 fCFUValues = NULL; in initPtrs()
638 fCFUValues = (uint16_t *)((char *)fRawData + fRawData->fCFUStringIndex); in initPtrs()
Duspoof_impl.h249 uint16_t *fCFUValues; variable
Duspoof_conf.cpp469 fSpoofImpl->fSpoofData->fCFUValues = values; in outputData()