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

  /external/icu/icu4c/source/common/
ucase.cpp 104 #define HAS_SLOT(flags, idx) ((flags)&(1<<(idx)))
108 * Get the value of an optional-value slot where HAS_SLOT(excWord, idx).
138 if(HAS_SLOT(excWord, UCASE_EXC_LOWER)) {
155 if(HAS_SLOT(excWord, UCASE_EXC_UPPER)) {
173 if(HAS_SLOT(excWord, UCASE_EXC_TITLE)) {
175 } else if(HAS_SLOT(excWord, UCASE_EXC_UPPER)) {
248 if(HAS_SLOT(excWord, idx)) {
256 if(HAS_SLOT(excWord, UCASE_EXC_CLOSURE)) {
267 if(HAS_SLOT(excWord, UCASE_EXC_FULL_MAPPINGS)) {
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
nashorn.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
nashorn.jar 

Completed in 153 milliseconds