Home | History | Annotate | Download | only in i18n

Lines Matching defs:This

98     SpoofImpl *This = (SpoofImpl *)sc;
99 if (This->fMagic != USPOOF_MAGIC ||
100 This->fSpoofData == NULL) {
104 if (!SpoofData::validateDataVersion(This->fSpoofData->fRawData, status)) {
107 return This;
119 // confusableLookup() This is the heart of the confusable skeleton generation
175 // No key entry for this char & table.
245 // No confusables in another script for this char.
247 // bit for the script of this char. Gets rid of this special case.
289 // Add the script chars for this locale to the accumulating set of allowed chars.
477 SpoofData *This = new SpoofData(udm, status);
479 delete This;
482 if (This == NULL) {
485 return This;
577 // This function is used both during the Trie building process (multiple
587 // multiple calls to this function during building.
643 delete this;
650 return this;
737 return *this;
755 // This bit counter is good for sparse numbers of '1's, which is
860 // Swap the data header. (This is the generic ICU Data Header, not the uspoof Specific
861 // header). This swap also conveniently gets us
958 // int32_t fMagic // swap this
959 // uint8_t fFormatVersion[4] // Do not swap this, just copy