HomeSort by relevance Sort by last modified time
    Searched defs:digits (Results 151 - 175 of 387) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/mdnsresponder/Clients/
dns-sd.c 772 const unsigned char *digits = (const unsigned char *)&publicAddress; local
775 snprintf(addr, sizeof(addr), "%d.%d.%d.%d", digits[0], digits[1], digits[2], digits[3]);
    [all...]
  /external/mdnsresponder/mDNSShared/
DebugServices.c 1228 const char *digits = "0123456789ABCDEF"; local
    [all...]
  /external/mksh/src/
var.c 400 const char *digits = (vp->flag & UCASEV_AL) ? local
428 *--s = digits[n % base];
433 *--s = digits[base % 10];
435 *--s = digits[base / 10];
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
strutil.cc 301 // The implementation of \x parses any positive number of hex digits,
350 case '0': case '1': case '2': case '3': // octal digit: 1 to 3 digits
372 while (isxdigit(p[1])) // arbitrarily many hex digits
382 // \uhhhh => convert 4 hex digits to UTF-8
390 << "\\u must be followed by 4 hex digits: \\"
399 // \Uhhhhhhhh => convert 8 hex digits to UTF-8
418 << "\\U must be followed by 8 hex digits: \\"
708 // loop over digits
749 // loop over digits
969 int digits; local
1060 int digits; local
    [all...]
  /external/python/cpython3/Modules/_decimal/libmpdec/
mpdecimal.h 154 /* type for exp, digits, len, prec */
375 mpd_ssize_t digits; member in struct:mpd_t
392 mpd_ssize_t prec; /* fraction digits or significant digits */
399 const char *grouping; /* grouping of digits */
    [all...]
  /frameworks/base/core/java/android/widget/
TimePickerClockDelegate.java 335 final String[] digits = DecimalFormatSymbols.getInstance(mLocale).getDigitStrings(); local
338 maxCharLength = Math.max(maxCharLength, digits[i].length());
    [all...]
  /libcore/luni/src/main/java/java/math/
