HomeSort by relevance Sort by last modified time
    Searched refs:FormattedNumber (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/llvm/include/llvm/Support/
Format.h 142 class FormattedNumber {
152 FormattedNumber(uint64_t HV, int64_t DV, unsigned W, bool H, bool U,
164 inline FormattedNumber format_hex(uint64_t N, unsigned Width,
167 return FormattedNumber(N, 0, Width, true, Upper, true);
177 inline FormattedNumber format_hex_no_prefix(uint64_t N, unsigned Width,
180 return FormattedNumber(N, 0, Width, true, Upper, false);
189 inline FormattedNumber format_decimal(int64_t N, unsigned Width) {
190 return FormattedNumber(0, N, Width, false, false, false);
  /external/icu/icu4c/source/i18n/
number_fluent.cpp 249 FormattedNumber LocalizedNumberFormatter::formatInt(int64_t value, UErrorCode &status) const {
250 if (U_FAILURE(status)) { return FormattedNumber(U_ILLEGAL_ARGUMENT_ERROR); }
254 return FormattedNumber(status);
260 FormattedNumber LocalizedNumberFormatter::formatDouble(double value, UErrorCode &status) const {
261 if (U_FAILURE(status)) { return FormattedNumber(U_ILLEGAL_ARGUMENT_ERROR); }
265 return FormattedNumber(status);
271 FormattedNumber LocalizedNumberFormatter::formatDecimal(StringPiece value, UErrorCode &status) const {
272 if (U_FAILURE(status)) { return FormattedNumber(U_ILLEGAL_ARGUMENT_ERROR); }
276 return FormattedNumber(status);
282 FormattedNumber
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/number/
LocalizedNumberFormatter.java 47 * @return A FormattedNumber object; call .toString() to get the string.
51 public FormattedNumber format(long input) {
61 * @return A FormattedNumber object; call .toString() to get the string.
65 public FormattedNumber format(double input) {
75 * @return A FormattedNumber object; call .toString() to get the string.
79 public FormattedNumber format(Number input) {
93 * @return A FormattedNumber object; call .toString() to get the string.
97 public FormattedNumber format(Measure input) {
129 public FormattedNumber format(DecimalQuantity fq) {
145 return new FormattedNumber(string, fq, micros)
    [all...]
FormattedNumber.java 26 public class FormattedNumber {
31 FormattedNumber(NumberStringBuilder nsb, DecimalQuantity fq, MicroProps micros) {
197 if (!(other instanceof FormattedNumber))
201 FormattedNumber _other = (FormattedNumber) other;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
LocalizedNumberFormatter.java 46 * @return A FormattedNumber object; call .toString() to get the string.
51 public FormattedNumber format(long input) {
61 * @return A FormattedNumber object; call .toString() to get the string.
66 public FormattedNumber format(double input) {
76 * @return A FormattedNumber object; call .toString() to get the string.
81 public FormattedNumber format(Number input) {
95 * @return A FormattedNumber object; call .toString() to get the string.
100 public FormattedNumber format(Measure input) {
132 public FormattedNumber format(DecimalQuantity fq) {
148 return new FormattedNumber(string, fq, micros)
    [all...]
FormattedNumber.java 25 public class FormattedNumber {
30 FormattedNumber(NumberStringBuilder nsb, DecimalQuantity fq, MicroProps micros) {
203 if (!(other instanceof FormattedNumber))
207 FormattedNumber _other = (FormattedNumber) other;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Format.h 155 class FormattedNumber {
165 FormattedNumber(uint64_t HV, int64_t DV, unsigned W, bool H, bool U,
177 inline FormattedNumber format_hex(uint64_t N, unsigned Width,
180 return FormattedNumber(N, 0, Width, true, Upper, true);
190 inline FormattedNumber format_hex_no_prefix(uint64_t N, unsigned Width,
193 return FormattedNumber(N, 0, Width, true, Upper, false);
202 inline FormattedNumber format_decimal(int64_t N, unsigned Width) {
203 return FormattedNumber(0, N, Width, false, false, false);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Format.h 155 class FormattedNumber {
165 FormattedNumber(uint64_t HV, int64_t DV, unsigned W, bool H, bool U,
177 inline FormattedNumber format_hex(uint64_t N, unsigned Width,
180 return FormattedNumber(N, 0, Width, true, Upper, true);
190 inline FormattedNumber format_hex_no_prefix(uint64_t N, unsigned Width,
193 return FormattedNumber(N, 0, Width, true, Upper, false);
202 inline FormattedNumber format_decimal(int64_t N, unsigned Width) {
203 return FormattedNumber(0, N, Width, false, false, false);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Format.h 155 class FormattedNumber {
165 FormattedNumber(uint64_t HV, int64_t DV, unsigned W, bool H, bool U,
177 inline FormattedNumber format_hex(uint64_t N, unsigned Width,
180 return FormattedNumber(N, 0, Width, true, Upper, true);
190 inline FormattedNumber format_hex_no_prefix(uint64_t N, unsigned Width,
193 return FormattedNumber(N, 0, Width, true, Upper, false);
202 inline FormattedNumber format_decimal(int64_t N, unsigned Width) {
203 return FormattedNumber(0, N, Width, false, false, false);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Format.h 155 class FormattedNumber {
165 FormattedNumber(uint64_t HV, int64_t DV, unsigned W, bool H, bool U,
177 inline FormattedNumber format_hex(uint64_t N, unsigned Width,
180 return FormattedNumber(N, 0, Width, true, Upper, true);
190 inline FormattedNumber format_hex_no_prefix(uint64_t N, unsigned Width,
193 return FormattedNumber(N, 0, Width, true, Upper, false);
202 inline FormattedNumber format_decimal(int64_t N, unsigned Width) {
203 return FormattedNumber(0, N, Width, false, false, false);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Format.h 155 class FormattedNumber {
165 FormattedNumber(uint64_t HV, int64_t DV, unsigned W, bool H, bool U,
177 inline FormattedNumber format_hex(uint64_t N, unsigned Width,
180 return FormattedNumber(N, 0, Width, true, Upper, true);
190 inline FormattedNumber format_hex_no_prefix(uint64_t N, unsigned Width,
193 return FormattedNumber(N, 0, Width, true, Upper, false);
202 inline FormattedNumber format_decimal(int64_t N, unsigned Width) {
203 return FormattedNumber(0, N, Width, false, false, false);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Format.h 155 class FormattedNumber {
165 FormattedNumber(uint64_t HV, int64_t DV, unsigned W, bool H, bool U,
177 inline FormattedNumber format_hex(uint64_t N, unsigned Width,
180 return FormattedNumber(N, 0, Width, true, Upper, true);
190 inline FormattedNumber format_hex_no_prefix(uint64_t N, unsigned Width,
193 return FormattedNumber(N, 0, Width, true, Upper, false);
202 inline FormattedNumber format_decimal(int64_t N, unsigned Width) {
203 return FormattedNumber(0, N, Width, false, false, false);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Format.h 155 class FormattedNumber {
165 FormattedNumber(uint64_t HV, int64_t DV, unsigned W, bool H, bool U,
177 inline FormattedNumber format_hex(uint64_t N, unsigned Width,
180 return FormattedNumber(N, 0, Width, true, Upper, true);
190 inline FormattedNumber format_hex_no_prefix(uint64_t N, unsigned Width,
193 return FormattedNumber(N, 0, Width, true, Upper, false);
202 inline FormattedNumber format_decimal(int64_t N, unsigned Width) {
203 return FormattedNumber(0, N, Width, false, false, false);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Format.h 164 class FormattedNumber {
174 FormattedNumber(uint64_t HV, int64_t DV, unsigned W, bool H, bool U,
186 inline FormattedNumber format_hex(uint64_t N, unsigned Width,
189 return FormattedNumber(N, 0, Width, true, Upper, true);
199 inline FormattedNumber format_hex_no_prefix(uint64_t N, unsigned Width,
202 return FormattedNumber(N, 0, Width, true, Upper, false);
211 inline FormattedNumber format_decimal(int64_t N, unsigned Width) {
212 return FormattedNumber(0, N, Width, false, false, false);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Format.h 164 class FormattedNumber {
174 FormattedNumber(uint64_t HV, int64_t DV, unsigned W, bool H, bool U,
186 inline FormattedNumber format_hex(uint64_t N, unsigned Width,
189 return FormattedNumber(N, 0, Width, true, Upper, true);
199 inline FormattedNumber format_hex_no_prefix(uint64_t N, unsigned Width,
202 return FormattedNumber(N, 0, Width, true, Upper, false);
211 inline FormattedNumber format_decimal(int64_t N, unsigned Width) {
212 return FormattedNumber(0, N, Width, false, false, false);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Format.h 164 class FormattedNumber {
174 FormattedNumber(uint64_t HV, int64_t DV, unsigned W, bool H, bool U,
186 inline FormattedNumber format_hex(uint64_t N, unsigned Width,
189 return FormattedNumber(N, 0, Width, true, Upper, true);
199 inline FormattedNumber format_hex_no_prefix(uint64_t N, unsigned Width,
202 return FormattedNumber(N, 0, Width, true, Upper, false);
211 inline FormattedNumber format_decimal(int64_t N, unsigned Width) {
212 return FormattedNumber(0, N, Width, false, false, false);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Format.h 164 class FormattedNumber {
174 FormattedNumber(uint64_t HV, int64_t DV, unsigned W, bool H, bool U,
186 inline FormattedNumber format_hex(uint64_t N, unsigned Width,
189 return FormattedNumber(N, 0, Width, true, Upper, true);
199 inline FormattedNumber format_hex_no_prefix(uint64_t N, unsigned Width,
202 return FormattedNumber(N, 0, Width, true, Upper, false);
211 inline FormattedNumber format_decimal(int64_t N, unsigned Width) {
212 return FormattedNumber(0, N, Width, false, false, false);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Format.h 164 class FormattedNumber {
174 FormattedNumber(uint64_t HV, int64_t DV, unsigned W, bool H, bool U,
186 inline FormattedNumber format_hex(uint64_t N, unsigned Width,
189 return FormattedNumber(N, 0, Width, true, Upper, true);
199 inline FormattedNumber format_hex_no_prefix(uint64_t N, unsigned Width,
202 return FormattedNumber(N, 0, Width, true, Upper, false);
211 inline FormattedNumber format_decimal(int64_t N, unsigned Width) {
212 return FormattedNumber(0, N, Width, false, false, false);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Format.h 164 class FormattedNumber {
174 FormattedNumber(uint64_t HV, int64_t DV, unsigned W, bool H, bool U,
186 inline FormattedNumber format_hex(uint64_t N, unsigned Width,
189 return FormattedNumber(N, 0, Width, true, Upper, true);
199 inline FormattedNumber format_hex_no_prefix(uint64_t N, unsigned Width,
202 return FormattedNumber(N, 0, Width, true, Upper, false);
211 inline FormattedNumber format_decimal(int64_t N, unsigned Width) {
212 return FormattedNumber(0, N, Width, false, false, false);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Format.h 164 class FormattedNumber {
174 FormattedNumber(uint64_t HV, int64_t DV, unsigned W, bool H, bool U,
186 inline FormattedNumber format_hex(uint64_t N, unsigned Width,
189 return FormattedNumber(N, 0, Width, true, Upper, true);
199 inline FormattedNumber format_hex_no_prefix(uint64_t N, unsigned Width,
202 return FormattedNumber(N, 0, Width, true, Upper, false);
211 inline FormattedNumber format_decimal(int64_t N, unsigned Width) {
212 return FormattedNumber(0, N, Width, false, false, false);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
Format.h 164 class FormattedNumber {
174 FormattedNumber(uint64_t HV, int64_t DV, unsigned W, bool H, bool U,
186 inline FormattedNumber format_hex(uint64_t N, unsigned Width,
189 return FormattedNumber(N, 0, Width, true, Upper, true);
199 inline FormattedNumber format_hex_no_prefix(uint64_t N, unsigned Width,
202 return FormattedNumber(N, 0, Width, true, Upper, false);
211 inline FormattedNumber format_decimal(int64_t N, unsigned Width) {
212 return FormattedNumber(0, N, Width, false, false, false);
  /external/icu/icu4c/source/i18n/unicode/
numberformatter.h 279 class FormattedNumber;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
InputHandler.c 487 CHAR16 FormattedNumber[MAX_NUMERIC_INPUT_WIDTH - 1];
828 ZeroMem (FormattedNumber, 21 * sizeof (CHAR16));
834 UnicodeSPrint (FormattedNumber, 21 * sizeof (CHAR16), L"%04d", (UINT16) EditValue);
839 UnicodeSPrint (FormattedNumber, 21 * sizeof (CHAR16), L"%02d", (UINT8) EditValue);
844 FormattedNumber[EraseLen - 2] = DATE_SEPARATOR;
847 FormattedNumber[EraseLen - 1] = DATE_SEPARATOR;
850 UnicodeSPrint (FormattedNumber, 21 * sizeof (CHAR16), L"%02d", (UINT8) EditValue);
854 FormattedNumber[EraseLen - 2] = TIME_SEPARATOR;
857 FormattedNumber[EraseLen - 1] = TIME_SEPARATOR;
861 PrintFormattedNumber (Question, FormattedNumber, 21 * sizeof (CHAR16));
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DecimalFormat.java 26 import android.icu.number.FormattedNumber;
688 FormattedNumber output = formatter.format(number);
699 FormattedNumber output = formatter.format(number)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DecimalFormat.java 25 import com.ibm.icu.number.FormattedNumber;
697 FormattedNumber output = formatter.format(number);
710 FormattedNumber output = formatter.format(number)
    [all...]

Completed in 1099 milliseconds

1 2 3