OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:currency_symbol
(Results
1 - 4
of
4
) sorted by null
/ndk/sources/android/support/include/
locale.h
80
char*
currency_symbol
;
member in struct:lconv
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
locale.h
72
char *
currency_symbol
; /* Local currency symbol. */
member in struct:lconv
80
/* 1 if
currency_symbol
precedes a positive value, 0 if succeeds. */
82
/* 1 iff a space separates
currency_symbol
from a positive value. */
84
/* 1 if
currency_symbol
precedes a negative value, 0 if succeeds. */
86
/* 1 iff a space separates
currency_symbol
from a negative value. */
89
0 Parentheses surround the quantity and
currency_symbol
.
90
1 The sign string precedes the quantity and
currency_symbol
.
91
2 The sign string follows the quantity and
currency_symbol
.
92
3 The sign string immediately precedes the
currency_symbol
.
93
4 The sign string immediately follows the
currency_symbol
. *
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
locale.h
72
char *
currency_symbol
; /* Local currency symbol. */
member in struct:lconv
80
/* 1 if
currency_symbol
precedes a positive value, 0 if succeeds. */
82
/* 1 iff a space separates
currency_symbol
from a positive value. */
84
/* 1 if
currency_symbol
precedes a negative value, 0 if succeeds. */
86
/* 1 iff a space separates
currency_symbol
from a negative value. */
89
0 Parentheses surround the quantity and
currency_symbol
.
90
1 The sign string precedes the quantity and
currency_symbol
.
91
2 The sign string follows the quantity and
currency_symbol
.
92
3 The sign string immediately precedes the
currency_symbol
.
93
4 The sign string immediately follows the
currency_symbol
. *
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
locale.h
72
char *
currency_symbol
; /* Local currency symbol. */
member in struct:lconv
80
/* 1 if
currency_symbol
precedes a positive value, 0 if succeeds. */
82
/* 1 iff a space separates
currency_symbol
from a positive value. */
84
/* 1 if
currency_symbol
precedes a negative value, 0 if succeeds. */
86
/* 1 iff a space separates
currency_symbol
from a negative value. */
89
0 Parentheses surround the quantity and
currency_symbol
.
90
1 The sign string precedes the quantity and
currency_symbol
.
91
2 The sign string follows the quantity and
currency_symbol
.
92
3 The sign string immediately precedes the
currency_symbol
.
93
4 The sign string immediately follows the
currency_symbol
. *
[
all
...]
Completed in 683 milliseconds