Searched refs:desiredRulesType (Results 1 – 3 of 3) sorted by relevance
1481 int desiredRulesType = RuleBasedNumberFormat.NUMBERING_SYSTEM; in createInstance() local1494 desiredRulesType = RuleBasedNumberFormat.SPELLOUT; in createInstance()1501 RuleBasedNumberFormat r = new RuleBasedNumberFormat(nsLoc,desiredRulesType); in createInstance()
1329 int desiredRulesType = RuleBasedNumberFormat.NUMBERING_SYSTEM; in createInstance() local1342 desiredRulesType = RuleBasedNumberFormat.SPELLOUT; in createInstance()1349 RuleBasedNumberFormat r = new RuleBasedNumberFormat(nsLoc,desiredRulesType); in createInstance()
1425 URBNFRuleSetTag desiredRulesType = URBNF_NUMBERING_SYSTEM; in makeInstance() local1441 desiredRulesType = URBNF_SPELLOUT; in makeInstance()1448 RuleBasedNumberFormat *r = new RuleBasedNumberFormat(desiredRulesType,nsLoc,status); in makeInstance()