Home | History | Annotate | Download | only in common

Lines Matching refs:nfkcSingleton

456 static Norm2AllModes *nfkcSingleton;
471 nfkcSingleton = Norm2AllModes::createInstance(NULL, "nfkc", errorCode);
491 delete nfkcSingleton;
492 nfkcSingleton = NULL;
530 return nfkcSingleton!=NULL ? &nfkcSingleton->comp : NULL;
535 return nfkcSingleton!=NULL ? &nfkcSingleton->decomp : NULL;
578 return nfkcSingleton!=NULL ? &nfkcSingleton->impl : NULL;
636 allModes=nfkcSingleton;