BigInteger.java 54 transient int[] digits; field in class:BigInteger
58 * digits.length().
113 * @param digits a reference of some array created before.
115 BigInteger(int sign, int numberLength, int[] digits) {
116 setJavaRepresentation(sign, numberLength, digits);
136 int[] digits = new int[numberLength]; local
138 digits[i] = random.nextInt();
141 digits[numberLength - 1] >>>= (-numBits) & 31;
142 setJavaRepresentation(sign, numberLength, digits);
207 * non-empty sequence of decimal digits. Digits are interpreted as if b
358 int[] digits = (sign != 0) ? bigInt.littleEndianIntsMagnitude() : new int[] { 0 }; local
1188 int[] digits = new int[bigRadixDigitsLength]; local
    [all...]
  /libcore/ojluni/src/main/java/java/text/
DecimalFormat.java 64 * locale, including support for Western, Arabic, and Indic digits. It also
137 * serves only to specify the negative prefix and suffix; the number of digits,
138 * minimal digits, and other characteristics are all the same as the positive
142 * <p>The prefixes, suffixes, and various symbols used for infinity, digits,
155 * of digits between the grouping characters, such as 3 for 100,000,000 or 4 for
267 * <li>The minimum and maximum number of integer digits are interpreted
271 * <li>If the maximum number of integer digits is greater than their minimum number
273 * number of integer digits, and the minimum number of integer digits to be
280 * <li>Otherwise, the minimum number of integer digits is achieved by adjusting th
1594 int digits = currency.getDefaultFractionDigits(); local
    [all...]
  /system/core/bootstat/
bootstat.cpp 684 std::string digits; local
686 digits = content.substr(pos + strlen(battery), strlen("100 "));
688 correctForBer(digits, "100 ");
689 if (digits[0] == '!') digits[0] = '1';
690 if (digits[1] == '!') digits[1] = '1';
692 const char* endptr = digits.c_str();
708 if ((level <= 100) && (endptr != digits.c_str()) && (endptr[0] == ' ') && (endptr[1] != ' ')) {
714 digits = ""; // reset digit
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DecimalFormat_ICU58_Android.java 53 * format numbers in any locale, including support for Western, Arabic, or Indic digits.
132 * minimum number of integer digits. The symbols are stored in a {@link
258 * only to specify the negative prefix and suffix; the number of digits, minimal digits,
262 * <p>The prefixes, suffixes, and various symbols used for infinity, digits, thousands
272 * digits to make large numbers more legible. It commonly used for thousands, but in some
273 * locales it separates ten-thousands. The <em>grouping size</em> is the number of digits
276 * significant integer digits, the <em>primary grouping size</em>, and one used for all
332 * <li>In place of '0', the digits '1' through '9' may be used to indicate a rounding
340 * digits, as defined by {@link UCharacter#digit}. In addition
1427 String[] digits = symbols.getDigitStrings(); local
1635 String[] digits = symbols.getDigitStringsLocal(); local
    [all...]
DecimalFormatSymbols.java 129 * <strong>[icu]</strong> Returns a DecimalFormatSymbols instance for the given locale with digits and symbols
148 * <strong>[icu]</strong> Returns a DecimalFormatSymbols instance for the given locale with digits and symbols
211 * Returns the array of characters used as digits, in order from 0 through 9
215 return digits.clone();
229 // digitStrings or digits might be referencing a cached copy for
232 digits = digits.clone();
234 // Make digitStrings field and digits field in sync
236 digits[0] = zeroDigit;
238 // Always propagate to digits 1-9 for JDK and ICU4C consistency
1341 String[] digits = new String[10]; local
1550 private char digits[]; field in class:DecimalFormatSymbols
1914 final String[] digits; field in class:DecimalFormatSymbols.CacheData
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DecimalFormat_ICU58_Android.java 52 * format numbers in any locale, including support for Western, Arabic, or Indic digits.
131 * minimum number of integer digits. The symbols are stored in a {@link
257 * only to specify the negative prefix and suffix; the number of digits, minimal digits,
261 * <p>The prefixes, suffixes, and various symbols used for infinity, digits, thousands
271 * digits to make large numbers more legible. It commonly used for thousands, but in some
272 * locales it separates ten-thousands. The <em>grouping size</em> is the number of digits
275 * significant integer digits, the <em>primary grouping size</em>, and one used for all
331 * <li>In place of '0', the digits '1' through '9' may be used to indicate a rounding
339 * digits, as defined by {@link UCharacter#digit}. In addition
1437 String[] digits = symbols.getDigitStrings(); local
1645 String[] digits = symbols.getDigitStringsLocal(); local
    [all...]
DecimalFormatSymbols.java 135 * {@icu} Returns a DecimalFormatSymbols instance for the given locale with digits and symbols
155 * {@icu} Returns a DecimalFormatSymbols instance for the given locale with digits and symbols
223 * Returns the array of characters used as digits, in order from 0 through 9
230 return digits.clone();
246 // digitStrings or digits might be referencing a cached copy for
249 digits = digits.clone();
251 // Make digitStrings field and digits field in sync
253 digits[0] = zeroDigit;
255 // Always propagate to digits 1-9 for JDK and ICU4C consistency
1434 String[] digits = new String[10]; local
1643 private char digits[]; field in class:DecimalFormatSymbols
2016 final String[] digits; field in class:DecimalFormatSymbols.CacheData
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
NativeDecoderTest.java 587 final char digits[] = local
593 hex.append(digits[(c >> 4) & 0xf]);
594 hex.append(digits[c & 0xf]);
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
vfwprintf.c 253 * Macros for converting digits to letters and vice versa
263 * use the given digits.
584 * characters between each pair of digits. 100 bytes is a
639 * F: at least two digits for decimal, at least one digit for hex
648 char *dtoaend; /* pointer to end of converted digits */
658 int ndig; /* actual number of digits returned by dtoa */
670 const char *xdigs; /* digits for %[xX] conversion */
679 CHAR_T buf[BUF]; /* buffer with space for digits of uintmax_t */
1976 char *digits, *bp, *rve; local
    [all...]
  /external/eigen/unsupported/test/mpreal/
mpreal.h 65 // Meaning that "digits", "round_style" and similar members are defined as functions, not constants.
315 // Convert mpreal to string with n significant digits in base b
316 // n = -1 -> convert with the maximum available digits
1765 int digits = (n >= 0) ? n : 1 + bits2digits(mpfr_get_prec(mpfr_srcptr())); local
1767 format << "%." << digits << "RNg"; local
3064 inline static int digits() { return int(mpfr::mpreal::get_default_prec()); } function in class:std::numeric_limits
3065 inline static int digits(const mpfr::mpreal& x) { return x.getPrecision(); } function in class:std::numeric_limits
3096 static const int digits = 53; member in class:std::numeric_limits
    [all...]
  /external/elfutils/src/
nm.c 784 int digits = length_map[gelf_getclass (ebl->elf) - 1][radix]; local
794 digits, sgettext ("sysv|Value"),
796 digits, sgettext ("sysv|Size"),
851 digits, syms[cnt].sym.st_value);
856 digits, syms[cnt].sym.st_size);
927 int digits = length_map[gelf_getclass (elf) - 1][radix]; local
992 printf ("%*s %sU%s %s", digits, "", color, marker, symstr);
1013 digits, syms[cnt].sym.st_value,
1019 digits, (uint64_t) syms[cnt].sym.st_size);
1031 digits, syms[cnt].sym.st_value
1062 int digits = length_map[gelf_getclass (elf) - 1][radix]; local
    [all...]
  /external/freetype/src/autofit/
aflatin.c 1042 const char digits[] = "0 1 2 3 4 5 6 7 8 9"; local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationDataBuilder.java 859 UnicodeSet digits = new UnicodeSet("[:Nd:]"); local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
TimeZoneFormatTest.java 1272 String digits = tzfmtEn.getGMTOffsetDigits(); local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UCharacterTest.java 127 UnicodeSet digits, decimalValues; local
129 digits= new UnicodeSet(digitsPattern);
133 compareUSets(digits, decimalValues, "[:Nd:]", "[:Numeric_Type=Decimal:]", true);
349 int digits[] = {0x0030, 0x000662, 0x000F23, 0x000ED5, 0x002160}; local
359 int size = digits.length;
361 if (UCharacter.isDigit(digits[i]) &&
362 UCharacter.digit(digits[i]) != digitvalues[i])
364 errln("FAIL \\u" + hex(digits[i]) +
    [all...]
  /external/icu/icu4c/source/i18n/
msgfmt.cpp 1964 VisibleDigitsWithExponent digits; local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cucdtst.c 508 USet *digits, *decimalValues; local
514 digits=uset_openPattern(digitsPattern, 6, &errorCode);
518 compareUSets(digits, decimalValues, "[:Nd:]", "[:Numeric_Type=Decimal:]", TRUE);
521 uset_close(digits);
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationDataBuilder.java 858 UnicodeSet digits = new UnicodeSet("[:Nd:]"); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
TimeZoneFormatTest.java 1269 String digits = tzfmtEn.getGMTOffsetDigits(); local
    [all...]

Completed in 1024 milliseconds

1 2 3 4 5 67 8 91011>>