Searched refs:_2022FromGR94DBCS (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
H A Ducnv2022.cpp1227 _2022FromGR94DBCS(uint32_t value) { function
1239 * This method does the reverse of _2022FromGR94DBCS(). Given the 2022 code point, it returns the
1911 value = _2022FromGR94DBCS(value);
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetISO2022.java195 private static int _2022FromGR94DBCS(int value) { method in class:CharsetISO2022
207 * This method does the reverse of _2022FromGR94DBCS(). Given the 2022 code point, it returns the
1967 value[0] = _2022FromGR94DBCS(value[0]);

Completed in 77 milliseconds