Lines Matching refs:ucnv_getAvailableName
205 /*Tests ucnv_getAvailableName(), getAvialableCount()*/
212 log_verbose("\n---Testing ucnv_getAvailableName.."); /*need to check this out */
214 available_conv = ucnv_getAvailableName(testLong1);
215 /*test ucnv_getAvailableName with err condition*/
216 log_verbose("\n---Testing ucnv_getAvailableName..with index < 0 ");
217 available_conv = ucnv_getAvailableName(-1);
219 log_err("ucnv_getAvailableName() with index < 0) should return NULL\n");
1217 const char *name = ucnv_getAvailableName(i);