HomeSort by relevance Sort by last modified time
    Searched defs:isSpecial (Results 1 - 5 of 5) sorted by null

  /external/proguard/src/proguard/classfile/visitor/
MethodImplementationTraveler.java 80 if (!isSpecial(programClass, programMethod))
103 if (!isSpecial(libraryClass, libraryMethod))
121 private boolean isSpecial(Clazz clazz, Method method)
  /external/chromium/third_party/icu/source/i18n/
ucol_imp.h 571 #define isSpecial(CE) ((((CE)&UCOL_SPECIAL_FLAG)>>28)==0xF)
585 #define isContraction(CE) (isSpecial((CE)) && (getCETag((CE)) == CONTRACTION_TAG))
586 #define isPrefix(CE) (isSpecial((CE)) && (getCETag((CE)) == SPEC_PROC_TAG))
    [all...]
  /external/icu4c/i18n/
ucol_imp.h 598 #define isSpecial(CE) ((((CE)&UCOL_SPECIAL_FLAG)>>28)==0xF)
612 #define isContraction(CE) (isSpecial((CE)) && (getCETag((CE)) == CONTRACTION_TAG))
613 #define isPrefix(CE) (isSpecial((CE)) && (getCETag((CE)) == SPEC_PROC_TAG))
    [all...]
  /prebuilt/common/osgi/
osgi.jar 
  /external/proguard/lib/
proguard.jar 

Completed in 182 milliseconds