Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ducnvmbcs.cpp1380 if(mbcsTable->swapLFNLStateTable==NULL) { in _EBCDICSwapLFNL()
1381 mbcsTable->swapLFNLStateTable=newStateTable; in _EBCDICSwapLFNL()
1653 mbcsTable->swapLFNLStateTable=NULL; in ucnv_MBCSLoad()
1876 if(mbcsTable->swapLFNLStateTable!=NULL) { in ucnv_MBCSUnload()
1877 uprv_free(mbcsTable->swapLFNLStateTable); in ucnv_MBCSUnload()
1916 isCached=mbcsTable->swapLFNLStateTable!=NULL; in ucnv_MBCSOpen()
2047 stateTable=(const int32_t (*)[256])cnv->sharedData->mbcs.swapLFNLStateTable; in ucnv_MBCSSingleToUnicodeWithOffsets()
2198 stateTable=(const int32_t (*)[256])cnv->sharedData->mbcs.swapLFNLStateTable; in ucnv_MBCSSingleToBMPWithOffsets()
2508 stateTable=(const int32_t (*)[256])cnv->sharedData->mbcs.swapLFNLStateTable; in ucnv_MBCSToUnicodeWithOffsets()
2885 stateTable=(const int32_t (*)[256])cnv->sharedData->mbcs.swapLFNLStateTable; in ucnv_MBCSSingleGetNextUChar()
[all …]
Ducnvmbcs.h374 int32_t (*swapLFNLStateTable)/*[countStates]*/[256]; /* for swaplfnl */ member
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetMBCS.java76 int swapLFNLStateTable[/* countStates */][/* 256 */]; /* for swaplfnl */ field in CharsetMBCS.UConverterMBCSTable
344 mbcsTable.swapLFNLStateTable = null; in loadConverter()
881 isCached = mbcsTable.swapLFNLStateTable != null; in initializeConverter()
1060 if (mbcsTable.swapLFNLStateTable == null) { in EBCDICSwapLFNL()
1061 mbcsTable.swapLFNLStateTable = newStateTable; in EBCDICSwapLFNL()
2050 stateTable = sharedData.mbcs.swapLFNLStateTable; in cnvMBCSToUnicodeWithOffsets()
2383 stateTable = sharedData.mbcs.swapLFNLStateTable; in cnvMBCSSingleToBMPWithOffsets()
2511 stateTable = sharedData.mbcs.swapLFNLStateTable; in cnvMBCSSingleToUnicodeWithOffsets()