Home
last modified time | relevance | path

Searched refs:decodeBocu1LeadByte (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/common/
Ducnvbocu.cpp883 decodeBocu1LeadByte(int32_t b) { in decodeBocu1LeadByte() function
1096 diff=decodeBocu1LeadByte(c); in _Bocu1ToUnicodeWithOffsets()
1301 diff=decodeBocu1LeadByte(c); in _Bocu1ToUnicode()
/external/icu/icu4c/source/test/cintltst/
Dbocu1tst.c416 decodeBocu1LeadByte(Bocu1Rx *pRx, uint8_t b) { in decodeBocu1LeadByte() function
582 return decodeBocu1LeadByte(pRx, b); in decodeBocu1()
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetBOCU1.java724 private int decodeBocu1LeadByte(int b) {
990 diff = decodeBocu1LeadByte(c); in afterGetTrail()