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

  /external/chromium_org/third_party/icu/source/i18n/
uspoof_impl.cpp 32 fMagic(0), fChecks(USPOOF_ALL_CHECKS), fSpoofData(NULL), fAllowedCharsSet(NULL) ,
42 fAllowedCharsSet = allowedCharsSet;
44 if (fAllowedCharsSet == NULL || fAllowedLocales == NULL) {
53 fMagic(USPOOF_MAGIC), fChecks(USPOOF_ALL_CHECKS), fSpoofData(NULL), fAllowedCharsSet(NULL) ,
57 fAllowedCharsSet = allowedCharsSet;
65 fMagic(0), fChecks(USPOOF_ALL_CHECKS), fSpoofData(NULL), fAllowedCharsSet(NULL) ,
75 fAllowedCharsSet = static_cast<const UnicodeSet *>(src.fAllowedCharsSet->clone());
76 if (fAllowedCharsSet == NULL) {
89 delete fAllowedCharsSet;
    [all...]
uspoof.cpp 236 return This->fAllowedCharsSet;
263 delete This->fAllowedCharsSet;
264 This->fAllowedCharsSet = clonedSet;
449 identifierInfo->setIdentifierProfile(*This->fAllowedCharsSet);
484 if (!This->fAllowedCharsSet->contains(c)) {
uspoof_impl.h 108 const UnicodeSet *fAllowedCharsSet; // The UnicodeSet of allowed characters.
  /external/icu/icu4c/source/i18n/
uspoof_impl.cpp 32 fMagic(0), fChecks(USPOOF_ALL_CHECKS), fSpoofData(NULL), fAllowedCharsSet(NULL) ,
42 fAllowedCharsSet = allowedCharsSet;
44 if (fAllowedCharsSet == NULL || fAllowedLocales == NULL) {
53 fMagic(USPOOF_MAGIC), fChecks(USPOOF_ALL_CHECKS), fSpoofData(NULL), fAllowedCharsSet(NULL) ,
57 fAllowedCharsSet = allowedCharsSet;
65 fMagic(0), fChecks(USPOOF_ALL_CHECKS), fSpoofData(NULL), fAllowedCharsSet(NULL) ,
75 fAllowedCharsSet = static_cast<const UnicodeSet *>(src.fAllowedCharsSet->clone());
76 if (fAllowedCharsSet == NULL) {
89 delete fAllowedCharsSet;
    [all...]
uspoof.cpp 269 return This->fAllowedCharsSet;
296 delete This->fAllowedCharsSet;
297 This->fAllowedCharsSet = clonedSet;
482 identifierInfo->setIdentifierProfile(*This->fAllowedCharsSet);
517 if (!This->fAllowedCharsSet->contains(c)) {
uspoof_impl.h 108 const UnicodeSet *fAllowedCharsSet; // The UnicodeSet of allowed characters.
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 167 milliseconds