Searched refs:swapLFNLStateTable (Results 1 – 3 of 3) sorted by relevance
1380 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 …]
374 int32_t (*swapLFNLStateTable)/*[countStates]*/[256]; /* for swaplfnl */ member
76 int swapLFNLStateTable[/* countStates */][/* 256 */]; /* for swaplfnl */ field in CharsetMBCS.UConverterMBCSTable344 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()