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

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

Completed in 73 milliseconds