OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UConverterMBCSTable
(Results
1 - 6
of
6
) sorted by null
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
UConverterSharedData.java
58
* which always has a
UConverterMBCSTable
60
* To eliminate one allocation, I am making the
UConverterMBCSTable
a member
66
CharsetMBCS.
UConverterMBCSTable
mbcs;
69
mbcs = new CharsetMBCS.
UConverterMBCSTable
();
UConverterDataReader.java
17
import com.ibm.icu.charset.CharsetMBCS.
UConverterMBCSTable
;
485
protected void readMBCSTable(MBCSHeader header,
UConverterMBCSTable
mbcsTable) throws IOException
CharsetMBCS.java
68
static final class
UConverterMBCSTable
{
108
UConverterMBCSTable
() {
118
*
UConverterMBCSTable
(
UConverterMBCSTable
t) { countStates = t.countStates; dbcsOnlyState = t.dbcsOnlyState;
246
UConverterMBCSTable
mbcsTable = data.mbcs;
512
private static boolean writeStage3Roundtrip(
UConverterMBCSTable
mbcsTable, long value, int codePoints[]) {
593
private static void reconstituteData(
UConverterMBCSTable
mbcsTable,
671
private static void MBCSEnumToUnicode(
UConverterMBCSTable
mbcsTable) {
706
private static boolean enumToU(
UConverterMBCSTable
mbcsTable, byte stateProps[], int state, int offset, int value) {
[
all
...]
/external/icu/icu4c/source/common/
ucnv_bld.h
53
UConverterMBCSTable
mbcs;
115
* which always has a
UConverterMBCSTable
117
* To eliminate one allocation, I am making the
UConverterMBCSTable
122
UConverterMBCSTable
mbcs;
ucnvmbcs.h
368
typedef struct
UConverterMBCSTable
{
401
}
UConverterMBCSTable
;
ucnvmbcs.cpp
631
enumToU(
UConverterMBCSTable
*mbcsTable, int8_t stateProps[],
805
ucnv_MBCSEnumToUnicode(
UConverterMBCSTable
*mbcsTable,
854
const
UConverterMBCSTable
*mbcsTable;
[
all
...]
Completed in 66 milliseconds