Home
last modified time | relevance | path

Searched refs:GenderInfo_initCache (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Dgender.h34 void U_CALLCONV GenderInfo_initCache(UErrorCode &status);
105 friend void U_CALLCONV GenderInfo_initCache(UErrorCode &status);
/external/icu/icu4c/source/i18n/
Dgender.cpp65 void U_CALLCONV GenderInfo_initCache(UErrorCode &status) { in GenderInfo_initCache() function
96 umtx_initOnce(gGenderInitOnce, &GenderInfo_initCache, status); in getInstance()