Searched refs:AST_LC_ADDRESS (Results 1 - 4 of 4) sorted by relevance
/ast/src/cmd/std/ |
H A D | locale.c | 476 {"postal_fmt", AST_LC_ADDRESS, N,1,CV_postal_fmt}, 477 {"country_name", AST_LC_ADDRESS, N,1,CV_country_name}, 478 {"country_post", AST_LC_ADDRESS, N,1,CV_country_post}, 479 {"country_ab2", AST_LC_ADDRESS, N,1,CV_country_ab2}, 480 {"country_ab3", AST_LC_ADDRESS, N,1,CV_country_ab3}, 481 {"country_num", AST_LC_ADDRESS, N,1,CV_country_num}, 482 {"country_car", AST_LC_ADDRESS, N,1,CV_country_car}, 483 {"country_isbn", AST_LC_ADDRESS, N,1,CV_country_isbn}, 484 {"lang_name", AST_LC_ADDRESS, N,1,CV_lang_name}, 485 {"lang_ab", AST_LC_ADDRESS, [all...] |
/ast/src/lib/libast/include/ |
H A D | ast_std.h | 151 #define AST_LC_ADDRESS 8 macro 190 #define LC_ADDRESS (-AST_LC_ADDRESS)
|
/ast/src/lib/libast/port/ |
H A D | lc.c | 133 case LC_ADDRESS: return AST_LC_ADDRESS;
|
/ast/src/lib/libast/comp/ |
H A D | setlocale.c | 2335 { "LC_ADDRESS", LC_ADDRESS, AST_LC_ADDRESS, 0 },
|
Completed in 29 milliseconds