HomeSort by relevance Sort by last modified time
    Searched defs:mbcsTable (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/common/
ucnvmbcs.cpp 631 enumToU(UConverterMBCSTable *mbcsTable, int8_t stateProps[],
642 row=mbcsTable->stateTable[state];
643 unicodeCodeUnits=mbcsTable->unicodeCodeUnits;
662 mbcsTable, stateProps, nextState,
805 ucnv_MBCSEnumToUnicode(UConverterMBCSTable *mbcsTable,
832 getStateProp(mbcsTable->stateTable, stateProps, 0);
834 for(state=0; state<mbcsTable->countStates; ++state) {
841 mbcsTable, stateProps, state, 0, 0,
854 const UConverterMBCSTable *mbcsTable;
863 mbcsTable=&sharedData->mbcs
    [all...]
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetMBCS.java 246 UConverterMBCSTable mbcsTable = data.mbcs;
264 mbcsTable.outputType = (byte) header.flags;
268 // if(offset!=0 && mbcsTable.outputType == MBCS_OUTPUT_EXT_ONLY) {
269 if (mbcsTable.outputType == MBCS_OUTPUT_EXT_ONLY) {
275 mbcsTable.extIndexes = reader.readExtIndexes(offset - reader.bytesReadAfterStaticData());
284 * if(mbcsTable.extIndexes != null) {
286 * try { //int nbytes = mbcsTable.extIndexes[UConverterExt.UCNV_EXT_TO_U_LENGTH]*4 +
287 * mbcsTable.extIndexes[UConverterExt.UCNV_EXT_TO_U_UCHARS_LENGTH]*2 +
288 * mbcsTable.extIndexes[UConverterExt.UCNV_EXT_FROM_U_LENGTH]*6 +
289 * mbcsTable.extIndexes[UConverterExt.UCNV_EXT_FROM_U_BYTES_LENGTH]
    [all...]

Completed in 298 milliseconds