Searched defs:ucnv_getDefaultName (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
H A Ducnv_bld.cpp751 /* Call ucnv_getDefaultName first to query the name from the OS. */
752 pArgs->name = ucnv_getDefaultName();
1162 ucnv_getDefaultName must be thread safe, which can call this function.
1169 Since the name is a returned via ucnv_getDefaultName without copying,
1200 /* It is the variable checked in ucnv_getDefaultName() to see if initialization is required. */
1202 // or hardware. I'm adding the mutex to ucnv_getDefaultName for now. UMTX_CHECK is not enough.
1221 ucnv_getDefaultName() { function
1229 Concurrent calls to ucnv_getDefaultName must be thread safe,
/external/icu/icu4c/source/common/unicode/
H A Durename.h638 #define ucnv_getDefaultName U_ICU_ENTRY_POINT_RENAME(ucnv_getDefaultName) macro

Completed in 58 milliseconds