Searched refs:kPerMillSymbol (Results 1 – 8 of 8) sorted by relevance
71 UnicodeString perMill = en.getSymbol(DecimalFormatSymbols::kPerMillSymbol); in testSymbols()72 fr.setSymbol(DecimalFormatSymbols::kPerMillSymbol, perMill); in testSymbols()73 …if(fr.getSymbol(DecimalFormatSymbols::kPerMillSymbol) != en.getSymbol(DecimalFormatSymbols::kPerMi… in testSymbols()
2353 sym.setSymbol(DecimalFormatSymbols::kPerMillSymbol, (UChar)0x5e);2365 sym.setSymbol(DecimalFormatSymbols::kPerMillSymbol, (UChar)0x2030);
2541 sym.setSymbol(DecimalFormatSymbols::kPerMillSymbol, ctou("m")); in TestPerMill()
116 kPerMillSymbol, enumerator
426 fSymbols[kPerMillSymbol] = (UChar)0x2030; // '%o' per mill in initialize()
118 DecimalFormatSymbols::kPerMillSymbol); in useSymbols()
629 fPermill = symbols.getConstSymbol(DecimalFormatSymbols::kPerMillSymbol); in setDecimalFormatSymbols()
2187 affix = &fImpl->getConstSymbol(DecimalFormatSymbols::kPerMillSymbol); in compareComplexAffix()