OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fIsLongDouble
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/io/
uprintf.h
47
UBool
fIsLongDouble
; /* L flag */
uscanf_p.c
89
UBool
fIsLongDouble
; /* L flag */
127
info->
fIsLongDouble
= FALSE;
220
info->
fIsLongDouble
= TRUE;
458
else if (info->
fIsLongDouble
)
557
else if (info->
fIsLongDouble
)
650
else if (info->
fIsLongDouble
)
[
all
...]
/external/icu4c/io/
uprintf.h
47
UBool
fIsLongDouble
; /* L flag */
uscanf_p.c
89
UBool
fIsLongDouble
; /* L flag */
127
info->
fIsLongDouble
= FALSE;
220
info->
fIsLongDouble
= TRUE;
458
else if (info->
fIsLongDouble
)
557
else if (info->
fIsLongDouble
)
650
else if (info->
fIsLongDouble
)
[
all
...]
Completed in 34 milliseconds