Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ducnvmbcs.cpp1387 if(mbcsTable->swapLFNLStateTable==NULL) { in _EBCDICSwapLFNL()
1388 mbcsTable->swapLFNLStateTable=newStateTable; in _EBCDICSwapLFNL()
1660 mbcsTable->swapLFNLStateTable=NULL; in ucnv_MBCSLoad()
1883 if(mbcsTable->swapLFNLStateTable!=NULL) { in ucnv_MBCSUnload()
1884 uprv_free(mbcsTable->swapLFNLStateTable); in ucnv_MBCSUnload()
1923 isCached=mbcsTable->swapLFNLStateTable!=NULL; in ucnv_MBCSOpen()
2058 stateTable=(const int32_t (*)[256])cnv->sharedData->mbcs.swapLFNLStateTable; in ucnv_MBCSSingleToUnicodeWithOffsets()
2209 stateTable=(const int32_t (*)[256])cnv->sharedData->mbcs.swapLFNLStateTable; in ucnv_MBCSSingleToBMPWithOffsets()
2519 stateTable=(const int32_t (*)[256])cnv->sharedData->mbcs.swapLFNLStateTable; in ucnv_MBCSToUnicodeWithOffsets()
2896 stateTable=(const int32_t (*)[256])cnv->sharedData->mbcs.swapLFNLStateTable; in ucnv_MBCSSingleGetNextUChar()
[all …]
Ducnvmbcs.h376 int32_t (*swapLFNLStateTable)/*[countStates]*/[256]; /* for swaplfnl */ member
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetMBCS.java75 int swapLFNLStateTable[/* countStates */][/* 256 */]; /* for swaplfnl */ field in CharsetMBCS.UConverterMBCSTable
339 mbcsTable.swapLFNLStateTable = null; in loadConverter()
875 isCached = mbcsTable.swapLFNLStateTable != null; in initializeConverter()
1054 if (mbcsTable.swapLFNLStateTable == null) { in EBCDICSwapLFNL()
1055 mbcsTable.swapLFNLStateTable = newStateTable; in EBCDICSwapLFNL()
2045 stateTable = sharedData.mbcs.swapLFNLStateTable; in cnvMBCSToUnicodeWithOffsets()
2378 stateTable = sharedData.mbcs.swapLFNLStateTable; in cnvMBCSSingleToBMPWithOffsets()
2506 stateTable = sharedData.mbcs.swapLFNLStateTable; in cnvMBCSSingleToUnicodeWithOffsets()