Home
last modified time | relevance | path

Searched refs:getFCDInstance (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/common/
Dunormcmp.cpp581 n2=Normalizer2Factory::getFCDInstance(*pErrorCode); in unorm_compare()
Dnormalizer2.cpp464 const Normalizer2 *Normalizer2Factory::getFCDInstance(UErrorCode &errorCode) { in getFCDInstance() function in Normalizer2Factory
516 return getFCDInstance(errorCode); in getInstance()
Dnormalizer2impl.h517 static const Normalizer2 *getFCDInstance(UErrorCode &errorCode);
/external/icu4c/i18n/
Ducol.cpp4644 norm2 = Normalizer2Factory::getFCDInstance(*status); in ucol_calcSortKey()
5013 const Normalizer2 *norm2 = Normalizer2Factory::getFCDInstance(*status); in ucol_calcSortKeySimpleTertiary()