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

1 2 3 4 5 67 8 910

  /cts/tests/tests/database/src/android/database/cts/
DatabaseUtilsTest.java 617 int val1 = Character.digit(c1, 16);
618 int val2 = Character.digit(c2, 16);
  /external/libxslt/libxslt/
numbers.c 129 (xsltUTF8Charcmp((letter), (self)->digit) == 0) || \
396 * (Number, decimal digit), Nl (Number, letter), No (Number,
400 * to correspond to the Letter and Digit classes from XML (and
929 * 0 a digit
930 * # a digit, zero shows as absent
1042 if (xsltUTF8Charcmp(the_format, self->digit) == 0) {
1097 } else if (xsltUTF8Charcmp(the_format, self->digit) == 0) {
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
date-format-tofte.js 254 // A two-digit representation of a year
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
date-format-tofte.js 254 // A two-digit representation of a year
  /frameworks/base/libs/androidfw/
KeyCharacterMap.cpp 1030 char16_t digit = 0; local
1116 int digit; local
    [all...]
  /frameworks/opt/vcard/java/com/android/vcard/
VCardUtils.java 73 int u = Character.digit((char) bytes[++i], 16);
74 int l = Character.digit((char) bytes[++i], 16);
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
FIXES 246 added support for posix character class names like [:digit:],
412 longer than 1 digit, part of the input would be pushed back and
    [all...]
  /external/stlport/src/c_locale_win32/
c_locale_win32.c 1472 int digit; local
    [all...]
  /external/v8/src/
preparser.cc 1720 byte digit = number[pos] - '0'; local
    [all...]
uri.js 361 // Convert a character code to 4-digit hex string representation
  /ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c 1472 int digit; local
    [all...]
  /bionic/libc/kernel/tools/
cpp.py 1028 for digit in v:
1029 if not digit.isdigit()
    [all...]
  /external/guava/guava/src/com/google/common/net/
InetAddresses.java 239 } else if (Character.digit(c, 16) == -1) {
240 return null; // Everything else must be a decimal or hex digit.
    [all...]
  /external/icu4c/common/unicode/
uchar.h 90 * - digit: u_isdigit(c) or u_charType(c)==U_DECIMAL_DIGIT_NUMBER
    [all...]
  /external/icu4c/i18n/
vtzone.cpp 87 * Simple fixed digit ASCII number to integer converter
108 int32_t digit = str.charAt(start + i) - 0x0030; local
109 if (digit < 0 || digit > 9) {
113 num = 10 * num + digit;
    [all...]
  /external/ipsec-tools/src/racoon/
cftoken.l 112 digit [0-9]
115 /*octet (([01]?{digit}?{digit})|((2([0-4]{digit}))|(25[0-5]))) */
132 decstring {digit}+
391 {slash}{digit}{1,3} {
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberUtil.java 574 * prefix, and return it as a set of digit blocks that would be formatted together.
599 // extension number. We assume a carrier code is more than 1 digit, so the first case has to
828 int digit = Character.digit(c, 10); local
    [all...]
  /external/llvm/lib/Support/
APInt.cpp 48 /// A utility function that converts a character to a digit.
178 /// add_1 - This function adds a single "digit" integer, y, to the multiple
179 /// "digit" integer array, x[]. x[] is modified to reflect the addition and
186 y = 1; // Carry one to next digit.
204 /// sub_1 - This function subtracts a single "digit" (64-bit word), y, from
205 /// the multi-digit integer array, x[], propagating the borrowed 1 value until
215 y = 1; // We have to "borrow 1" from next "digit"
290 /// @brief Multiply a multi-digit APInt by a single digit (64-bit) integer.
296 // For each digit of x
    [all...]
APFloat.cpp 250 non-zero digit.
252 If the value is zero, V->firstSigDigit points to a non-digit, and
289 /* p points to the first non-digit in the string */
319 DIGITVALUE is the first hex digit of the fraction, P points to
320 the next digit. */
327 /* If the first trailing digit isn't 0 or 8 we can work out the
334 /* Otherwise we need to find the first non-zero digit. */
    [all...]
  /external/openssl/crypto/ec/
ec_lcl.h 445 void ec_GFp_nistp_recode_scalar_bits(unsigned char *sign, unsigned char *digit, unsigned char in);
  /external/webkit/Source/JavaScriptCore/icu/unicode/
uchar.h     [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
uchar.h     [all...]
  /external/webkit/Source/WebCore/icu/unicode/
uchar.h     [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
uchar.h     [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java     [all...]

Completed in 1357 milliseconds

1 2 3 4 5 67 8 910