Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetMBCS.java1134 private static int getSISOBytes(SISO_Option option, int cnvOption, byte[] value) { in getSISOBytes() method in CharsetMBCS
2933 si_value_length = getSISOBytes(SISO_Option.SI, options, si_value); in encodeLoop()
2934 so_value_length = getSISOBytes(SISO_Option.SO, options, so_value); in encodeLoop()
/external/icu/icu4c/source/common/
Ducnvmbcs.cpp584 static int32_t getSISOBytes(SISO_Option option, uint32_t cnvOption, uint8_t *value) { in getSISOBytes() function
4166 siLength = getSISOBytes(SI, cnv->options, siBytes); in ucnv_MBCSFromUnicodeWithOffsets()
4167 soLength = getSISOBytes(SO, cnv->options, soBytes); in ucnv_MBCSFromUnicodeWithOffsets()