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

  /external/icu4c/tools/toolutil/
ucm.h 93 int32_t stateTable[MBCS_MAX_STATE_COUNT][256];
  /external/icu4c/layout/
HangulLayoutEngine.cpp 75 static const StateTransition stateTable[][CC_COUNT] =
252 const StateTransition transition = stateTable[state][chClass];
IndicReordering.cpp 528 static const le_int8 stateTable[][CC_COUNT] =
570 state = stateTable[state][charClass & CF_CLASS_MASK];
    [all...]
  /external/icu4c/common/
ucnvmbcs.h 177 * int32_t stateTable[countStates][256];
370 const int32_t (*stateTable)/*[countStates]*/[256];
474 (UChar)MBCS_ENTRY_FINAL_VALUE_16((sharedData)->mbcs.stateTable[0][(uint8_t)(b)])
485 (UBool)MBCS_ENTRY_IS_TRANSITION((sharedData)->mbcs.stateTable[0][(uint8_t)(byte)])

Completed in 837 milliseconds