Searched refs:allModes (Results 1 – 1 of 1) sorted by relevance
370 LocalPointer<Norm2AllModes> allModes(new Norm2AllModes); in createInstance() local371 if(allModes.isNull()) { in createInstance()375 allModes->impl.load(packageName, name, errorCode); in createInstance()376 return U_SUCCESS(errorCode) ? allModes.orphan() : NULL; in createInstance()426 static void U_CALLCONV deleteNorm2AllModes(void *allModes) { in deleteNorm2AllModes() argument427 delete (Norm2AllModes *)allModes; in deleteNorm2AllModes()443 Norm2AllModes *allModes=Norm2AllModesSingleton(nfcSingleton, "nfc").getInstance(errorCode); in getNFCInstance() local444 return allModes!=NULL ? &allModes->comp : NULL; in getNFCInstance()448 Norm2AllModes *allModes=Norm2AllModesSingleton(nfcSingleton, "nfc").getInstance(errorCode); in getNFDInstance() local449 return allModes!=NULL ? &allModes->decomp : NULL; in getNFDInstance()[all …]