/external/icu4c/i18n/ |
fpositer.cpp | 102 UBool FieldPositionIterator::next(FieldPosition& fp) {
|
udateintervalformat.cpp | 87 FieldPosition fp;
|
choicfmt.cpp | 379 FieldPosition& status) const 391 FieldPosition& status) const 402 FieldPosition& /*pos*/) const 471 FieldPosition& pos, 500 FieldPosition& pos,
|
plurfmt.cpp | 204 FieldPosition& pos, 219 FieldPosition fpos(0); 226 FieldPosition fpos(0); 235 FieldPosition& pos, 243 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 { 202 format(*calClone, 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;
|
numfmt.cpp | 370 FieldPosition& pos, 382 FieldPosition& pos, 394 FieldPosition& pos, 502 FieldPosition& pos, 518 FieldPosition& pos, 599 FieldPosition& pos) const 623 FieldPosition pos(0); 633 FieldPosition pos(0); 643 FieldPosition pos(0); [all...] |
/external/icu4c/i18n/unicode/ |
tmutfmt.h | 172 * @see Format#format(const Formattable&, UnicodeString&, FieldPosition&, UErrorCode&) const 177 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/icu4c/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 | 87 FieldPosition pos(FieldPosition::DONT_CARE); 193 FieldPosition pos(i); 214 errln("Fail: FieldPosition not set right by DateFormat"); 320 FieldPosition poss(FieldPosition::DONT_CARE); 715 FieldPosition fp(UDAT_TIMEZONE_FIELD); 752 FieldPosition pos(FieldPosition::DONT_CARE); 955 FieldPosition pos(FieldPosition::DONT_CARE) [all...] |
dtifmtts.cpp | 159 FieldPosition pos = 0; 276 FieldPosition pos = 0; [all...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
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/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;
|
/libcore/luni/src/main/java/java/text/ |
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...] |
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...] |
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) { 566 private void append(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;
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
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...] |