OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gotdig
(Results
1 - 2
of
2
) sorted by null
/prebuilts/ndk/r11/sources/android/support/src/wcstox/
floatscan.c
95
int
gotdig
= 0, gotrad = 0;
local
110
for (; c=='0'; c = shgetc(f))
gotdig
=1;
113
for (c = shgetc(f); c=='0'; c = shgetc(f))
gotdig
=1, lrp--;
131
gotdig
=1;
139
if (
gotdig
&& (c|32)=='e') {
154
if (!
gotdig
) {
338
int gottail = 0, gotrad = 0,
gotdig
= 0;
local
348
for (; c=='0'; c = shgetc(f))
gotdig
= 1;
354
for (rp=0; c=='0'; c = shgetc(f), rp--)
gotdig
= 1;
363
gotdig
= 1
[
all
...]
/prebuilts/ndk/r13/sources/android/support/src/wcstox/
floatscan.c
95
int
gotdig
= 0, gotrad = 0;
local
110
for (; c=='0'; c = shgetc(f))
gotdig
=1;
113
for (c = shgetc(f); c=='0'; c = shgetc(f))
gotdig
=1, lrp--;
131
gotdig
=1;
139
if (
gotdig
&& (c|32)=='e') {
154
if (!
gotdig
) {
338
int gottail = 0, gotrad = 0,
gotdig
= 0;
local
348
for (; c=='0'; c = shgetc(f))
gotdig
= 1;
354
for (rp=0; c=='0'; c = shgetc(f), rp--)
gotdig
= 1;
363
gotdig
= 1
[
all
...]
Completed in 91 milliseconds