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

  /external/chromium_org/third_party/icu/source/i18n/
uspoof_impl.cpp 242 (fChecks & USPOOF_ANY_CASE) ? fSpoofData->fAnyCaseTrie : fSpoofData->fLowerCaseTrie;
580 fAnyCaseTrie = NULL;
622 if (fAnyCaseTrie == NULL && fRawData->fAnyCaseTrie != 0) {
623 fAnyCaseTrie = utrie2_openFromSerialized(UTRIE2_16_VALUE_BITS,
624 (char *)fRawData + fRawData->fAnyCaseTrie, fRawData->fAnyCaseTrieLength, NULL, &status);
638 utrie2_close(fAnyCaseTrie);
639 fAnyCaseTrie = NULL;
812 sectionStart = ds->readUInt32(spoofDH->fAnyCaseTrie);
uspoof_impl.h 254 UTrie2 *fAnyCaseTrie;
293 int32_t fAnyCaseTrie; // byte offset to the serialized Any Case Trie
uspoof_wsconf.cpp 336 spImpl->fSpoofData->fRawData->fAnyCaseTrie = spImpl->fSpoofData->fMemLimit;
338 spImpl->fSpoofData->fAnyCaseTrie = anyCaseTrie;
379 spImpl->fSpoofData->fAnyCaseTrie = utrie2_openFromSerialized(
381 (const char *)spImpl->fSpoofData->fRawData + spImpl->fSpoofData->fRawData->fAnyCaseTrie,
  /external/icu/icu4c/source/i18n/
uspoof_impl.cpp 242 (fChecks & USPOOF_ANY_CASE) ? fSpoofData->fAnyCaseTrie : fSpoofData->fLowerCaseTrie;
580 fAnyCaseTrie = NULL;
622 if (fAnyCaseTrie == NULL && fRawData->fAnyCaseTrie != 0) {
623 fAnyCaseTrie = utrie2_openFromSerialized(UTRIE2_16_VALUE_BITS,
624 (char *)fRawData + fRawData->fAnyCaseTrie, fRawData->fAnyCaseTrieLength, NULL, &status);
638 utrie2_close(fAnyCaseTrie);
639 fAnyCaseTrie = NULL;
812 sectionStart = ds->readUInt32(spoofDH->fAnyCaseTrie);
uspoof_impl.h 254 UTrie2 *fAnyCaseTrie;
293 int32_t fAnyCaseTrie; // byte offset to the serialized Any Case Trie
uspoof_wsconf.cpp 336 spImpl->fSpoofData->fRawData->fAnyCaseTrie = spImpl->fSpoofData->fMemLimit;
338 spImpl->fSpoofData->fAnyCaseTrie = anyCaseTrie;
379 spImpl->fSpoofData->fAnyCaseTrie = utrie2_openFromSerialized(
381 (const char *)spImpl->fSpoofData->fRawData + spImpl->fSpoofData->fRawData->fAnyCaseTrie,
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 735 milliseconds