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

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

Completed in 57 milliseconds