Home | History | Annotate | Download | only in common

Lines Matching refs:cnv

154 static UMTX        cnvCacheMutex = NULL;  /* Mutex for synchronizing cnv cache access. */
180 static const char DATA_TYPE[] = "cnv";
885 UConverter *cnv;
914 cnv = ucnv_createConverterFromSharedData(
918 UTRACE_EXIT_PTR_STATUS(cnv, *err);
919 return cnv;
1255 UConverter *cnv = NULL;
1261 cnv = ucnv_open(name, &errorCode);
1262 if(U_SUCCESS(errorCode) && cnv != NULL) {
1263 name = ucnv_getName(cnv, &errorCode);
1268 || U_FAILURE(errorCode) || cnv == NULL
1285 ucnv_close(cnv);
1304 UConverter *cnv = NULL;
1308 cnv = ucnv_open(converterName, &errorCode);
1309 if(U_SUCCESS(errorCode) && cnv != NULL) {
1310 name = ucnv_getName(cnv, &errorCode);
1319 ucnv_close(cnv);
1378 udata_printError(ds, "ucnv_swap(): data format %02x.%02x.%02x.%02x (format version %02x.%02x) is not recognized as an ICU .cnv conversion table\n",
1400 udata_printError(ds, "ucnv_swap(): too few bytes (%d after header) for an ICU .cnv conversion table\n",
1439 udata_printError(ds, "ucnv_swap(): too few bytes (%d after headers) for an ICU MBCS .cnv conversion table\n",
1524 udata_printError(ds, "ucnv_swap(): too few bytes (%d after headers) for an ICU MBCS .cnv conversion table with extension data\n",
1536 udata_printError(ds, "ucnv_swap(): too few bytes (%d after headers) for an ICU MBCS .cnv conversion table\n",