Lines Matching defs:Norm2AllModes
26 #include "norm2allmodes.h"
134 Norm2AllModes::~Norm2AllModes() {
138 Norm2AllModes *
139 Norm2AllModes::createInstance(Normalizer2Impl *impl, UErrorCode &errorCode) {
144 Norm2AllModes *allModes=new Norm2AllModes(impl);
153 Norm2AllModes *
154 Norm2AllModes::createNFCInstance(UErrorCode &errorCode) {
172 static Norm2AllModes *nfcSingleton;
180 nfcSingleton=Norm2AllModes::createNFCInstance(errorCode);
210 const Norm2AllModes *
211 Norm2AllModes::getNFCInstance(UErrorCode &errorCode) {
219 const Norm2AllModes *allModes=Norm2AllModes::getNFCInstance(errorCode);
225 const Norm2AllModes *allModes=Norm2AllModes::getNFCInstance(errorCode);
230 const Norm2AllModes *allModes=Norm2AllModes::getNFCInstance(errorCode);
235 const Norm2AllModes *allModes=Norm2AllModes::getNFCInstance(errorCode);
247 const Norm2AllModes *allModes=Norm2AllModes::getNFCInstance(errorCode);