OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:digit
(Results
1 - 25
of
228
) sorted by null
1
2
3
4
5
6
7
8
9
10
/external/chromium_org/third_party/icu/source/common/
ustrfmt.c
32
int
digit
;
local
37
digit
= (int)(i % radix);
38
buffer[length++]=(UChar)(
digit
<=9?(0x0030+
digit
):(0x0030+
digit
+7));
/external/clang/test/CodeGenCXX/
template-dependent-bind-temporary.cpp
16
T
digit
;
local
17
char((
digit
< 10 ? '0' : 'a') +
digit
) + result;
/external/icu4c/common/
ustrfmt.c
32
int
digit
;
local
37
digit
= (int)(i % radix);
38
buffer[length++]=(UChar)(
digit
<=9?(0x0030+
digit
):(0x0030+
digit
+7));
/bionic/libc/upstream-netbsd/common/lib/libc/inet/
inet_addr.c
133
int
digit
;
local
144
val = 0; base = 10;
digit
= 0;
151
digit
= 1 ;
160
digit
= 1;
166
digit
= 1;
190
* Did we get a valid
digit
?
192
if (!
digit
)
/external/chromium_org/third_party/libjingle/source/talk/base/
linuxfdwalk.c
49
int
digit
= *s++ - '0';
local
50
val = val * 10 +
digit
;
urlencode.cc
37
int
digit
= *pch++;
local
38
if (
digit
>= '0' &&
digit
<= '9') {
39
value +=
digit
- '0';
41
else if (
digit
>= 'A' &&
digit
<= 'F') {
42
value +=
digit
- 'A' + 10;
44
else if (
digit
>= 'a' &&
digit
<= 'f') {
45
value +=
digit
- 'a' + 10
[
all
...]
/external/llvm/lib/MC/
MCInstPrinter.cpp
55
// For asm-style hex (e.g. 0ffh) the first
digit
always has to be a number.
60
uint64_t
digit
= (Value >> 60) & 0xf;
local
61
if (
digit
!= 0)
62
return (
digit
>= 0xa);
/external/chromium/third_party/libjingle/source/talk/base/
urlencode.cc
37
int
digit
= *pch++;
local
38
if (
digit
>= '0' &&
digit
<= '9') {
39
value +=
digit
- '0';
41
else if (
digit
>= 'A' &&
digit
<= 'F') {
42
value +=
digit
- 'A' + 10;
44
else if (
digit
>= 'a' &&
digit
<= 'f') {
45
value +=
digit
- 'a' + 10
[
all
...]
/external/chromium_org/rlz/lib/
string_utils.cc
52
int
digit
= 0;
local
54
if (!GetHexValue(text[idx], &
digit
)) {
63
number = (number << 4) |
digit
;
85
string->at(2 * index) = kHex[data[index] >> 4]; // high
digit
86
string->at(2 * index + 1) = kHex[data[index] & 0x0F]; // low
digit
/external/chromium_org/third_party/icu/source/tools/genrb/
rbutil.c
72
int
digit
;
local
82
digit
= (int)(i % radix);
83
buffer[length++]= digits[
digit
];
/external/guava/guava/src/com/google/common/primitives/
AndroidInteger.java
64
int
digit
= Character.
digit
(string.charAt(offset++), radix);
local
65
if (
digit
== -1) {
71
int next = result * radix -
digit
;
/external/icu4c/tools/genrb/
rbutil.c
72
int
digit
;
local
82
digit
= (int)(i % radix);
83
buffer[length++]= digits[
digit
];
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
ctype_base.h
51
static const mask
digit
= _ISdigit;
member in struct:ctype_base
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
ctype_base.h
53
static const mask
digit
= _ISdigit;
member in struct:ctype_base
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
ctype_base.h
53
static const mask
digit
= _ISdigit;
member in struct:ctype_base
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
ctype_base.h
47
static const mask
digit
= _N;
member in struct:ctype_base
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
ctype_base.h
47
static const mask
digit
= _N;
member in struct:ctype_base
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
ctype_base.h
47
static const mask
digit
= _N;
member in struct:ctype_base
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
ctype_base.h
47
static const mask
digit
= _N;
member in struct:ctype_base
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
ctype_base.h
47
static const mask
digit
= _N;
member in struct:ctype_base
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
ctype_base.h
47
static const mask
digit
= _N;
member in struct:ctype_base
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
ctype_base.h
47
static const mask
digit
= _N;
member in struct:ctype_base
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
ctype_base.h
47
static const mask
digit
= _N;
member in struct:ctype_base
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi/include/bits/
ctype_base.h
47
static const mask
digit
= _N;
member in struct:ctype_base
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include/bits/
ctype_base.h
47
static const mask
digit
= _N;
member in struct:ctype_base
Completed in 1498 milliseconds
1
2
3
4
5
6
7
8
9
10