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

1 2 3 4 5 67 8

  /external/llvm/lib/Support/
APFloat.cpp 249 non-zero digit.
251 If the value is zero, V->firstSigDigit points to a non-digit, and
288 /* p points to the first non-digit in the string */
318 DIGITVALUE is the first hex digit of the fraction, P points to
319 the next digit. */
326 /* If the first trailing digit isn't 0 or 8 we can work out the
333 /* Otherwise we need to find the first non-zero digit. */
    [all...]
  /external/libxslt/libxslt/
xslt.c 286 self->digit = xmlStrdup(BAD_CAST("#"));
304 if (self->digit)
305 xmlFree(self->digit);
    [all...]
xsltInternals.h 310 xmlChar *digit; member in struct:_xsltDecimalFormat
    [all...]
  /frameworks/base/core/java/android/text/format/
DateUtils.java     [all...]
  /external/ppp/pppd/
options.c 1118 int value, digit, got, n; local
1253 digit = toupper(c) - '0';
1254 if (digit > 10)
1255 digit += '0' + 10 - 'A';
1256 value = (value << 4) + digit;
    [all...]
  /external/qemu-pc-bios/vgabios/
vgabios.c 3789 Bit16u arg_seg, arg, digit, nibble, shift_count; local
    [all...]
  /external/stlport/src/
facets_byname.cpp 139 ctype_base::digit |
    [all...]
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
ll.S 540 stosb # save digit
  /external/valgrind/main/exp-bbv/tests/x86-linux/
ll.S 540 stosb # save digit
  /ndk/sources/cxx-stl/stlport/src/
facets_byname.cpp 139 ctype_base::digit |
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
locale_facets.h     [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.h     [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.h     [all...]
  /external/grub/stage2/
builtins.c     [all...]
  /external/icu4c/i18n/
smpdtfmt.cpp 21 * 10/14/99 aliu Updated 2-digit year parsing so that only "00" thru
722 * two-digit years. Make public in JDK 1.2.
1217 UChar digit = (UChar)0x0030 + (num \/ denom); local
    [all...]
regexcmp.cpp 1258 int32_t digit = u_charDigitValue(c); local
    [all...]
  /prebuilt/common/http-client/
commons-codec-1.4.jar 
httpclient-4.1.1.jar 
  /external/icu4c/test/cintltst/
cucdtst.c 487 * Verify that exactly the digit characters have decimal digit values.
490 * compared with the parallel java.lang.Character.digit()
672 static const UChar32 digit[10]={ 0x0030,0x0031,0x0032,0x0033,0x0034,0x0035,0x0036,0x0037,0x0038,0x0039 }; local
674 if(digit[i]!=u_forDigit(i,10)){
675 log_err("u_forDigit failed for %i. Expected: 0x%4X Got: 0x%4X\n",i,digit[i],u_forDigit(i,10));
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php     [all...]
  /packages/apps/Phone/src/com/android/phone/
BluetoothHandsfree.java     [all...]
  /dalvik/docs/
prettify.js 768 // Fallback will handle decimal points not adjacent to a digit
    [all...]
  /external/pcre/
pcre_compile.c 255 cbit_digit, -1, 0, /* digit */
286 (uschar *)"\\p{Nd}", /* digit */
301 (uschar *)"\\P{Nd}", /* ^digit */
405 "digit expected after (?+\0"
425 0x04 decimal digit
426 0x08 hexadecimal digit
742 character class, \ followed by a digit is always an octal number. */
766 /* Handle an octal number following \. If the first digit is 8 or 9, Perl
767 generates a binary zero byte and treats the digit as a following literal.
778 larger first octal digit. The original code used just to take the leas
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c     [all...]

Completed in 1973 milliseconds

1 2 3 4 5 67 8