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

1 2 3 4 5 67 8 91011>>

  /external/icu/android_icu4j/src/main/java/android/icu/text/
TimeZoneFormat.java 606 * @return the decimal digits for localized GMT format.
620 * @param digits a string contains the decimal digit characters from 0 to 9 n the ascending order.
626 public TimeZoneFormat setGMTOffsetDigits(String digits) {
630 if (digits == null) {
631 throw new NullPointerException("Null GMT offset digits");
633 String[] digitArray = toCodePoints(digits);
635 throw new IllegalArgumentException("Length of digits must be 10");
747 * <li>Offset digits (e.g. "0123456789" - see {@link #getGMTOffsetDigits()})
769 * <li>Offset digits (e.g. "0123456789" - see {@link #getGMTOffsetDigits()})
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
TimeZoneFormat.java 651 * @return the decimal digits for localized GMT format.
666 * @param digits a string contains the decimal digit characters from 0 to 9 n the ascending order.
673 public TimeZoneFormat setGMTOffsetDigits(String digits) {
677 if (digits == null) {
678 throw new NullPointerException("Null GMT offset digits");
680 String[] digitArray = toCodePoints(digits);
682 throw new IllegalArgumentException("Length of digits must be 10");
800 * <li>Offset digits (e.g. "0123456789" - see {@link #getGMTOffsetDigits()})
823 * <li>Offset digits (e.g. "0123456789" - see {@link #getGMTOffsetDigits()})
    [all...]
  /external/python/cpython3/Modules/_decimal/libmpdec/
io.c 84 * Scan 'len' words. The most significant word contains 'r' digits,
86 * consist of digits and an optional single decimal point at 'dpoint'.
199 size_t digits; local
221 /* validate payload: digits only */
227 digits = end - coeff;
229 if (digits > (size_t)(ctx->prec-ctx->clamp))
237 /* validate payload: digits only */
243 digits = end - coeff;
244 if (digits > (size_t)(ctx->prec-ctx->clamp))
274 digits = end - coeff
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
HudSystem.java 191 public void setDigitDrawables(DrawableBitmap[] digits, DrawableBitmap xMark) {
193 for (int x = 0; x < mDigitDrawables.length && x < digits.length; x++) {
194 mDigitDrawables[x] = digits[x];
474 private void drawNumber(Vector2 location, int[] digits, boolean drawX) {
500 for (int x = 0; x < digits.length && digits[x] != -1; x++) {
501 int index = digits[x];
515 public int intToDigitArray(int value, int[] digits) {
530 digits[characterCount - 1 - count] = index;
532 } while (remainingValue > 0 && count < digits.length)
    [all...]
  /external/syslinux/com32/lib/
vsnprintf.c 23 FL_UPPER = 0x80 /* Upper case digits */
52 const char *digits; local
58 /* Select type of digits */
59 digits = (flags & FL_UPPER) ? ucdigits : lcdigits;
67 /* Count the number of digits needed. This returns zero for 0. */
94 /* Tick marks aren't digits, but generated by the number converter */
155 *qq = digits[val % base];
  /external/webrtc/webrtc/base/
urlencode.cc 95 static const char *digits = "0123456789ABCDEF"; local
112 *dest++ = digits[(ch >> 4) & 0x0F];
113 *dest++ = digits[ ch & 0x0F];
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaSmsAddress.java 30 * the address digits are 4-bit DTMF codes or 8-bit codes. (See
70 * This field shall be set to the number of address digits
119 int digits = address.length(); local
120 byte[] result = new byte[digits];
121 for (int i = 0; i < digits; i++) {
  /external/avb/libavb/
avb_cmdline.c 155 /* Writes |value| to |digits| in base 10 followed by a NUL byte.
159 char digits[AVB_MAX_DIGITS_UINT64]) {
171 digits[n] = rev_digits[num_digits - 1 - n];
173 digits[n] = '\0';
199 char digits[AVB_MAX_DIGITS_UINT64]; local
200 uint64_to_base10(value, digits);
201 return cmdline_append_option(slot_data, key, digits);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
stringobject.h 186 char *digits,
195 char *digits,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
stringobject.h 186 char *digits,
195 char *digits,
  /external/python/cpython2/Include/
stringobject.h 186 char *digits,
195 char *digits,
  /external/python/cpython3/Include/
bytesobject.h 117 char *digits,
126 char *digits,
  /external/python/cpython3/Objects/stringlib/
localeutil.h 46 /* Fill in some digits, leading zeros, and thousands separator. All
76 * @digits: A pointer to the digits we're reading from. If count
78 * @n_digits: The number of digits in the string, in which we want
80 * @min_width: The minimum width of the digits in the output string.
106 STRINGLIB_CHAR *digits,
132 digits_end = digits + n_digits;
  /hardware/interfaces/radio/1.0/vts/functional/
radio_hidl_hal_sms.cpp 123 cdmaSmsAddress.digits = (std::vector<uint8_t>){11, 1, 6, 5, 10, 7, 7, 2, 10, 3, 10, 3};
129 cdmaSmsSubaddress.digits = (std::vector<uint8_t>){};
191 cdmaSmsAddress.digits = (std::vector<uint8_t>){11, 1, 6, 5, 10, 7, 7, 2, 10, 3, 10, 3};
197 cdmaSmsSubaddress.digits = (std::vector<uint8_t>){};
331 cdmaSmsAddress.digits = (std::vector<uint8_t>){11, 1, 6, 5, 10, 7, 7, 2, 10, 3, 10, 3};
337 cdmaSmsSubaddress.digits = (std::vector<uint8_t>){};
383 cdmaSmsAddress.digits = (std::vector<uint8_t>){11, 1, 6, 5, 10, 7, 7, 2, 10, 3, 10, 3};
389 cdmaSmsSubaddress.digits = (std::vector<uint8_t>){};
  /prebuilts/gdb/darwin-x86/include/python2.7/
stringobject.h 186 char *digits,
195 char *digits,
  /prebuilts/gdb/linux-x86/include/python2.7/
stringobject.h 186 char *digits,
195 char *digits,
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
stringobject.h 186 char *digits,
195 char *digits,
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
stringobject.h 186 char *digits,
195 char *digits,
  /tools/tradefederation/core/src/com/android/tradefed/command/
Verify.java 120 int digits = (int) Math.ceil(Math.log10(commands.size())); local
123 String format = String.format("%%%dd: %%s\n", digits);
  /packages/apps/Dialer/java/com/android/dialer/dialpadview/
DialpadView.java 84 private EditText digits; field in class:DialpadView
136 digits = (EditText) findViewById(R.id.digits);
147 digits.setSelected(true);
244 * Configure whether or not the digits above the dialpad can be edited.
246 * <p>If we allow editing digits, the backspace button will be shown.
254 EditText digits = (EditText) findViewById(R.id.digits); local
255 digits.setClickable(canBeEdited);
256 digits.setLongClickable(canBeEdited)
    [all...]
  /external/icu/icu4c/source/i18n/
decContext.cpp 67 context->digits=9; /* 9 digits */
82 context->digits=7; /* digits */
93 context->digits=16; /* digits */
104 context->digits=34; /* digits */
quantityformatter.cpp 152 VisibleDigitsWithExponent digits; local
155 decFmt->initVisibleDigitsWithExponent(number, digits, status);
159 pluralKeyword = rules.select(digits);
160 decFmt->format(digits, formattedNumber, pos, status);
  /external/libchrome/base/
rand_util.cc 44 static const int kBits = std::numeric_limits<double>::digits;
  /external/pdfium/core/fxcrt/
fx_system.cpp 69 int digits = 1; local
72 digits++;
75 for (int d = digits - 1; d > -1; d--) {
79 str[digits + i] = 0;
  /external/python/cpython2/Mac/Demo/example1/
dnslookup-1.py 43 if str[0] in string.digits:

Completed in 627 milliseconds

1 2 3 4 5 67 8 91011>>