Home | History | Annotate | Download | only in common

Lines Matching defs:ucnv_getDefaultName

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