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