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

/external/chromium_org/third_party/icu/source/common/
H A Ducnv_bld.cpp777 /* Call ucnv_getDefaultName first to query the name from the OS. */
778 pArgs->name = ucnv_getDefaultName();
1193 ucnv_getDefaultName must be thread safe, which can call this function.
1200 Since the name is a returned via ucnv_getDefaultName without copying,
1231 /* It is the variable checked in ucnv_getDefaultName() to see if initialization is required. */
1233 // or hardware. I'm adding the mutex to ucnv_getDefaultName for now. UMTX_CHECK is not enough.
1252 ucnv_getDefaultName() { function
1260 Concurrent calls to ucnv_getDefaultName must be thread safe,
/external/icu/icu4c/source/common/
H A Ducnv_bld.cpp768 /* 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() { function
1251 Concurrent calls to ucnv_getDefaultName must be thread safe,
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h641 #define ucnv_getDefaultName U_ICU_ENTRY_POINT_RENAME(ucnv_getDefaultName) macro
/external/icu/icu4c/source/common/unicode/
H A Durename.h631 #define ucnv_getDefaultName U_ICU_ENTRY_POINT_RENAME(ucnv_getDefaultName) macro

Completed in 962 milliseconds