Lines Matching refs:swapLFNLStateTable
1387 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()
3006 stateTable=(const int32_t (*)[256])cnv->sharedData->mbcs.swapLFNLStateTable; in ucnv_MBCSGetNextUChar()