• Home
  • Raw
  • Download

Lines Matching refs:allModes

153 static void U_CALLCONV deleteNorm2AllModes(void *allModes) {  in deleteNorm2AllModes()  argument
154 delete (Norm2AllModes *)allModes; in deleteNorm2AllModes()
187 const Norm2AllModes *allModes=Norm2AllModes::getNFKCInstance(errorCode); in getNFKCInstance() local
188 return allModes!=NULL ? &allModes->comp : NULL; in getNFKCInstance()
193 const Norm2AllModes *allModes=Norm2AllModes::getNFKCInstance(errorCode); in getNFKDInstance() local
194 return allModes!=NULL ? &allModes->decomp : NULL; in getNFKDInstance()
199 const Norm2AllModes *allModes=Norm2AllModes::getNFKC_CFInstance(errorCode); in getNFKCCasefoldInstance() local
200 return allModes!=NULL ? &allModes->comp : NULL; in getNFKCCasefoldInstance()
215 const Norm2AllModes *allModes=NULL; in getInstance() local
218 allModes=Norm2AllModes::getNFCInstance(errorCode); in getInstance()
220 allModes=Norm2AllModes::getNFKCInstance(errorCode); in getInstance()
222 allModes=Norm2AllModes::getNFKC_CFInstance(errorCode); in getInstance()
225 if(allModes==NULL && U_SUCCESS(errorCode)) { in getInstance()
229 allModes=(Norm2AllModes *)uhash_get(cache, name); in getInstance()
232 if(allModes==NULL) { in getInstance()
254 allModes=localAllModes.getAlias(); in getInstance()
258 allModes=(Norm2AllModes *)temp; in getInstance()
263 if(allModes!=NULL && U_SUCCESS(errorCode)) { in getInstance()
266 return &allModes->comp; in getInstance()
268 return &allModes->decomp; in getInstance()
270 return &allModes->fcd; in getInstance()
272 return &allModes->fcc; in getInstance()
303 const Norm2AllModes *allModes=Norm2AllModes::getNFKCInstance(errorCode); in getNFKCImpl() local
304 return allModes!=NULL ? allModes->impl : NULL; in getNFKCImpl()
309 const Norm2AllModes *allModes=Norm2AllModes::getNFKC_CFInstance(errorCode); in getNFKC_CFImpl() local
310 return allModes!=NULL ? allModes->impl : NULL; in getNFKC_CFImpl()