Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetMBCS.java856 protected void initializeConverter(int myOptions) { in initializeConverter() argument
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()