Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSpoofChecker.java1176 dest.fCFUKeys = new int[numKeys];
1182 dest.fCFUKeys[i] = key;
1922 int limit = fSpoofData.fCFUKeys.length;
1929 midc = fSpoofData.fCFUKeys[mid] & 0x1fffff;
1947 int keyFlags = fSpoofData.fCFUKeys[mid] & 0xff000000;
1953 … for (altMid = mid - 1; (fSpoofData.fCFUKeys[altMid] & 0x00ffffff) == inChar; altMid--) {
1954 keyFlags = fSpoofData.fCFUKeys[altMid] & 0xff000000;
1962 … for (altMid = mid + 1; (fSpoofData.fCFUKeys[altMid] & 0x00ffffff) == inChar; altMid++) {
1963 keyFlags = fSpoofData.fCFUKeys[altMid] & 0xff000000;
2163 int[] fCFUKeys;
[all …]
/external/icu/icu4c/source/i18n/
Duspoof_impl.cpp136 int32_t *low = fSpoofData->fCFUKeys; in confusableLookup()
191 int32_t keyTableIndex = (int32_t)(mid - fSpoofData->fCFUKeys); in confusableLookup()
602 fCFUKeys = NULL; in reset()
628 fCFUKeys = NULL; in initPtrs()
635 if (fRawData->fCFUKeys != 0) { in initPtrs()
636 fCFUKeys = (int32_t *)((char *)fRawData + fRawData->fCFUKeys); in initPtrs()
818 sectionStart = ds->readUInt32(spoofDH->fCFUKeys); in uspoof_swap()
Duspoof_impl.h248 int32_t *fCFUKeys; variable
276 int32_t fCFUKeys; // byte offset to Keys table (from SpoofDataHeader *) member
Duspoof_conf.cpp425 rawData->fCFUKeys = (int32_t)((char *)keys - (char *)rawData); in outputData()
427 fSpoofImpl->fSpoofData->fCFUKeys = keys; in outputData()