Searched refs:MBCS_ENTRY_FINAL_STATE (Results 1 – 4 of 4) sorted by relevance
290 #define MBCS_ENTRY_FINAL_STATE(entry) ((((uint32_t)entry)>>24)&0x7f) macro
1686 MBCS_ENTRY_FINAL_STATE(entry)!=0 in ucnv_MBCSLoad()1688 mbcsTable->dbcsOnlyState=(uint8_t)MBCS_ENTRY_FINAL_STATE(entry); in ucnv_MBCSLoad()2576 state=(uint8_t)MBCS_ENTRY_FINAL_STATE(entry); /* typically 0 */ in ucnv_MBCSToUnicodeWithOffsets()2589 state=(uint8_t)MBCS_ENTRY_FINAL_STATE(entry); /* typically 0 */ in ucnv_MBCSToUnicodeWithOffsets()2615 state=(uint8_t)MBCS_ENTRY_FINAL_STATE(entry); /* typically 0 */ in ucnv_MBCSToUnicodeWithOffsets()2633 state=(uint8_t)MBCS_ENTRY_FINAL_STATE(entry); /* typically 0 */ in ucnv_MBCSToUnicodeWithOffsets()2672 state=(uint8_t)MBCS_ENTRY_FINAL_STATE(entry); /* typically 0 */ in ucnv_MBCSToUnicodeWithOffsets()3039 state=(uint8_t)MBCS_ENTRY_FINAL_STATE(entry); /* typically 0 */ in ucnv_MBCSGetNextUChar()3048 state=(uint8_t)MBCS_ENTRY_FINAL_STATE(entry); /* typically 0 */ in ucnv_MBCSGetNextUChar()
357 && MBCS_ENTRY_FINAL_STATE(entry) != 0) { in loadConverter()358 mbcsTable.dbcsOnlyState = (byte) MBCS_ENTRY_FINAL_STATE(entry); in loadConverter()1228 static int MBCS_ENTRY_FINAL_STATE(int entry) { in MBCS_ENTRY_FINAL_STATE() method in CharsetMBCS2102 state = (byte)MBCS_ENTRY_FINAL_STATE(entry); /* typically 0 */ in cnvMBCSToUnicodeWithOffsets()2120 state = (byte)MBCS_ENTRY_FINAL_STATE(entry); /* typically 0 */ in cnvMBCSToUnicodeWithOffsets()2158 state = (byte)MBCS_ENTRY_FINAL_STATE(entry); /* typically 0 */ in cnvMBCSToUnicodeWithOffsets()
1024 state=(uint8_t)MBCS_ENTRY_FINAL_STATE(entry); in ucm_countChars()