Searched refs:int_fr (Results 1 – 1 of 1) sorted by relevance
57 NumberFormat int_fr = NumberFormat.getIntegerInstance(Locale.FRENCH); in TestAPI() local63 logln("Int_fr : " + int_fr.format(1234.5)); in TestAPI()