Home | History | Annotate | Download | only in common

Lines Matching refs:nfkc_cfSingleton

457 static Norm2AllModes *nfkc_cfSingleton;
473 nfkc_cfSingleton = Norm2AllModes::createInstance(NULL, "nfkc_cf", errorCode);
493 delete nfkc_cfSingleton;
494 nfkc_cfSingleton = NULL;
540 return nfkc_cfSingleton!=NULL ? &nfkc_cfSingleton->comp : NULL;
584 return nfkc_cfSingleton!=NULL ? &nfkc_cfSingleton->impl : NULL;
639 allModes=nfkc_cfSingleton;