Searched refs:currentConverter (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Ducnv2022.c197 UConverter *currentConverter; member in struct:__anon10846
422 UConverter *cnv = myConverterData->currentConverter;
444 UConverter *cnv = myConverterData->currentConverter;
526 myConverterData->currentConverter=ucnv_open(cnvName, errorCode);
534 uprv_memcpy(cnv->subChars, myConverterData->currentConverter->subChars, 4);
535 cnv->subCharLen = myConverterData->currentConverter->subCharLen;
623 ucnv_close(myData->currentConverter);
649 ucnv_close (myConverterData->currentConverter);
650 myConverterData->currentConverter=NULL;
849 ucnv_close(myData2022->currentConverter);
3527 UConverter currentConverter; member in struct:cloneStruct
[all...]
/external/icu4c/common/
H A Ducnv2022.cpp199 UConverter *currentConverter; member in struct:__anon18157
428 UConverter *cnv = myConverterData->currentConverter;
450 UConverter *cnv = myConverterData->currentConverter;
560 myConverterData->currentConverter=ucnv_open(cnvName, errorCode);
568 uprv_memcpy(cnv->subChars, myConverterData->currentConverter->subChars, 4);
569 cnv->subCharLen = myConverterData->currentConverter->subCharLen;
659 ucnv_close(myData->currentConverter);
685 ucnv_close (myConverterData->currentConverter);
686 myConverterData->currentConverter=NULL;
885 ucnv_close(myData2022->currentConverter);
[all...]

Completed in 95 milliseconds