Home
last modified time | relevance | path

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

/external/icu4c/common/
Dnormalizer2.cpp446 allModes->impl.getFCDTrie(errorCode); in getFCDInstance()
528 Normalizer2Factory::getFCDTrie(UErrorCode &errorCode) { in getFCDTrie() function in Normalizer2Factory
532 return allModes->impl.getFCDTrie(errorCode); in getFCDTrie()
603 allModes->impl.getFCDTrie(errorCode); in getInstance()
800 const UTrie2 *trie=Normalizer2Factory::getFCDTrie(*pErrorCode); in unorm_getFCDTrieIndex()
Dnormalizer2impl.h206 const UTrie2 *getFCDTrie(UErrorCode &errorCode) const ;
496 static const UTrie2 *getFCDTrie(UErrorCode &errorCode);
Duprops.cpp340 const UTrie2 *trie=Normalizer2Factory::getFCDTrie(errorCode); in getFCD16()
Dnormalizer2impl.cpp1440 const UTrie2 *Normalizer2Impl::getFCDTrie(UErrorCode &errorCode) const { in getFCDTrie() function in Normalizer2Impl