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.c1541 MBCS_ENTRY_FINAL_STATE(entry)!=0 in ucnv_MBCSLoad()
1543 mbcsTable->dbcsOnlyState=(uint8_t)MBCS_ENTRY_FINAL_STATE(entry); in ucnv_MBCSLoad()
2427 state=(uint8_t)MBCS_ENTRY_FINAL_STATE(entry); /* typically 0 */ in ucnv_MBCSToUnicodeWithOffsets()
2440 state=(uint8_t)MBCS_ENTRY_FINAL_STATE(entry); /* typically 0 */ in ucnv_MBCSToUnicodeWithOffsets()
2466 state=(uint8_t)MBCS_ENTRY_FINAL_STATE(entry); /* typically 0 */ in ucnv_MBCSToUnicodeWithOffsets()
2484 state=(uint8_t)MBCS_ENTRY_FINAL_STATE(entry); /* typically 0 */ in ucnv_MBCSToUnicodeWithOffsets()
2523 state=(uint8_t)MBCS_ENTRY_FINAL_STATE(entry); /* typically 0 */ in ucnv_MBCSToUnicodeWithOffsets()
2890 state=(uint8_t)MBCS_ENTRY_FINAL_STATE(entry); /* typically 0 */ in ucnv_MBCSGetNextUChar()
2899 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()