Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Duspoof_impl.cpp130 int32_t *low = fSpoofData->fCFUKeys; in confusableLookup()
185 int32_t keyTableIndex = (int32_t)(mid - fSpoofData->fCFUKeys); in confusableLookup()
555 fCFUKeys = NULL; in reset()
581 fCFUKeys = NULL; in initPtrs()
588 if (fRawData->fCFUKeys != 0) { in initPtrs()
589 fCFUKeys = (int32_t *)((char *)fRawData + fRawData->fCFUKeys); in initPtrs()
914 sectionStart = ds->readUInt32(spoofDH->fCFUKeys); in uspoof_swap()
Duspoof_impl.h317 int32_t *fCFUKeys; variable
345 int32_t fCFUKeys; // byte offset to Keys table (from SpoofDataHeader *) member
Duspoof_conf.cpp421 rawData->fCFUKeys = (int32_t)((char *)keys - (char *)rawData); in outputData()
423 fSpoofImpl->fSpoofData->fCFUKeys = keys; in outputData()