Searched refs:MBCS_ENTRY_FINAL_STATE (Results 1 – 4 of 4) sorted by relevance
288 #define MBCS_ENTRY_FINAL_STATE(entry) ((((uint32_t)entry)>>24)&0x7f) macro
1679 MBCS_ENTRY_FINAL_STATE(entry)!=0 in ucnv_MBCSLoad()1681 mbcsTable->dbcsOnlyState=(uint8_t)MBCS_ENTRY_FINAL_STATE(entry); in ucnv_MBCSLoad()2565 state=(uint8_t)MBCS_ENTRY_FINAL_STATE(entry); /* typically 0 */ in ucnv_MBCSToUnicodeWithOffsets()2578 state=(uint8_t)MBCS_ENTRY_FINAL_STATE(entry); /* typically 0 */ in ucnv_MBCSToUnicodeWithOffsets()2604 state=(uint8_t)MBCS_ENTRY_FINAL_STATE(entry); /* typically 0 */ in ucnv_MBCSToUnicodeWithOffsets()2622 state=(uint8_t)MBCS_ENTRY_FINAL_STATE(entry); /* typically 0 */ in ucnv_MBCSToUnicodeWithOffsets()2661 state=(uint8_t)MBCS_ENTRY_FINAL_STATE(entry); /* typically 0 */ in ucnv_MBCSToUnicodeWithOffsets()3028 state=(uint8_t)MBCS_ENTRY_FINAL_STATE(entry); /* typically 0 */ in ucnv_MBCSGetNextUChar()3037 state=(uint8_t)MBCS_ENTRY_FINAL_STATE(entry); /* typically 0 */ in ucnv_MBCSGetNextUChar()
362 && MBCS_ENTRY_FINAL_STATE(entry) != 0) { in loadConverter()363 mbcsTable.dbcsOnlyState = (byte) MBCS_ENTRY_FINAL_STATE(entry); in loadConverter()1234 static int MBCS_ENTRY_FINAL_STATE(int entry) { in MBCS_ENTRY_FINAL_STATE() method in CharsetMBCS2107 state = (byte)MBCS_ENTRY_FINAL_STATE(entry); /* typically 0 */ in cnvMBCSToUnicodeWithOffsets()2125 state = (byte)MBCS_ENTRY_FINAL_STATE(entry); /* typically 0 */ in cnvMBCSToUnicodeWithOffsets()2163 state = (byte)MBCS_ENTRY_FINAL_STATE(entry); /* typically 0 */ in cnvMBCSToUnicodeWithOffsets()
1019 state=(uint8_t)MBCS_ENTRY_FINAL_STATE(entry); in ucm_countChars()