Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ducnvmbcs.h288 #define MBCS_ENTRY_FINAL_STATE(entry) ((((uint32_t)entry)>>24)&0x7f) macro
Ducnvmbcs.cpp1679 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()
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetMBCS.java362 && 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 CharsetMBCS
2107 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()
/external/icu/icu4c/source/tools/toolutil/
Ducmstate.c1019 state=(uint8_t)MBCS_ENTRY_FINAL_STATE(entry); in ucm_countChars()