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.cpp586 int32_t SISOLength = 0; in getSISOBytes() local
593 SISOLength = 2; in getSISOBytes()
596 SISOLength = 1; in getSISOBytes()
600 SISOLength = 2; in getSISOBytes()
603 SISOLength = 1; in getSISOBytes()
610 SISOLength = 2; in getSISOBytes()
613 SISOLength = 1; in getSISOBytes()
617 SISOLength = 2; in getSISOBytes()
620 SISOLength = 1; in getSISOBytes()
628 return SISOLength; in getSISOBytes()