Searched refs:allModes (Results 1 – 6 of 6) sorted by relevance
167 static void U_CALLCONV deleteNorm2AllModes(void *allModes) { in deleteNorm2AllModes() argument168 delete (Norm2AllModes *)allModes; in deleteNorm2AllModes()219 const Norm2AllModes *allModes=Norm2AllModes::getNFCInstance(errorCode); in getNFCInstance() local220 return allModes!=NULL ? &allModes->comp : NULL; in getNFCInstance()225 const Norm2AllModes *allModes=Norm2AllModes::getNFCInstance(errorCode); in getNFDInstance() local226 return allModes!=NULL ? &allModes->decomp : NULL; in getNFDInstance()230 const Norm2AllModes *allModes=Norm2AllModes::getNFCInstance(errorCode); in getFCDInstance() local231 return allModes!=NULL ? &allModes->fcd : NULL; in getFCDInstance()235 const Norm2AllModes *allModes=Norm2AllModes::getNFCInstance(errorCode); in getFCCInstance() local236 return allModes!=NULL ? &allModes->fcc : NULL; in getFCCInstance()[all …]
221 Norm2AllModes *allModes=new Norm2AllModes(impl); in createInstance() local222 if(allModes==NULL) { in createInstance()227 return allModes; in createInstance()264 const Norm2AllModes *allModes=Norm2AllModes::getNFCInstance(errorCode); in getNFCInstance() local265 return allModes!=NULL ? &allModes->comp : NULL; in getNFCInstance()270 const Norm2AllModes *allModes=Norm2AllModes::getNFCInstance(errorCode); in getNFDInstance() local271 return allModes!=NULL ? &allModes->decomp : NULL; in getNFDInstance()275 const Norm2AllModes *allModes=Norm2AllModes::getNFCInstance(errorCode); in getFCDInstance() local276 return allModes!=NULL ? &allModes->fcd : NULL; in getFCDInstance()280 const Norm2AllModes *allModes=Norm2AllModes::getNFCInstance(errorCode); in getFCCInstance() local[all …]
320 return singleton.allModes; in getInstanceFromSingleton()357 return singleton.allModes; in getInstance()389 allModes=new Norm2AllModes(impl); in Norm2AllModesSingleton()395 private Norm2AllModes allModes; field in Norm2AllModes.Norm2AllModesSingleton
301 return singleton.allModes; in getInstanceFromSingleton()338 return singleton.allModes; in getInstance()370 allModes=new Norm2AllModes(impl); in Norm2AllModesSingleton()376 private Norm2AllModes allModes; field in Norm2AllModes.Norm2AllModesSingleton
53 Norm2AllModes allModes = Norm2AllModes.getNFCInstance(); in CanonicalIterator() local54 nfd = allModes.decomp; in CanonicalIterator()55 nfcImpl = allModes.impl.ensureCanonIterData(); in CanonicalIterator()