Home
last modified time | relevance | path

Searched refs:MBCS_ENTRY_FINAL_STATE (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/common/
Ducnvmbcs.h285 #define MBCS_ENTRY_FINAL_STATE(entry) (((entry)>>24)&0x7f) macro
Ducnvmbcs.c1540 MBCS_ENTRY_FINAL_STATE(entry)!=0 in ucnv_MBCSLoad()
1542 mbcsTable->dbcsOnlyState=(uint8_t)MBCS_ENTRY_FINAL_STATE(entry); in ucnv_MBCSLoad()
2426 state=(uint8_t)MBCS_ENTRY_FINAL_STATE(entry); /* typically 0 */ in ucnv_MBCSToUnicodeWithOffsets()
2439 state=(uint8_t)MBCS_ENTRY_FINAL_STATE(entry); /* typically 0 */ in ucnv_MBCSToUnicodeWithOffsets()
2465 state=(uint8_t)MBCS_ENTRY_FINAL_STATE(entry); /* typically 0 */ in ucnv_MBCSToUnicodeWithOffsets()
2483 state=(uint8_t)MBCS_ENTRY_FINAL_STATE(entry); /* typically 0 */ in ucnv_MBCSToUnicodeWithOffsets()
2522 state=(uint8_t)MBCS_ENTRY_FINAL_STATE(entry); /* typically 0 */ in ucnv_MBCSToUnicodeWithOffsets()
2889 state=(uint8_t)MBCS_ENTRY_FINAL_STATE(entry); /* typically 0 */ in ucnv_MBCSGetNextUChar()
2898 state=(uint8_t)MBCS_ENTRY_FINAL_STATE(entry); /* typically 0 */ in ucnv_MBCSGetNextUChar()
/external/icu4c/tools/toolutil/
Ducmstate.c1019 state=(uint8_t)MBCS_ENTRY_FINAL_STATE(entry); in ucm_countChars()