Home
last modified time | relevance | path

Searched defs:isSpecial (Results 1 – 2 of 2) sorted by relevance

/external/proguard/src/proguard/classfile/visitor/
DMethodImplementationTraveler.java121 private boolean isSpecial(Clazz clazz, Method method) in isSpecial() method in MethodImplementationTraveler
/external/icu4c/i18n/
Ducol_imp.h517 #define isSpecial(CE) ((((CE)&UCOL_SPECIAL_FLAG)>>28)==0xF) macro