Searched refs:OPTION_SWAP_LFNL_STRING (Results 1 – 3 of 3) sorted by relevance
78 static final String OPTION_SWAP_LFNL_STRING = ",swaplfnl"; field
56 if (charsetName.endsWith(UConverterConstants.OPTION_SWAP_LFNL_STRING)) { in charsetForName()58 optionsString = UConverterConstants.OPTION_SWAP_LFNL_STRING; in charsetForName()
174 if (icuCanonicalName.indexOf(UConverterConstants.OPTION_SWAP_LFNL_STRING) > -1) { in CharsetMBCS()176 …uCanonicalName.substring(0, icuCanonicalName.indexOf(UConverterConstants.OPTION_SWAP_LFNL_STRING)); in CharsetMBCS()1052 newName = icuCanonicalName.concat(UConverterConstants.OPTION_SWAP_LFNL_STRING); in EBCDICSwapLFNL()