Lines Matching refs:cvrtr
1162 UConverter *cvrtr; // An ICU code page converter.1166 cvrtr = ucnv_open("utf-8", &status); // we are just doing UTF-8 locales for now.1173 int sizeNeeded = ucnv_fromUChars(cvrtr,1185 sizeNeeded = ucnv_fromUChars(cvrtr,1197 ucnv_close(cvrtr);