Lines Matching refs:separators
773 // Trailing grouping separators are not OK.
792 // Parsing stops at comma as it is different from other separators
802 // C allows trailing separators when there is a prefix and suffix.
803 // H allows trailing separators only when there is just a prefix.
812 // H bails. Doesn't allow trailing separators when there is prefix and suffix.
836 // H bails b/c of trailing separators
839 // H, C, and P bail because of trailing separators
855 // separators in wrong place cause failure, no separators ok.
859 // JDK does allow separators in the wrong place and parses as -5347.25
866 // Strict doesn't allow separators in sci notation.
868 // H does not allow grouping separators in scientific notation.
875 // With strict digit separators don't have to be the right type
878 // In general the grouping separators have to match their expected
880 // have no separators at all.
882 // JDK doesn't require separators to be in the right place.
1616 test trailing grouping separators in pattern