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

  /external/icu4c/i18n/
uspoof_impl.h 323 UTrie2 *fAnyCaseTrie;
362 int32_t fAnyCaseTrie; // byte offset to the serialized Any Case Trie
uspoof_wsconf.cpp 337 spImpl->fSpoofData->fRawData->fAnyCaseTrie = spImpl->fSpoofData->fMemLimit;
339 spImpl->fSpoofData->fAnyCaseTrie = anyCaseTrie;
380 spImpl->fSpoofData->fAnyCaseTrie = utrie2_openFromSerialized(
382 (const char *)spImpl->fSpoofData->fRawData + spImpl->fSpoofData->fRawData->fAnyCaseTrie,
uspoof_impl.cpp 240 (fChecks & USPOOF_ANY_CASE) ? fSpoofData->fAnyCaseTrie : fSpoofData->fLowerCaseTrie;
559 fAnyCaseTrie = NULL;
601 if (fAnyCaseTrie == NULL && fRawData->fAnyCaseTrie != 0) {
602 fAnyCaseTrie = utrie2_openFromSerialized(UTRIE2_16_VALUE_BITS,
603 (char *)fRawData + fRawData->fAnyCaseTrie, fRawData->fAnyCaseTrieLength, NULL, &status);
617 utrie2_close(fAnyCaseTrie);
618 fAnyCaseTrie = NULL;
934 sectionStart = ds->readUInt32(spoofDH->fAnyCaseTrie);

Completed in 1112 milliseconds