Home
last modified time | relevance | path

Searched refs:OPTION_SWAP_LFNL (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DUConverterConstants.java75 static final int OPTION_SWAP_LFNL = 0x10; field
DCharsetMBCS.java175 options = UConverterConstants.OPTION_SWAP_LFNL; in CharsetMBCS()
867 this.options = myOptions &= ~UConverterConstants.OPTION_SWAP_LFNL; in initializeConverter()
870 if ((myOptions & UConverterConstants.OPTION_SWAP_LFNL) != 0) { in initializeConverter()
882 this.options = myOptions & ~UConverterConstants.OPTION_SWAP_LFNL; in initializeConverter()
2044 if ((options & UConverterConstants.OPTION_SWAP_LFNL) != 0) { in cnvMBCSToUnicodeWithOffsets()
2377 if ((options & UConverterConstants.OPTION_SWAP_LFNL) != 0) { in cnvMBCSSingleToBMPWithOffsets()
2505 if ((options & UConverterConstants.OPTION_SWAP_LFNL) != 0) { in cnvMBCSSingleToUnicodeWithOffsets()
2905 if ((options & UConverterConstants.OPTION_SWAP_LFNL) != 0) { in encodeLoop()
4004 if ((options & UConverterConstants.OPTION_SWAP_LFNL) != 0) { in cnvMBCSSingleFromBMPWithOffsets()
4172 if ((options & UConverterConstants.OPTION_SWAP_LFNL) != 0) { in cnvMBCSSingleFromUnicodeWithOffsets()
[all …]