Home
last modified time | relevance | path

Searched refs:locale_string (Results 1 – 25 of 141) sorted by relevance

123456

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/text/
H A Dlocale_icu_test.cc84 String MonthFormat(const char* locale_string) { in MonthFormat() argument
85 auto locale = std::make_unique<LocaleICU>(locale_string); in MonthFormat()
89 String LocalizedDateFormatText(const char* locale_string) { in LocalizedDateFormatText() argument
90 auto locale = std::make_unique<LocaleICU>(locale_string); in LocalizedDateFormatText()
95 auto locale = std::make_unique<LocaleICU>(locale_string); in LocalizedShortDateFormatText()
114 Labels TimeAMPMLabels(const char* locale_string) { in TimeAMPMLabels() argument
119 bool IsRTL(const char* locale_string) { in IsRTL() argument
261 void TestNumbers(const char* locale_string) { in TestNumbers() argument
263 TestNumberIsReversible(locale_string, "-123.456"); in TestNumbers()
264 TestNumberIsReversible(locale_string, ".456"); in TestNumbers()
[all …]
H A Dlocale_mac_test.mm102 String FormatMonth(const String& locale_string,
119 String FormatTime(const String& locale_string,
132 unsigned FirstDayOfWeek(const String& locale_string) {
147 bool IsRTL(const String& locale_string) {
152 String MonthFormat(const String& locale_string) {
157 String TimeFormat(const String& locale_string) {
162 String ShortTimeFormat(const String& locale_string) {
177 String ShortStandAloneMonthLabel(const String& locale_string,
188 String DecimalSeparator(const String& locale_string) {
411 void TestNumbers(const AtomicString& locale_string,
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/text/
H A Dlocale_icu_test.cc84 String MonthFormat(const char* locale_string) { in MonthFormat() argument
85 auto locale = std::make_unique<LocaleICU>(locale_string); in MonthFormat()
89 String LocalizedDateFormatText(const char* locale_string) { in LocalizedDateFormatText() argument
90 auto locale = std::make_unique<LocaleICU>(locale_string); in LocalizedDateFormatText()
95 auto locale = std::make_unique<LocaleICU>(locale_string); in LocalizedShortDateFormatText()
114 Labels TimeAMPMLabels(const char* locale_string) { in TimeAMPMLabels() argument
119 bool IsRTL(const char* locale_string) { in IsRTL() argument
261 void TestNumbers(const char* locale_string) { in TestNumbers() argument
263 TestNumberIsReversible(locale_string, "-123.456"); in TestNumbers()
264 TestNumberIsReversible(locale_string, ".456"); in TestNumbers()
[all …]
H A Dlocale_mac_test.mm102 String FormatMonth(const String& locale_string,
119 String FormatTime(const String& locale_string,
132 unsigned FirstDayOfWeek(const String& locale_string) {
147 bool IsRTL(const String& locale_string) {
152 String MonthFormat(const String& locale_string) {
157 String TimeFormat(const String& locale_string) {
162 String ShortTimeFormat(const String& locale_string) {
177 String ShortStandAloneMonthLabel(const String& locale_string,
188 String DecimalSeparator(const String& locale_string) {
411 void TestNumbers(const AtomicString& locale_string,
[all …]
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A Dqof-win32.cpp76 qof_formatted_time_to_utf8(const gchar *locale_string) in qof_formatted_time_to_utf8() argument
83 count = mbstowcs(NULL, locale_string, 0); in qof_formatted_time_to_utf8()
90 locale_string, count + 1); in qof_formatted_time_to_utf8()
106 gchar *locale_string, *format; in qof_win32_get_time_format() local
112 locale_string = get_win32_locale_string(LOCALE_SSHORTDATE); in qof_win32_get_time_format()
115 locale_string = get_win32_locale_string(LOCALE_STIMEFORMAT); in qof_win32_get_time_format()
120 locale_string = g_strconcat(tmp1, " ", tmp2, NULL); in qof_win32_get_time_format()
132 format = static_cast<char*>(g_hash_table_lookup(picture_to_format, locale_string)); in qof_win32_get_time_format()
135 format = translate_win32_picture(locale_string); in qof_win32_get_time_format()
136 g_hash_table_insert(picture_to_format, g_strdup(locale_string), format); in qof_win32_get_time_format()
[all …]
/dports/finance/gnucash/gnucash-4.9/borrowed/libc/
H A Dstrptime.c519 free (locale_string);
522 free (locale_string);
532 free (locale_string);
587 free (locale_string);
597 free (locale_string);
733 free (locale_string);
832 free (locale_string);
835 free (locale_string);
842 free (locale_string);
846 free (locale_string);
[all …]
/dports/japanese/man/jp-man-1.1j/man/
H A Dlocale.c80 static char *locale_info(char *locale_string) in locale_info() argument
86 if (locale_string == NULL || locale_string[0] == '\0') { in locale_info()
91 if (strcmp(locale_string, (*p)[0]) == 0) { in locale_info()
96 switch (len = strlen(locale_string)) { in locale_info()
98 name = locale_string; in locale_info()
101 if (locale_string[2] == '_') { in locale_info()
102 name = locale_string; in locale_info()
107 if (len > 5 && locale_string[2] == '_' && locale_string[5] == '.') { in locale_info()
108 name = locale_string; in locale_info()
113 fprintf(stderr, "bad locale name: %s.\n", locale_string); in locale_info()
/dports/devel/gnulib/gnulib-20140202-stable/tests/unistdio/
H A Dtest-u16-vasnprintf2.c38 const char *locale_string = "\304rger"; /* Ärger */ in test_function() local
42 my_asnprintf (NULL, &length, "%s %d", locale_string, 33, 44, 55); in test_function()
53 my_asnprintf (NULL, &length, "%10s %d", locale_string, 33, 44, 55); in test_function()
66 my_asnprintf (NULL, &length, "%-10s %d", locale_string, 33, 44, 55); in test_function()
79 my_asnprintf (NULL, &length, "%010s %d", locale_string, 33, 44, 55); in test_function()
H A Dtest-u32-vasnprintf2.c38 const char *locale_string = "\304rger"; /* Ärger */ in test_function() local
42 my_asnprintf (NULL, &length, "%s %d", locale_string, 33, 44, 55); in test_function()
53 my_asnprintf (NULL, &length, "%10s %d", locale_string, 33, 44, 55); in test_function()
66 my_asnprintf (NULL, &length, "%-10s %d", locale_string, 33, 44, 55); in test_function()
79 my_asnprintf (NULL, &length, "%010s %d", locale_string, 33, 44, 55); in test_function()
H A Dtest-u32-vasnprintf3.c38 const char *locale_string = "\303\204rger"; /* Ärger */ in test_function() local
42 my_asnprintf (NULL, &length, "%s %d", locale_string, 33, 44, 55); in test_function()
53 my_asnprintf (NULL, &length, "%10s %d", locale_string, 33, 44, 55); in test_function()
66 my_asnprintf (NULL, &length, "%-10s %d", locale_string, 33, 44, 55); in test_function()
79 my_asnprintf (NULL, &length, "%010s %d", locale_string, 33, 44, 55); in test_function()
H A Dtest-u8-vasnprintf2.c38 const char *locale_string = "\304rger"; /* Ärger */ in test_function() local
42 my_asnprintf (NULL, &length, "%s %d", locale_string, 33, 44, 55); in test_function()
52 my_asnprintf (NULL, &length, "%10s %d", locale_string, 33, 44, 55); in test_function()
62 my_asnprintf (NULL, &length, "%-10s %d", locale_string, 33, 44, 55); in test_function()
72 my_asnprintf (NULL, &length, "%010s %d", locale_string, 33, 44, 55); in test_function()
H A Dtest-u16-vasnprintf3.c38 const char *locale_string = "\303\204rger"; /* Ärger */ in test_function() local
42 my_asnprintf (NULL, &length, "%s %d", locale_string, 33, 44, 55); in test_function()
53 my_asnprintf (NULL, &length, "%10s %d", locale_string, 33, 44, 55); in test_function()
66 my_asnprintf (NULL, &length, "%-10s %d", locale_string, 33, 44, 55); in test_function()
79 my_asnprintf (NULL, &length, "%010s %d", locale_string, 33, 44, 55); in test_function()
H A Dtest-u8-vasnprintf3.c38 const char *locale_string = "\303\204rger"; /* Ärger */ in test_function() local
42 my_asnprintf (NULL, &length, "%s %d", locale_string, 33, 44, 55); in test_function()
52 my_asnprintf (NULL, &length, "%10s %d", locale_string, 33, 44, 55); in test_function()
62 my_asnprintf (NULL, &length, "%-10s %d", locale_string, 33, 44, 55); in test_function()
72 my_asnprintf (NULL, &length, "%010s %d", locale_string, 33, 44, 55); in test_function()
/dports/devel/libunistring/libunistring-0.9.10/tests/unistdio/
H A Dtest-u16-vasnprintf2.c38 const char *locale_string = "\304rger"; /* Ärger */ in test_function() local
42 my_asnprintf (NULL, &length, "%s %d", locale_string, 33, 44, 55); in test_function()
53 my_asnprintf (NULL, &length, "%10s %d", locale_string, 33, 44, 55); in test_function()
66 my_asnprintf (NULL, &length, "%-10s %d", locale_string, 33, 44, 55); in test_function()
79 my_asnprintf (NULL, &length, "%010s %d", locale_string, 33, 44, 55); in test_function()
H A Dtest-u32-vasnprintf3.c38 const char *locale_string = "\303\204rger"; /* Ärger */ in test_function() local
42 my_asnprintf (NULL, &length, "%s %d", locale_string, 33, 44, 55); in test_function()
53 my_asnprintf (NULL, &length, "%10s %d", locale_string, 33, 44, 55); in test_function()
66 my_asnprintf (NULL, &length, "%-10s %d", locale_string, 33, 44, 55); in test_function()
79 my_asnprintf (NULL, &length, "%010s %d", locale_string, 33, 44, 55); in test_function()
H A Dtest-u8-vasnprintf2.c38 const char *locale_string = "\304rger"; /* Ärger */ in test_function() local
42 my_asnprintf (NULL, &length, "%s %d", locale_string, 33, 44, 55); in test_function()
52 my_asnprintf (NULL, &length, "%10s %d", locale_string, 33, 44, 55); in test_function()
62 my_asnprintf (NULL, &length, "%-10s %d", locale_string, 33, 44, 55); in test_function()
72 my_asnprintf (NULL, &length, "%010s %d", locale_string, 33, 44, 55); in test_function()
H A Dtest-u32-vasnprintf2.c38 const char *locale_string = "\304rger"; /* Ärger */ in test_function() local
42 my_asnprintf (NULL, &length, "%s %d", locale_string, 33, 44, 55); in test_function()
53 my_asnprintf (NULL, &length, "%10s %d", locale_string, 33, 44, 55); in test_function()
66 my_asnprintf (NULL, &length, "%-10s %d", locale_string, 33, 44, 55); in test_function()
79 my_asnprintf (NULL, &length, "%010s %d", locale_string, 33, 44, 55); in test_function()
H A Dtest-u8-vasnprintf3.c38 const char *locale_string = "\303\204rger"; /* Ärger */ in test_function() local
42 my_asnprintf (NULL, &length, "%s %d", locale_string, 33, 44, 55); in test_function()
52 my_asnprintf (NULL, &length, "%10s %d", locale_string, 33, 44, 55); in test_function()
62 my_asnprintf (NULL, &length, "%-10s %d", locale_string, 33, 44, 55); in test_function()
72 my_asnprintf (NULL, &length, "%010s %d", locale_string, 33, 44, 55); in test_function()
H A Dtest-u16-vasnprintf3.c38 const char *locale_string = "\303\204rger"; /* Ärger */ in test_function() local
42 my_asnprintf (NULL, &length, "%s %d", locale_string, 33, 44, 55); in test_function()
53 my_asnprintf (NULL, &length, "%10s %d", locale_string, 33, 44, 55); in test_function()
66 my_asnprintf (NULL, &length, "%-10s %d", locale_string, 33, 44, 55); in test_function()
79 my_asnprintf (NULL, &length, "%010s %d", locale_string, 33, 44, 55); in test_function()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/tests/unistdio/
H A Dtest-u16-vasnprintf2.c38 const char *locale_string = "\304rger"; /* Ärger */ in test_function() local
42 my_asnprintf (NULL, &length, "%s %d", locale_string, 33, 44, 55); in test_function()
53 my_asnprintf (NULL, &length, "%10s %d", locale_string, 33, 44, 55); in test_function()
66 my_asnprintf (NULL, &length, "%-10s %d", locale_string, 33, 44, 55); in test_function()
79 my_asnprintf (NULL, &length, "%010s %d", locale_string, 33, 44, 55); in test_function()
H A Dtest-u16-vasnprintf3.c38 const char *locale_string = "\303\204rger"; /* Ärger */ in test_function() local
42 my_asnprintf (NULL, &length, "%s %d", locale_string, 33, 44, 55); in test_function()
53 my_asnprintf (NULL, &length, "%10s %d", locale_string, 33, 44, 55); in test_function()
66 my_asnprintf (NULL, &length, "%-10s %d", locale_string, 33, 44, 55); in test_function()
79 my_asnprintf (NULL, &length, "%010s %d", locale_string, 33, 44, 55); in test_function()
H A Dtest-u32-vasnprintf2.c38 const char *locale_string = "\304rger"; /* Ärger */ in test_function() local
42 my_asnprintf (NULL, &length, "%s %d", locale_string, 33, 44, 55); in test_function()
53 my_asnprintf (NULL, &length, "%10s %d", locale_string, 33, 44, 55); in test_function()
66 my_asnprintf (NULL, &length, "%-10s %d", locale_string, 33, 44, 55); in test_function()
79 my_asnprintf (NULL, &length, "%010s %d", locale_string, 33, 44, 55); in test_function()
H A Dtest-u8-vasnprintf2.c38 const char *locale_string = "\304rger"; /* Ärger */ in test_function() local
42 my_asnprintf (NULL, &length, "%s %d", locale_string, 33, 44, 55); in test_function()
52 my_asnprintf (NULL, &length, "%10s %d", locale_string, 33, 44, 55); in test_function()
62 my_asnprintf (NULL, &length, "%-10s %d", locale_string, 33, 44, 55); in test_function()
72 my_asnprintf (NULL, &length, "%010s %d", locale_string, 33, 44, 55); in test_function()
H A Dtest-u8-vasnprintf3.c38 const char *locale_string = "\303\204rger"; /* Ärger */ in test_function() local
42 my_asnprintf (NULL, &length, "%s %d", locale_string, 33, 44, 55); in test_function()
52 my_asnprintf (NULL, &length, "%10s %d", locale_string, 33, 44, 55); in test_function()
62 my_asnprintf (NULL, &length, "%-10s %d", locale_string, 33, 44, 55); in test_function()
72 my_asnprintf (NULL, &length, "%010s %d", locale_string, 33, 44, 55); in test_function()
H A Dtest-u32-vasnprintf3.c38 const char *locale_string = "\303\204rger"; /* Ärger */ in test_function() local
42 my_asnprintf (NULL, &length, "%s %d", locale_string, 33, 44, 55); in test_function()
53 my_asnprintf (NULL, &length, "%10s %d", locale_string, 33, 44, 55); in test_function()
66 my_asnprintf (NULL, &length, "%-10s %d", locale_string, 33, 44, 55); in test_function()
79 my_asnprintf (NULL, &length, "%010s %d", locale_string, 33, 44, 55); in test_function()

123456