Home
last modified time | relevance | path

Searched refs:MBCS_SINGLE_RESULT_FROM_U (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/common/
Ducnvmbcs.cpp1294 EBCDIC_RT_LF==MBCS_SINGLE_RESULT_FROM_U(table, results, U_LF) && in _EBCDICSwapLFNL()
1295 EBCDIC_RT_NL==MBCS_SINGLE_RESULT_FROM_U(table, results, U_NL) in _EBCDICSwapLFNL()
1370 MBCS_SINGLE_RESULT_FROM_U(table, newResults, U_LF)=EBCDIC_RT_NL; in _EBCDICSwapLFNL()
1371 MBCS_SINGLE_RESULT_FROM_U(table, newResults, U_NL)=EBCDIC_RT_LF; in _EBCDICSwapLFNL()
3745 value=MBCS_SINGLE_RESULT_FROM_U(table, results, c); in ucnv_MBCSSingleFromUnicodeWithOffsets()
3888 andedValues=value=MBCS_SINGLE_RESULT_FROM_U(table, results, c); in ucnv_MBCSSingleFromBMPWithOffsets()
3891 andedValues&=value=MBCS_SINGLE_RESULT_FROM_U(table, results, c); in ucnv_MBCSSingleFromBMPWithOffsets()
3894 andedValues&=value=MBCS_SINGLE_RESULT_FROM_U(table, results, c); in ucnv_MBCSSingleFromBMPWithOffsets()
3897 andedValues&=value=MBCS_SINGLE_RESULT_FROM_U(table, results, c); in ucnv_MBCSSingleFromBMPWithOffsets()
3945 value=MBCS_SINGLE_RESULT_FROM_U(table, results, c); in ucnv_MBCSSingleFromBMPWithOffsets()
[all …]
Ducnvmbcs.h299 #define MBCS_SINGLE_RESULT_FROM_U(table, results, c) (results)[ (table)[ (table)[(c)>>10] +(((c)>>4… macro
Ducnv2022.cpp1208 value=MBCS_SINGLE_RESULT_FROM_U(table, (uint16_t *)sharedData->mbcs.fromUnicodeBytes, c); in MBCS_SINGLE_FROM_UCHAR32()
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetMBCS.java984 if (!(EBCDIC_RT_LF == MBCS_SINGLE_RESULT_FROM_U(table, results, U_LF) && in EBCDICSwapLFNL()
985 EBCDIC_RT_NL == MBCS_SINGLE_RESULT_FROM_U(table, results, U_NL))) { in EBCDICSwapLFNL()
1262 static char MBCS_SINGLE_RESULT_FROM_U(char[] table, char[] results, int c) { in MBCS_SINGLE_RESULT_FROM_U() method in CharsetMBCS
3399 value = MBCS_SINGLE_RESULT_FROM_U(table, sharedData.mbcs.fromUnicodeChars, c); in fromUChar32()
4054 value = MBCS_SINGLE_RESULT_FROM_U(table, results, c); in cnvMBCSSingleFromBMPWithOffsets()
4256 value = MBCS_SINGLE_RESULT_FROM_U(table, results, c); in cnvMBCSSingleFromUnicodeWithOffsets()
DCharsetISO2022.java282 value = CharsetMBCS.MBCS_SINGLE_RESULT_FROM_U(table, sharedData.mbcs.fromUnicodeChars, c); in MBCSSingleFromUChar32()