Home | History | Annotate | Download | only in common

Lines Matching defs:ucnv_getDefaultName

758         /* Call ucnv_getDefaultName first to query the name from the OS. */
759 pArgs->name = ucnv_getDefaultName();
1185 ucnv_getDefaultName must be thread safe, which can call this function.
1192 Since the name is a returned via ucnv_getDefaultName without copying,
1223 /* It is the variable checked in ucnv_getDefaultName() to see if initialization is required. */
1241 ucnv_getDefaultName() {
1249 Multiple calls to ucnv_getDefaultName must be thread safe,