Home | History | Annotate | Download | only in common

Lines Matching defs:ucnv_getDefaultName

768         /* Call ucnv_getDefaultName first to query the name from the OS. */
769 pArgs->name = ucnv_getDefaultName();
1184 ucnv_getDefaultName must be thread safe, which can call this function.
1191 Since the name is a returned via ucnv_getDefaultName without copying,
1222 /* It is the variable checked in ucnv_getDefaultName() to see if initialization is required. */
1224 // or hardware. I'm adding the mutex to ucnv_getDefaultName for now. UMTX_CHECK is not enough.
1243 ucnv_getDefaultName() {
1251 Concurrent calls to ucnv_getDefaultName must be thread safe,