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

  /external/chromium/third_party/icu/source/tools/toolutil/
ucm.h 97 int32_t countStates, minCharLength, maxCharLength, countToUCodeUnits;
  /external/icu4c/tools/toolutil/
ucm.h 97 int32_t countStates, minCharLength, maxCharLength, countToUCodeUnits;
  /external/chromium/third_party/icu/source/common/
ucnvmbcs.h 136 * 1 uint32_t countStates
177 * int32_t stateTable[countStates][256];
367 uint8_t countStates, dbcsOnlyState, stateTableOwned;
370 const int32_t (*stateTable)/*[countStates]*/[256];
371 int32_t (*swapLFNLStateTable)/*[countStates]*/[256]; /* for swaplfnl */
425 uint32_t countStates,
  /external/icu4c/common/
ucnvmbcs.h 136 * 1 uint32_t countStates
177 * int32_t stateTable[countStates][256];
367 uint8_t countStates, dbcsOnlyState, stateTableOwned;
370 const int32_t (*stateTable)/*[countStates]*/[256];
371 int32_t (*swapLFNLStateTable)/*[countStates]*/[256]; /* for swaplfnl */
425 uint32_t countStates,

Completed in 301 milliseconds