Lines Matching refs:allModes
147 Norm2AllModes *allModes=new Norm2AllModes(impl); in createInstance() local
148 if(allModes==NULL) { in createInstance()
153 return allModes; in createInstance()
222 const Norm2AllModes *allModes=Norm2AllModes::getNFCInstance(errorCode); in getNFCInstance() local
223 return allModes!=NULL ? &allModes->comp : NULL; in getNFCInstance()
228 const Norm2AllModes *allModes=Norm2AllModes::getNFCInstance(errorCode); in getNFDInstance() local
229 return allModes!=NULL ? &allModes->decomp : NULL; in getNFDInstance()
233 const Norm2AllModes *allModes=Norm2AllModes::getNFCInstance(errorCode); in getFCDInstance() local
234 return allModes!=NULL ? &allModes->fcd : NULL; in getFCDInstance()
238 const Norm2AllModes *allModes=Norm2AllModes::getNFCInstance(errorCode); in getFCCInstance() local
239 return allModes!=NULL ? &allModes->fcc : NULL; in getFCCInstance()
250 const Norm2AllModes *allModes=Norm2AllModes::getNFCInstance(errorCode); in getNFCImpl() local
251 return allModes!=NULL ? allModes->impl : NULL; in getNFCImpl()