HomeSort by relevance Sort by last modified time
    Searched refs:negative_sign (Results 1 - 15 of 15) sorted by null

  /external/libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/
negative_sign.pass.cpp 19 // string_type negative_sign() const;
63 assert(f.negative_sign() == std::string());
67 assert(f.negative_sign() == std::string());
71 assert(f.negative_sign() == std::wstring());
75 assert(f.negative_sign() == std::wstring());
80 assert(f.negative_sign() == "-");
84 assert(f.negative_sign() == "-");
88 assert(f.negative_sign() == L"-");
92 assert(f.negative_sign() == L"-");
97 assert(f.negative_sign() == "-")
    [all...]
  /external/libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/
negative_sign.pass.cpp 14 // string_type negative_sign() const;
62 assert(f.negative_sign() == "-");
66 assert(f.negative_sign() == "-");
70 assert(f.negative_sign() == L"-");
74 assert(f.negative_sign() == L"-");
  /device/linaro/bootloader/edk2/StdLib/Include/
locale.h 99 char *negative_sign; /**< "" A string to indicate a negative monetary value. */ member in struct:lconv
114 char n_sign_posn; /**< CHAR_MAX Value specifying the positioning of the negative_sign for a
126 char int_n_sign_posn; /**< CHAR_MAX Value specifying the positioning of the negative_sign for a
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
localedef.h 54 const char *negative_sign; member in struct:__anon13027
  /device/linaro/bootloader/edk2/StdLib/LibC/Locale/
localeconv.c 50 ret.negative_sign =
51 __UNCONST(_CurrentMonetaryLocale->negative_sign);
  /bionic/libc/include/
locale.h 82 char* negative_sign; member in struct:lconv
  /external/cldr/tools/java/org/unicode/cldr/posix/
POSIX_LCMonetary.java 27 String negative_sign; field in class:POSIX_LCMonetary
138 negative_sign = POSIXUtilities.POSIXCharName(doc.getWinningValue("//ldml/numbers/symbols[@numberSystem='"
141 negative_sign = POSIXUtilities.POSIXCharName("-");
231 if (negative_sign == "") {
293 out.println("negative_sign \"" + negative_sign + "\"");
  /bionic/tests/headers/posix/
locale_h.c 50 STRUCT_MEMBER(struct lconv, char*, negative_sign);
  /bionic/libc/bionic/
locale.cpp 100 g_locale.negative_sign = not_available;
  /bionic/tests/
locale_test.cpp 33 EXPECT_STREQ("", localeconv()->negative_sign);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_localemodule.c 254 RESULT_STRING(negative_sign);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_localemodule.c 254 RESULT_STRING(negative_sign);
  /external/python/cpython2/Modules/
_localemodule.c 255 RESULT_STRING(negative_sign);
  /external/python/cpython3/Modules/
_localemodule.c 252 RESULT_STRING(negative_sign);
  /external/libcxx/src/
locale.cpp     [all...]

Completed in 3139 milliseconds