Searched refs:nsLoc (Results 1 – 3 of 3) sorted by relevance
1480 ULocale nsLoc; in createInstance() local1492 nsLoc = new ULocale(nsLocID); in createInstance()1497 nsLoc = desiredLocale; in createInstance()1501 RuleBasedNumberFormat r = new RuleBasedNumberFormat(nsLoc,desiredRulesType); in createInstance()
1328 ULocale nsLoc; in createInstance() local1340 nsLoc = new ULocale(nsLocID); in createInstance()1345 nsLoc = desiredLocale; in createInstance()1349 RuleBasedNumberFormat r = new RuleBasedNumberFormat(nsLoc,desiredRulesType); in createInstance()
1424 Locale nsLoc; in makeInstance() local1437 nsLoc = Locale::createFromName(nsLocID.data()); in makeInstance()1444 nsLoc = desiredLocale; in makeInstance()1448 RuleBasedNumberFormat *r = new RuleBasedNumberFormat(desiredRulesType,nsLoc,status); in makeInstance()