Searched refs:MBCS_ENTRY_FINAL_SET_VALUE (Results 1 – 3 of 3) sorted by relevance
277 #define MBCS_ENTRY_FINAL_SET_VALUE(entry, value) (int32_t)(((entry)&0xfff00000)|(value)) macro
360 states->stateTable[state][cell]=MBCS_ENTRY_FINAL_SET_VALUE(entry, sum); in sumUpStates()364 states->stateTable[state][cell]=MBCS_ENTRY_FINAL_SET_VALUE(entry, sum); in sumUpStates()
455 entry=MBCS_ENTRY_FINAL_SET_VALUE(entry, c); in MBCSAddToUnicode()457 entry=MBCS_ENTRY_FINAL_SET_VALUE(entry, c-0x10000); in MBCSAddToUnicode()