Searched refs:p_sign_posn (Results 1 – 19 of 19) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/posix/ |
D | POSIX_LCMonetary.java | 31 String p_sign_posn; field in POSIX_LCMonetary 167 p_sign_posn = "0"; in POSIX_LCMonetary() 169 p_sign_posn = "1"; in POSIX_LCMonetary() 172 p_sign_posn = "1"; in POSIX_LCMonetary() 174 p_sign_posn = "3"; in POSIX_LCMonetary() 178 p_sign_posn = "2"; in POSIX_LCMonetary() 180 p_sign_posn = "4"; in POSIX_LCMonetary() 183 int_p_sign_posn = p_sign_posn; in POSIX_LCMonetary() 300 out.println("p_sign_posn " + p_sign_posn); in write()
|
/external/python/cpython3/Modules/ |
D | _localemodule.c | 260 RESULT_INT(p_sign_posn); in PyLocale_localeconv()
|
/external/python/cpython2/Modules/ |
D | _localemodule.c | 262 RESULT_INT(p_sign_posn); in PyLocale_localeconv()
|
/external/libcxx/src/ |
D | locale.cpp | 5865 if (lc->p_sign_posn == 0) in init() 5878 lc->p_cs_precedes, lc->p_sep_by_space, lc->p_sign_posn, ' '); in init() 5909 if (lc->p_sign_posn == 0) in init() 5930 lc->p_cs_precedes, lc->p_sep_by_space, lc->p_sign_posn, ' '); in init() 5974 if (lc->p_sign_posn == 0) in init() 6003 lc->p_cs_precedes, lc->p_sep_by_space, lc->p_sign_posn, L' '); in init() 6041 if (lc->p_sign_posn == 0) in init() 6078 lc->p_cs_precedes, lc->p_sep_by_space, lc->p_sign_posn, L' '); in init()
|
/external/python/cpython2/Doc/library/ |
D | locale.rst | 119 | | ``'p_sign_posn/n_sign_posn'`` | The position of the sign (for | 127 The possible values for ``'p_sign_posn'`` and ``'n_sign_posn'`` are given below.
|
/external/rust/crates/libc/src/unix/newlib/ |
D | mod.rs | 85 pub p_sign_posn: ::c_char,
|
/external/python/cpython3/Doc/library/ |
D | locale.rst | 119 | | ``'p_sign_posn/n_sign_posn'`` | The position of the sign (for | 127 The possible values for ``'p_sign_posn'`` and ``'n_sign_posn'`` are given below.
|
/external/rust/crates/libc/src/ |
D | wasi.rs | 118 pub p_sign_posn: c_char,
|
/external/rust/crates/libc/src/unix/hermit/ |
D | mod.rs | 410 pub p_sign_posn: ::c_char,
|
/external/rust/crates/libc/src/unix/redox/ |
D | mod.rs | 139 pub p_sign_posn: ::c_char,
|
/external/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 128 pub p_sign_posn: ::c_char,
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
D | mod.rs | 52 pub p_sign_posn: ::c_char,
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 157 pub p_sign_posn: ::c_char,
|
/external/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 136 pub p_sign_posn: ::c_char,
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
D | mod.rs | 218 pub p_sign_posn: ::c_char,
|
/external/rust/crates/libc/src/unix/uclibc/ |
D | mod.rs | 143 pub p_sign_posn: ::c_char,
|
/external/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 336 pub p_sign_posn: ::c_char,
|
/external/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 284 pub p_sign_posn: ::c_char,
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 431 pub p_sign_posn: ::c_char,
|