• Home
  • Raw
  • Download

Lines Matching refs:allModes

167 static void U_CALLCONV deleteNorm2AllModes(void *allModes) {  in deleteNorm2AllModes()  argument
168 delete (Norm2AllModes *)allModes; in deleteNorm2AllModes()
219 const Norm2AllModes *allModes=Norm2AllModes::getNFCInstance(errorCode); in getNFCInstance() local
220 return allModes!=NULL ? &allModes->comp : NULL; in getNFCInstance()
225 const Norm2AllModes *allModes=Norm2AllModes::getNFCInstance(errorCode); in getNFDInstance() local
226 return allModes!=NULL ? &allModes->decomp : NULL; in getNFDInstance()
230 const Norm2AllModes *allModes=Norm2AllModes::getNFCInstance(errorCode); in getFCDInstance() local
231 return allModes!=NULL ? &allModes->fcd : NULL; in getFCDInstance()
235 const Norm2AllModes *allModes=Norm2AllModes::getNFCInstance(errorCode); in getFCCInstance() local
236 return allModes!=NULL ? &allModes->fcc : NULL; in getFCCInstance()
241 const Norm2AllModes *allModes=Norm2AllModes::getNFCInstance(errorCode); in getNFCImpl() local
242 return allModes!=NULL ? allModes->impl : NULL; in getNFCImpl()
248 const Norm2AllModes *allModes=Norm2AllModes::getNFKCInstance(errorCode); in getNFKCInstance() local
249 return allModes!=NULL ? &allModes->comp : NULL; in getNFKCInstance()
254 const Norm2AllModes *allModes=Norm2AllModes::getNFKCInstance(errorCode); in getNFKDInstance() local
255 return allModes!=NULL ? &allModes->decomp : NULL; in getNFKDInstance()
260 const Norm2AllModes *allModes=Norm2AllModes::getNFKC_CFInstance(errorCode); in getNFKCCasefoldInstance() local
261 return allModes!=NULL ? &allModes->comp : NULL; in getNFKCCasefoldInstance()
276 const Norm2AllModes *allModes=NULL; in getInstance() local
279 allModes=Norm2AllModes::getNFCInstance(errorCode); in getInstance()
281 allModes=Norm2AllModes::getNFKCInstance(errorCode); in getInstance()
283 allModes=Norm2AllModes::getNFKC_CFInstance(errorCode); in getInstance()
286 if(allModes==NULL && U_SUCCESS(errorCode)) { in getInstance()
290 allModes=(Norm2AllModes *)uhash_get(cache, name); in getInstance()
293 if(allModes==NULL) { in getInstance()
316 allModes=localAllModes.getAlias(); in getInstance()
320 allModes=(Norm2AllModes *)temp; in getInstance()
325 if(allModes!=NULL && U_SUCCESS(errorCode)) { in getInstance()
328 return &allModes->comp; in getInstance()
330 return &allModes->decomp; in getInstance()
332 return &allModes->fcd; in getInstance()
334 return &allModes->fcc; in getInstance()
365 const Norm2AllModes *allModes=Norm2AllModes::getNFKCInstance(errorCode); in getNFKCImpl() local
366 return allModes!=NULL ? allModes->impl : NULL; in getNFKCImpl()
371 const Norm2AllModes *allModes=Norm2AllModes::getNFKC_CFInstance(errorCode); in getNFKC_CFImpl() local
372 return allModes!=NULL ? allModes->impl : NULL; in getNFKC_CFImpl()