Searched refs:defaultSub (Results 1 – 1 of 1) sorted by relevance
493 ResourceBundle defaultSub = defaultresource.get((int32_t)0, err); in TestOtherAPI() local494 ResourceBundle defSubCopy(defaultSub); in TestOtherAPI()495 if(strcmp(defSubCopy.getName(), defaultSub.getName() ) !=0 || in TestOtherAPI()496 strcmp(defSubCopy.getLocale().getName(), defaultSub.getLocale().getName() ) !=0 ){ in TestOtherAPI()508 p = defaultSub.clone(); in TestOtherAPI()509 if(p == &defaultSub || !equalRB(*p, defaultSub)) { in TestOtherAPI()