OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:positive_sign
(Results
1 - 15
of
15
) sorted by null
/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/
positive_sign.pass.cpp
19
// string_type
positive_sign
() const;
63
assert(f.
positive_sign
() == std::string());
67
assert(f.
positive_sign
() == std::string());
71
assert(f.
positive_sign
() == std::wstring());
75
assert(f.
positive_sign
() == std::wstring());
80
assert(f.
positive_sign
() == "");
84
assert(f.
positive_sign
() == "");
88
assert(f.
positive_sign
() == L"");
92
assert(f.
positive_sign
() == L"");
97
assert(f.
positive_sign
() == "")
[
all
...]
/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/
positive_sign.pass.cpp
14
// string_type
positive_sign
() const;
61
assert(f.
positive_sign
() == std::string());
65
assert(f.
positive_sign
() == std::string());
69
assert(f.
positive_sign
() == std::wstring());
73
assert(f.
positive_sign
() == std::wstring());
/device/linaro/bootloader/edk2/StdLib/Include/
locale.h
98
char *
positive_sign
; /**< "" A string to indicate a non-negative monetary value. */
member in struct:lconv
112
char p_sign_posn; /**< CHAR_MAX Value specifying the positioning of the
positive_sign
for a
124
char int_p_sign_posn; /**< CHAR_MAX Value specifying the positioning of the
positive_sign
for a
/device/linaro/bootloader/edk2/StdLib/Include/sys/
localedef.h
53
const char *
positive_sign
;
member in struct:__anon13027
/device/linaro/bootloader/edk2/StdLib/LibC/Locale/
localeconv.c
48
ret.
positive_sign
=
49
__UNCONST(_CurrentMonetaryLocale->
positive_sign
);
/bionic/libc/include/
locale.h
81
char*
positive_sign
;
member in struct:lconv
/external/cldr/tools/java/org/unicode/cldr/posix/
POSIX_LCMonetary.java
26
String
positive_sign
;
field in class:POSIX_LCMonetary
132
positive_sign
= POSIXUtilities.POSIXCharName(doc.getWinningValue("//ldml/numbers/symbols[@numberSystem='"
135
positive_sign
= "";
164
if (
positive_sign
== "") {
292
out.println("
positive_sign
\"" +
positive_sign
+ "\"");
/bionic/tests/headers/posix/
locale_h.c
54
STRUCT_MEMBER(struct lconv, char*,
positive_sign
);
/bionic/libc/bionic/
locale.cpp
99
g_locale.
positive_sign
= not_available;
/bionic/tests/
locale_test.cpp
32
EXPECT_STREQ("", localeconv()->
positive_sign
);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_localemodule.c
253
RESULT_STRING(
positive_sign
);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_localemodule.c
253
RESULT_STRING(
positive_sign
);
/external/python/cpython2/Modules/
_localemodule.c
254
RESULT_STRING(
positive_sign
);
/external/python/cpython3/Modules/
_localemodule.c
251
RESULT_STRING(
positive_sign
);
/external/libcxx/src/
locale.cpp
[
all
...]
Completed in 501 milliseconds