Searched refs:n_sign_posn (Results 1 – 6 of 6) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/posix/ |
D | POSIX_LCMonetary.java | 34 String n_sign_posn; field in POSIX_LCMonetary 234 n_sign_posn = "0"; in POSIX_LCMonetary() 236 n_sign_posn = "1"; in POSIX_LCMonetary() 239 n_sign_posn = "1"; in POSIX_LCMonetary() 241 n_sign_posn = "3"; in POSIX_LCMonetary() 245 n_sign_posn = "2"; in POSIX_LCMonetary() 247 n_sign_posn = "4"; in POSIX_LCMonetary() 250 int_n_sign_posn = n_sign_posn; in POSIX_LCMonetary() 301 out.println("n_sign_posn " + n_sign_posn); in write()
|
/external/python/cpython3/Modules/ |
D | _localemodule.c | 260 RESULT_INT(n_sign_posn); in PyLocale_localeconv()
|
/external/python/cpython2/Modules/ |
D | _localemodule.c | 263 RESULT_INT(n_sign_posn); in PyLocale_localeconv()
|
/external/libcxx/src/ |
D | locale.cpp | 5869 if (lc->n_sign_posn == 0) in init() 5880 lc->n_cs_precedes, lc->n_sep_by_space, lc->n_sign_posn, ' '); in init() 5917 if(lc->n_sign_posn == 0) in init() 5932 lc->n_cs_precedes, lc->n_sep_by_space, lc->n_sign_posn, ' '); in init() 5986 if (lc->n_sign_posn == 0) in init() 6005 lc->n_cs_precedes, lc->n_sep_by_space, lc->n_sign_posn, L' '); in init() 6057 if (lc->n_sign_posn == 0) in init() 6080 lc->n_cs_precedes, lc->n_sep_by_space, lc->n_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/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.
|