Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetMBCS.java1141 int SISOLength = 0; in getSISOBytes() local
1148 SISOLength = 2; in getSISOBytes()
1151 SISOLength = 1; in getSISOBytes()
1155 SISOLength = 2; in getSISOBytes()
1158 SISOLength = 1; in getSISOBytes()
1165 SISOLength = 2; in getSISOBytes()
1168 SISOLength = 1; in getSISOBytes()
1172 SISOLength = 2; in getSISOBytes()
1175 SISOLength = 1; in getSISOBytes()
1183 return SISOLength; in getSISOBytes()
/external/icu/icu4c/source/common/
Ducnvmbcs.cpp582 int32_t SISOLength = 0; in getSISOBytes() local
589 SISOLength = 2; in getSISOBytes()
592 SISOLength = 1; in getSISOBytes()
596 SISOLength = 2; in getSISOBytes()
599 SISOLength = 1; in getSISOBytes()
606 SISOLength = 2; in getSISOBytes()
609 SISOLength = 1; in getSISOBytes()
613 SISOLength = 2; in getSISOBytes()
616 SISOLength = 1; in getSISOBytes()
624 return SISOLength; in getSISOBytes()