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.java1135 int SISOLength = 0; in getSISOBytes() local
1142 SISOLength = 2; in getSISOBytes()
1145 SISOLength = 1; in getSISOBytes()
1149 SISOLength = 2; in getSISOBytes()
1152 SISOLength = 1; in getSISOBytes()
1159 SISOLength = 2; in getSISOBytes()
1162 SISOLength = 1; in getSISOBytes()
1166 SISOLength = 2; in getSISOBytes()
1169 SISOLength = 1; in getSISOBytes()
1177 return SISOLength; in getSISOBytes()
/external/icu/icu4c/source/common/
Ducnvmbcs.cpp585 int32_t SISOLength = 0; in getSISOBytes() local
592 SISOLength = 2; in getSISOBytes()
595 SISOLength = 1; in getSISOBytes()
599 SISOLength = 2; in getSISOBytes()
602 SISOLength = 1; in getSISOBytes()
609 SISOLength = 2; in getSISOBytes()
612 SISOLength = 1; in getSISOBytes()
616 SISOLength = 2; in getSISOBytes()
619 SISOLength = 1; in getSISOBytes()
627 return SISOLength; in getSISOBytes()