Home
last modified time | relevance | path

Searched refs:fCFUStringTableLen (Results 1 – 6 of 6) sorted by relevance

/external/icu4c/i18n/
Duspoof_impl.h285 int32_t fCFUStringTableLen; // length of string table (in 16 bit UChars) member
Duspoof_impl.cpp220 U_ASSERT(value + stringLen <= fSpoofData->fRawData->fCFUStringTableLen); in confusableLookup()
803 sectionLength = ds->readUInt32(spoofDH->fCFUStringTableLen) * 2; in uspoof_swap()
Duspoof_conf.cpp462 rawData->fCFUStringTableLen = stringsLength; in outputData()
/external/chromium_org/third_party/icu/source/i18n/
Duspoof_impl.h354 int32_t fCFUStringTableLen; // length of string table (in 16 bit UChars) member
Duspoof_impl.cpp213 U_ASSERT(value + stringLen < fSpoofData->fRawData->fCFUStringTableLen); in confusableLookup()
925 sectionLength = ds->readUInt32(spoofDH->fCFUStringTableLen) * 2; in uspoof_swap()
Duspoof_conf.cpp458 rawData->fCFUStringTableLen = stringsLength; in outputData()