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

  /external/icu4c/common/
ucase.c 111 * Get the value of an optional-value slot where HAS_SLOT(excWord, idx).
113 * @param excWord (in) initial exceptions word
115 * @param pExc16 (in/out) const uint16_t * after excWord=*pExc16++;
119 #define GET_SLOT_VALUE(excWord, idx, pExc16, value) \
120 if(((excWord)&UCASE_EXC_DOUBLE_SLOTS)==0) { \
121 (pExc16)+=SLOT_OFFSET(excWord, idx); \
124 (pExc16)+=2*SLOT_OFFSET(excWord, idx); \
140 uint16_t excWord=*pe++;
141 if(HAS_SLOT(excWord, UCASE_EXC_LOWER)) {
142 GET_SLOT_VALUE(excWord, UCASE_EXC_LOWER, pe, c)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 113 milliseconds