Searched refs:hasValidTrailBytes (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
H A Ducnvmbcs.cpp2406 hasValidTrailBytes(const int32_t (*stateTable)[256], uint8_t state) { function
2435 hasValidTrailBytes(stateTable, (uint8_t)MBCS_ENTRY_TRANSITION_STATE(entry))
2453 return hasValidTrailBytes(stateTable, (uint8_t)MBCS_ENTRY_TRANSITION_STATE(entry));
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetMBCS.java2783 private boolean hasValidTrailBytes(int[][] stateTable, short state) { method in class:CharsetMBCS.CharsetDecoderMBCS
2806 hasValidTrailBytes(stateTable, (short)MBCS_ENTRY_TRANSITION_STATE(entry))) {
2817 return hasValidTrailBytes(stateTable, (short)MBCS_ENTRY_TRANSITION_STATE(entry));

Completed in 84 milliseconds