Searched refs:defaultSub (Results 1 – 1 of 1) sorted by relevance
496 ResourceBundle defaultSub = defaultresource.get((int32_t)0, err); in TestOtherAPI() local497 ResourceBundle defSubCopy(defaultSub); in TestOtherAPI()498 if(strcmp(defSubCopy.getName(), defaultSub.getName() ) !=0 || in TestOtherAPI()499 strcmp(defSubCopy.getLocale().getName(), defaultSub.getLocale().getName() ) !=0 ){ in TestOtherAPI()511 p = defaultSub.clone(); in TestOtherAPI()512 if(p == &defaultSub || !equalRB(*p, defaultSub)) { in TestOtherAPI()