Searched defs:excWord (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/common/
H A Ducase.cpp113 * Get the value of an optional-value slot where HAS_SLOT(excWord, idx).
115 * @param excWord (in) initial exceptions word
117 * @param pExc16 (in/out) const uint16_t * after excWord=*pExc16++;
121 #define GET_SLOT_VALUE(excWord, idx, pExc16, value) \
122 if(((excWord)&UCASE_EXC_DOUBLE_SLOTS)==0) { \
123 (pExc16)+=SLOT_OFFSET(excWord, idx); \
126 (pExc16)+=2*SLOT_OFFSET(excWord, idx); \
142 uint16_t excWord=*pe++; local
143 if(HAS_SLOT(excWord, UCASE_EXC_LOWER)) {
144 GET_SLOT_VALUE(excWord, UCASE_EXC_LOWE
159 uint16_t excWord=*pe++; local
176 uint16_t excWord=*pe++; local
246 uint16_t excWord=*pe++; local
814 uint16_t excWord=*pe++; local
958 uint16_t excWord=*pe++; local
1104 uint16_t excWord=*pe++; local
1168 uint16_t excWord=*pe++; local
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DUCaseProps.java154 * Get the value of an optional-value slot where hasSlot(excWord, index).
156 * @param excWord (in) initial exceptions word
158 * @param excOffset (in) offset into exceptions[] after excWord=exceptions[excOffset++];
162 private final long getSlotValueAndOffset(int excWord, int index, int excOffset) { argument
164 if((excWord&EXC_DOUBLE_SLOTS)==0) {
165 excOffset+=slotOffset(excWord, index);
168 excOffset+=2*slotOffset(excWord, index);
176 private final int getSlotValue(int excWord, int index, int excOffset) { argument
178 if((excWord&EXC_DOUBLE_SLOTS)==0) {
179 excOffset+=slotOffset(excWord, inde
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 90 milliseconds