Home | History | Annotate | Download | only in common

Lines Matching full:algoconverter

2532     UConverter *algoConverter, *to, *from;
2552 algoConverter=ucnv_createAlgorithmicConverter(&algoConverterStatic, algorithmicType,
2562 to=algoConverter;
2567 from=algoConverter;
2576 ucnv_close(algoConverter);