HomeSort by relevance Sort by last modified time
    Searched refs:fCFUKeys (Results 1 - 3 of 3) sorted by null

  /external/icu4c/i18n/
uspoof_impl.h 310 int32_t *fCFUKeys;
338 int32_t fCFUKeys; // byte offset to Keys table (from SpoofDataHeader *)
uspoof_impl.cpp 130 int32_t *low = fSpoofData->fCFUKeys;
185 int32_t keyTableIndex = (int32_t)(mid - fSpoofData->fCFUKeys);
565 fCFUKeys = NULL;
591 fCFUKeys = NULL;
598 if (fRawData->fCFUKeys != 0) {
599 fCFUKeys = (int32_t *)((char *)fRawData + fRawData->fCFUKeys);
923 // Confusables Keys Section (fCFUKeys)
924 sectionStart = ds->readUInt32(spoofDH->fCFUKeys);
uspoof_conf.cpp 424 rawData->fCFUKeys = (int32_t)((char *)keys - (char *)rawData);
426 fSpoofImpl->fSpoofData->fCFUKeys = keys;

Completed in 321 milliseconds