Searched defs:stateTable (Results 1 – 10 of 10) sorted by relevance
71 private final InternalState[][] stateTable; field in ParserStateTable
20 static Vector stateTable = null; field in ThaiStateTable
67 private StateEntry[][] stateTable = { field in NGramParser
2041 const int32_t (*stateTable)[256]; in ucnv_MBCSSingleToUnicodeWithOffsets() local2193 const int32_t (*stateTable)[256]; in ucnv_MBCSSingleToBMPWithOffsets() local2473 const int32_t (*stateTable)[256]; in ucnv_MBCSToUnicodeWithOffsets() local2885 const int32_t (*stateTable)[256]; in ucnv_MBCSSingleGetNextUChar() local2972 const int32_t (*stateTable)[256]; in ucnv_MBCSGetNextUChar() local3267 const int32_t (*stateTable)[256]; in ucnv_MBCSSimpleGetNextUChar() local
958 const RBBIStateTable *stateTable = fData->fReverseTable; in handleSafePrevious() local
375 const int32_t (*stateTable)/*[countStates]*/[256]; member
96 int32_t stateTable[MBCS_MAX_STATE_COUNT][256]; member
805 short[] stateTable = fRData.fFTable.fTable; in handleNext() local980 short[] stateTable = fRData.fRTable.fTable; in handleSafePrevious() local
826 short[] stateTable = fRData.fFTable.fTable; in handleNext() local1001 short[] stateTable = fRData.fRTable.fTable; in handleSafePrevious() local
74 int stateTable[/* countStates */][/* 256 */]; field in CharsetMBCS.UConverterMBCSTable793 private static byte getStateProp(int stateTable[][], byte stateProps[], int state) { in getStateProp()2006 int stateTable[][/* 256 */]; in cnvMBCSToUnicodeWithOffsets() local2366 int[][] stateTable; in cnvMBCSSingleToBMPWithOffsets() local2494 int[][] stateTable; in cnvMBCSSingleToUnicodeWithOffsets() local2676 int[][] stateTable = sharedData.mbcs.stateTable; in simpleGetNextUChar() local2783 private boolean hasValidTrailBytes(int[][] stateTable, short state) { in hasValidTrailBytes()2813 private boolean isSingleOrLead(int[][] stateTable, int state, boolean isDBCSOnly, int b) { in isSingleOrLead()