Home
last modified time | relevance | path

Searched refs:UGENCASE_EXC_SHIFT (Results 1 – 1 of 1) sorted by relevance

/third_party/icu/tools/unicode/c/genprops/
Dcasepropsbuilder.cpp231 #define UGENCASE_EXC_SHIFT 20 macro
235 MAX_EXC_COUNT=(UGENCASE_EXC_MASK>>UGENCASE_EXC_SHIFT)+1
543 value|=(uint32_t)excPropsCount<<UGENCASE_EXC_SHIFT; in setProps()
613 value|=(uint32_t)excPropsCount<<UGENCASE_EXC_SHIFT; in makeExcProps()
711 excProps[value>>UGENCASE_EXC_SHIFT]->closure.add(dest); in addClosureMapping()
775 ExcProps &ep=*excProps[value>>UGENCASE_EXC_SHIFT]; in addClosure()
1102 … int32_t excIndex=makeException(c, value, *excProps[value>>UGENCASE_EXC_SHIFT], errorCode); in makeExceptions()