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

  /external/icu4c/i18n/
uspoof_impl.h 349 int32_t fCFUStringIndex; // byte offset to String Indexes table
uspoof_impl.cpp 591 if (fRawData->fCFUStringIndex != 0) {
592 fCFUValues = (uint16_t *)((char *)fRawData + fRawData->fCFUStringIndex);
919 sectionStart = ds->readUInt32(spoofDH->fCFUStringIndex);
uspoof_conf.cpp 440 rawData->fCFUStringIndex = (int32_t)((char *)values - (char *)rawData);

Completed in 194 milliseconds