Lines Matching refs:allModes
221 Norm2AllModes *allModes=new Norm2AllModes(impl); in createInstance() local
222 if(allModes==NULL) { in createInstance()
227 return allModes; in createInstance()
264 const Norm2AllModes *allModes=Norm2AllModes::getNFCInstance(errorCode); in getNFCInstance() local
265 return allModes!=NULL ? &allModes->comp : NULL; in getNFCInstance()
270 const Norm2AllModes *allModes=Norm2AllModes::getNFCInstance(errorCode); in getNFDInstance() local
271 return allModes!=NULL ? &allModes->decomp : NULL; in getNFDInstance()
275 const Norm2AllModes *allModes=Norm2AllModes::getNFCInstance(errorCode); in getFCDInstance() local
276 return allModes!=NULL ? &allModes->fcd : NULL; in getFCDInstance()
280 const Norm2AllModes *allModes=Norm2AllModes::getNFCInstance(errorCode); in getFCCInstance() local
281 return allModes!=NULL ? &allModes->fcc : NULL; in getFCCInstance()
286 const Norm2AllModes *allModes=Norm2AllModes::getNFCInstance(errorCode); in getNFCImpl() local
287 return allModes!=NULL ? allModes->impl : NULL; in getNFCImpl()