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.cpp1287 EBCDIC_RT_LF==MBCS_SINGLE_RESULT_FROM_U(table, results, U_LF) && in _EBCDICSwapLFNL()
1288 EBCDIC_RT_NL==MBCS_SINGLE_RESULT_FROM_U(table, results, U_NL) in _EBCDICSwapLFNL()
1363 MBCS_SINGLE_RESULT_FROM_U(table, newResults, U_LF)=EBCDIC_RT_NL; in _EBCDICSwapLFNL()
1364 MBCS_SINGLE_RESULT_FROM_U(table, newResults, U_NL)=EBCDIC_RT_LF; in _EBCDICSwapLFNL()
3734 value=MBCS_SINGLE_RESULT_FROM_U(table, results, c); in ucnv_MBCSSingleFromUnicodeWithOffsets()
3877 andedValues=value=MBCS_SINGLE_RESULT_FROM_U(table, results, c); in ucnv_MBCSSingleFromBMPWithOffsets()
3880 andedValues&=value=MBCS_SINGLE_RESULT_FROM_U(table, results, c); in ucnv_MBCSSingleFromBMPWithOffsets()
3883 andedValues&=value=MBCS_SINGLE_RESULT_FROM_U(table, results, c); in ucnv_MBCSSingleFromBMPWithOffsets()
3886 andedValues&=value=MBCS_SINGLE_RESULT_FROM_U(table, results, c); in ucnv_MBCSSingleFromBMPWithOffsets()
3934 value=MBCS_SINGLE_RESULT_FROM_U(table, results, c); in ucnv_MBCSSingleFromBMPWithOffsets()
[all …]
Ducnvmbcs.h297 #define MBCS_SINGLE_RESULT_FROM_U(table, results, c) (results)[ (table)[ (table)[(c)>>10] +(((c)>>4… macro
Ducnv2022.cpp1219 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.java990 if (!(EBCDIC_RT_LF == MBCS_SINGLE_RESULT_FROM_U(table, results, U_LF) && in EBCDICSwapLFNL()
991 EBCDIC_RT_NL == MBCS_SINGLE_RESULT_FROM_U(table, results, U_NL))) { in EBCDICSwapLFNL()
1268 static char MBCS_SINGLE_RESULT_FROM_U(char[] table, char[] results, int c) { in MBCS_SINGLE_RESULT_FROM_U() method in CharsetMBCS
3402 value = MBCS_SINGLE_RESULT_FROM_U(table, sharedData.mbcs.fromUnicodeChars, c); in fromUChar32()
4057 value = MBCS_SINGLE_RESULT_FROM_U(table, results, c); in cnvMBCSSingleFromBMPWithOffsets()
4259 value = MBCS_SINGLE_RESULT_FROM_U(table, results, c); in cnvMBCSSingleFromUnicodeWithOffsets()
DCharsetISO2022.java280 value = CharsetMBCS.MBCS_SINGLE_RESULT_FROM_U(table, sharedData.mbcs.fromUnicodeChars, c); in MBCSSingleFromUChar32()