Home | History | Annotate | Download | only in common

Lines Matching defs:allModes

441     LocalPointer<Norm2AllModes> allModes(new Norm2AllModes);
442 if(allModes.isNull()) {
446 allModes->impl.load(packageName, name, errorCode);
447 return U_SUCCESS(errorCode) ? allModes.orphan() : NULL;
484 static void U_CALLCONV deleteNorm2AllModes(void *allModes) {
485 delete (Norm2AllModes *)allModes;
629 Norm2AllModes *allModes=NULL;
633 allModes=nfcSingleton;
636 allModes=nfkcSingleton;
639 allModes=nfkc_cfSingleton;
642 if(allModes==NULL && U_SUCCESS(errorCode)) {
646 allModes=(Norm2AllModes *)uhash_get(cache, name);
649 if(allModes==NULL) {
671 uhash_put(cache, nameCopy, allModes=localAllModes.orphan(), &errorCode);
674 allModes=(Norm2AllModes *)temp;
679 if(allModes!=NULL && U_SUCCESS(errorCode)) {
682 return &allModes->comp;
684 return &allModes->decomp;
686 return &allModes->fcd;
688 return &allModes->fcc;