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

  /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
  /bionic/libc/include/
locale.h 82 char* negative_sign; member in struct:lconv
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
localedef.h 54 const char *negative_sign; member in struct:__anon13027
  /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 + "\"");

Completed in 229 milliseconds