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