Home | History | Annotate | Download | only in intltest

Lines Matching defs:ref

2583     /*0*/ "ref=", // <reference pattern to parse numbers>
2638 DecimalFormat *ref = 0, *fmt = 0;
2652 // ref= <reference pattern>
2654 delete ref;
2655 ref = new DecimalFormat(tok,
2694 ref->parse(num, n, ec);
2701 ref->parse(num, n, ec);
2718 ref->parse(expstr, exp, ec);
2752 parseCurrencyAmount(currAmt, *ref, (UChar)0x2F/*'/'*/, n, ec);
2759 parseCurrencyAmount(currAmt, *ref, (UChar)0x2F/*'/'*/, n, ec);
2837 delete ref;