OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mon_decimal_point
(Results
1 - 13
of
13
) sorted by null
/external/cldr/tools/java/org/unicode/cldr/posix/
POSIX_LCMonetary.java
23
String
mon_decimal_point
;
field in class:POSIX_LCMonetary
106
mon_decimal_point
= doc.getWinningValue("//ldml/numbers/currencies/currency[@type='" + int_curr_symbol
108
if (
mon_decimal_point
== null)
109
mon_decimal_point
= doc.getWinningValue("//ldml/numbers/symbols[@numberSystem='" + numsys
111
if (
mon_decimal_point
== null)
112
mon_decimal_point
= doc.getWinningValue("//ldml/numbers/symbols[@numberSystem='" + numsys + "']/decimal");
114
mon_decimal_point
= POSIXUtilities.POSIXCharName(
mon_decimal_point
);
289
out.println("
mon_decimal_point
\"" +
mon_decimal_point
+ "\"")
[
all
...]
/device/linaro/bootloader/edk2/StdLib/Include/
locale.h
95
char *
mon_decimal_point
; /**< "" The decimal point used for monetary values. */
member in struct:lconv
/device/linaro/bootloader/edk2/StdLib/Include/sys/
localedef.h
50
const char *
mon_decimal_point
;
member in struct:__anon13027
/device/linaro/bootloader/edk2/StdLib/LibC/Locale/
localeconv.c
42
ret.
mon_decimal_point
=
43
__UNCONST(_CurrentMonetaryLocale->
mon_decimal_point
);
/bionic/libc/include/
locale.h
78
char*
mon_decimal_point
;
member in struct:lconv
/bionic/tests/headers/posix/
locale_h.c
47
STRUCT_MEMBER(struct lconv, char*,
mon_decimal_point
);
/bionic/libc/bionic/
locale.cpp
96
g_locale.
mon_decimal_point
= not_available;
/bionic/tests/
locale_test.cpp
29
EXPECT_STREQ("", localeconv()->
mon_decimal_point
);
/external/python/cpython3/Modules/
_localemodule.c
136
|| !locale_is_ascii(lc->
mon_decimal_point
)
186
RESULT_STRING(
mon_decimal_point
);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_localemodule.c
246
RESULT_STRING(
mon_decimal_point
);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_localemodule.c
246
RESULT_STRING(
mon_decimal_point
);
/external/python/cpython2/Modules/
_localemodule.c
247
RESULT_STRING(
mon_decimal_point
);
/external/libcxx/src/
locale.cpp
[
all
...]
Completed in 701 milliseconds