| /libcore/luni/src/main/java/libcore/icu/ |
| NativeDecimalFormat.java | 25 import java.text.FieldPosition; 115 private static int translateFieldId(FieldPosition fp) { 283 public char[] formatBigDecimal(BigDecimal value, FieldPosition field) { 292 public char[] formatBigInteger(BigInteger value, FieldPosition field) { 301 public char[] formatLong(long value, FieldPosition field) { 310 public char[] formatDouble(double value, FieldPosition field) { 319 private static void updateFieldPosition(FieldPosition fp, FieldPositionIterator fpi) { 583 public static FieldPositionIterator forFieldPosition(FieldPosition fp) {
|
| /external/chromium_org/third_party/icu/source/i18n/unicode/ |
| tmutfmt.h | 174 * @see Format#format(const Formattable&, UnicodeString&, FieldPosition&, UErrorCode&) const 179 FieldPosition& pos,
|
| datefmt.h | 84 * FieldPosition pos(DateFormat::YEAR_FIELD); 127 * FieldPosition to allow you to 233 FieldPosition& pos, 259 * On input, the FieldPosition parameter may have its "field" member filled with 260 * an enum value specifying a field. On output, the FieldPosition will be filled 263 * "1996.07.10 AD at 15:08:56 PDT", if the given fieldPosition.field is 264 * UDAT_YEAR_FIELD, the offsets fieldPosition.beginIndex and 271 * DateFormat::TIMEZONE_FIELD, the offsets fieldPosition.beginIndex and 272 * fieldPosition.getEndIndex will be set to 5 and 8, respectively, for the first 283 * @param fieldPosition On input: an alignment field, if desired (see examples above [all...] |
| /external/chromium_org/third_party/icu/source/test/intltest/ |
| tfsmalls.cpp | 101 FieldPosition pos(NumberFormat::INTEGER_FIELD); 121 FieldPosition fp( 7 ); 129 FieldPosition* fph = new FieldPosition( 3 ); 372 if (exec) logln("TestSuite Format/SmallClasses/FieldPosition (f/chc/sma/fp): ");
|
| dtifmtts.cpp | 220 FieldPosition pos = 0; [all...] |
| dtfmrgts.cpp | 85 FieldPosition pos(FieldPosition::DONT_CARE); 191 FieldPosition pos(i); 212 errln("Fail: FieldPosition not set right by DateFormat"); 318 FieldPosition poss(FieldPosition::DONT_CARE); 711 FieldPosition fp(UDAT_TIMEZONE_FIELD); 748 FieldPosition pos(FieldPosition::DONT_CARE); 951 FieldPosition pos(FieldPosition::DONT_CARE) [all...] |
| /external/icu/icu4c/source/i18n/ |
| udateintervalformat.cpp | 87 FieldPosition fp;
|
| measfmt.cpp | 556 FieldPosition &pos, 582 FieldPosition &pos, 600 if (pos.getField() != FieldPosition::DONT_CARE) { 717 FieldPosition &pos, 829 FieldPosition intFieldPosition(UNUM_INTEGER_FIELD); 840 FieldPosition smallestFieldPosition(smallestField); 902 FieldPosition& pos, 907 FieldPosition dontCare(FieldPosition::DONT_CARE); 908 FieldPosition fpos(pos.getField()) [all...] |
| winnmfmt.cpp | 210 UnicodeString& Win32NumberFormat::format(double number, UnicodeString& appendTo, FieldPosition& pos) const 215 UnicodeString& Win32NumberFormat::format(int32_t number, UnicodeString& appendTo, FieldPosition& pos) const 220 UnicodeString& Win32NumberFormat::format(int64_t number, UnicodeString& appendTo, FieldPosition& pos) const
|
| choicfmt.cpp | 379 FieldPosition& status) const 391 FieldPosition& status) const 402 FieldPosition& /*pos*/) const 471 FieldPosition& pos,
|
| nfrule.h | 22 class FieldPosition;
|
| /external/icu/icu4c/source/test/intltest/ |
| tfsmalls.cpp | 101 FieldPosition pos(NumberFormat::INTEGER_FIELD); 121 FieldPosition fp( 7 ); 129 FieldPosition* fph = new FieldPosition( 3 ); 372 if (exec) logln("TestSuite Format/SmallClasses/FieldPosition (f/chc/sma/fp): ");
|
| dtfmrgts.cpp | 90 FieldPosition pos(FieldPosition::DONT_CARE); 196 FieldPosition pos(i); 217 errln("Fail: FieldPosition not set right by DateFormat"); 323 FieldPosition poss(FieldPosition::DONT_CARE); 718 FieldPosition fp(UDAT_TIMEZONE_FIELD); 755 FieldPosition pos(FieldPosition::DONT_CARE); 958 FieldPosition pos(FieldPosition::DONT_CARE) [all...] |
| /external/emma/core/java12/com/vladium/emma/report/ |
| IItemAttribute.java | 12 import java.text.FieldPosition; 205 m_fieldPosition = new FieldPosition (DecimalFormat.INTEGER_FIELD); 224 private final FieldPosition m_fieldPosition;
|
| /external/icu/icu4c/source/i18n/unicode/ |
| datefmt.h | 93 * FieldPosition pos(DateFormat::YEAR_FIELD); 136 * FieldPosition to allow you to 242 FieldPosition& pos, 268 * On input, the FieldPosition parameter may have its "field" member filled with 269 * an enum value specifying a field. On output, the FieldPosition will be filled 272 * "1996.07.10 AD at 15:08:56 PDT", if the given fieldPosition.field is 273 * UDAT_YEAR_FIELD, the offsets fieldPosition.beginIndex and 280 * DateFormat::TIMEZONE_FIELD, the offsets fieldPosition.beginIndex and 281 * fieldPosition.getEndIndex will be set to 5 and 8, respectively, for the first 292 * @param fieldPosition On input: an alignment field, if desired (see examples above [all...] |
| decimfmt.h | [all...] |
| /libcore/luni/src/main/java/java/text/ |
| SimpleDateFormat.java | 471 ArrayList<FieldPosition> fields = new ArrayList<FieldPosition>(); 480 for (FieldPosition pos : fields) { 492 * If the FieldPosition {@code field} is not null, and the field 493 * specified by this FieldPosition is formatted, set the begin and end index 494 * of the formatted field in the FieldPosition. 505 * FieldPosition to set begin and end index of the field 515 FieldPosition field, List<FieldPosition> fields) { 567 private void append(StringBuffer buffer, FieldPosition position [all...] |
| MessageFormat.java | 516 formatImpl((Object[]) object, buffer, new FieldPosition(0), fields); 534 * If the {@code field} member of the specified {@code FieldPosition} is 537 * message format argument. Otherwise, the {@code FieldPosition} is ignored. 549 FieldPosition field) { 554 FieldPosition position, List<FieldContainer> fields) { 555 FieldPosition passedField = new FieldPosition(0); 607 FieldPosition position, List<FieldContainer> fields) { 674 * If the {@code field} member of the specified {@code FieldPosition} is 677 * message format argument. Otherwise, the {@code FieldPosition} is ignored [all...] |
| DateFormat.java | 106 * The {@code FieldPosition} selector for 'G' field alignment, corresponds 112 * The {@code FieldPosition} selector for 'y' field alignment, corresponds 118 * The {@code FieldPosition} selector for 'M' field alignment, corresponds 124 * The {@code FieldPosition} selector for 'd' field alignment, corresponds 130 * The {@code FieldPosition} selector for 'k' field alignment, corresponds 138 * The {@code FieldPosition} selector for 'H' field alignment, corresponds 146 * FieldPosition selector for 'm' field alignment, corresponds to the 152 * FieldPosition selector for 's' field alignment, corresponds to the 158 * FieldPosition selector for 'S' field alignment, corresponds to the 164 * FieldPosition selector for 'E' field alignment, corresponds to th [all...] |
| DecimalFormat.java | 668 private void checkBufferAndFieldPosition(StringBuffer buffer, FieldPosition position) { 678 public StringBuffer format(double value, StringBuffer buffer, FieldPosition position) { 685 public StringBuffer format(long value, StringBuffer buffer, FieldPosition position) { 692 public final StringBuffer format(Object number, StringBuffer buffer, FieldPosition position) { [all...] |
| /external/chromium_org/third_party/icu/source/i18n/ |
| choicfmt.cpp | 620 FieldPosition& status) const 633 FieldPosition& status) const 644 FieldPosition& /*pos*/) const 676 FieldPosition& pos, 703 FieldPosition& pos,
|
| datefmt.cpp | 112 FieldPosition& fieldPosition, 136 //if (fieldPosition.getBeginIndex() == fieldPosition.getEndIndex()) 139 return format(date, appendTo, fieldPosition); 171 //if (fieldPosition.getBeginIndex() == fieldPosition.getEndIndex()) 194 DateFormat::format(UDate date, UnicodeString& appendTo, FieldPosition& fieldPosition) const { 200 return format(*fCalendar, appendTo, fieldPosition); [all...] |
| winnmfmt.cpp | 201 UnicodeString& Win32NumberFormat::format(double number, UnicodeString& appendTo, FieldPosition& pos) const 206 UnicodeString& Win32NumberFormat::format(int32_t number, UnicodeString& appendTo, FieldPosition& pos) const 211 UnicodeString& Win32NumberFormat::format(int64_t number, UnicodeString& appendTo, FieldPosition& pos) const
|
| nfrule.h | 22 class FieldPosition;
|
| reldtfmt.cpp | 117 FieldPosition& pos) const { 145 FieldPosition timepos = pos; 169 FieldPosition& pos, 277 FieldPosition pos;
|