• Home
  • Raw
  • Download

Lines Matching refs:allModes

155 static void U_CALLCONV deleteNorm2AllModes(void *allModes) {  in deleteNorm2AllModes()  argument
156 delete (Norm2AllModes *)allModes; in deleteNorm2AllModes()
189 const Norm2AllModes *allModes=Norm2AllModes::getNFKCInstance(errorCode); in getNFKCInstance() local
190 return allModes!=NULL ? &allModes->comp : NULL; in getNFKCInstance()
195 const Norm2AllModes *allModes=Norm2AllModes::getNFKCInstance(errorCode); in getNFKDInstance() local
196 return allModes!=NULL ? &allModes->decomp : NULL; in getNFKDInstance()
201 const Norm2AllModes *allModes=Norm2AllModes::getNFKC_CFInstance(errorCode); in getNFKCCasefoldInstance() local
202 return allModes!=NULL ? &allModes->comp : NULL; in getNFKCCasefoldInstance()
217 const Norm2AllModes *allModes=NULL; in getInstance() local
220 allModes=Norm2AllModes::getNFCInstance(errorCode); in getInstance()
222 allModes=Norm2AllModes::getNFKCInstance(errorCode); in getInstance()
224 allModes=Norm2AllModes::getNFKC_CFInstance(errorCode); in getInstance()
227 if(allModes==NULL && U_SUCCESS(errorCode)) { in getInstance()
231 allModes=(Norm2AllModes *)uhash_get(cache, name); in getInstance()
234 if(allModes==NULL) { in getInstance()
256 allModes=localAllModes.getAlias(); in getInstance()
260 allModes=(Norm2AllModes *)temp; in getInstance()
265 if(allModes!=NULL && U_SUCCESS(errorCode)) { in getInstance()
268 return &allModes->comp; in getInstance()
270 return &allModes->decomp; in getInstance()
272 return &allModes->fcd; in getInstance()
274 return &allModes->fcc; in getInstance()
305 const Norm2AllModes *allModes=Norm2AllModes::getNFKCInstance(errorCode); in getNFKCImpl() local
306 return allModes!=NULL ? allModes->impl : NULL; in getNFKCImpl()
311 const Norm2AllModes *allModes=Norm2AllModes::getNFKC_CFInstance(errorCode); in getNFKC_CFImpl() local
312 return allModes!=NULL ? allModes->impl : NULL; in getNFKC_CFImpl()