Home
last modified time | relevance | path

Searched refs:locales (Results 1 – 25 of 49) sorted by relevance

12

/l4re-core-master/uclibc/lib/contrib/uclibc/extra/locale/
A Dgen_locale.c82 static locale_entry locales[700]; variable
148 if (memcmp(locales[i].name, locales[i-1].name, 5) != 0) { in do_locale_names()
149 locales[i].idx_name = uniq; in do_locale_names()
165 fprintf(ofp, "COL_IDX_%.2s_%.2s, ", locales[i].glibc_name, locales[i].glibc_name+3); in do_locale_names()
183 if (memcmp(locales[i].name, locales[i-1].name, 5) != 0) { in do_locale_names()
445 locales[0].glibc_name = locales[0].name; in read_locale_list()
447 locales[0].dot_cs = 0; in read_locale_list()
610 locales[i].name, in main()
611 locales[i].cs, in main()
612 locales[i].dot_cs, in main()
[all …]
A DREADME20 real locales enabled. That will be fixed though. wc->mb unsupported
34 charmaps/ and all 268 locales in LOCALES. I estimate that the
57 3) Create a locales.txt file to select the locales you want to support.
58 You can copy and edit the LOCALES file for example. Other locales could
60 NOTE: You have to have the approprite locales available for glibc!
A D.gitignore14 /locales.txt
A DMakefile.in90 $(locale_OUT)/locales.txt:
122 $(locale_OUT)/locales.txt: $(locale_DIR)/LOCALES
180 $(locale_OUT)/locale_tables.h: $(locale_OUT)/gen_locale $(locale_OUT)/locales.txt
A Dlocale_mmap.h80 unsigned char locales[__LOCALE_DATA_NUM_LOCALES * __LOCALE_DATA_WIDTH_LOCALES]; member
A DLOCALES11 # codeset locales. Of course, you must have built the c8tables.h and
19 # Now the locales
337 # The following are standard locales, but we currently don't support
A Dgen_mmap.c190 fseek(fp, (long) offsetof(__locale_mmap_t, locales), SEEK_SET); in main()
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/locale/programs/
A Dlocale.c41 #define LOCALES (__locale_mmap->locales)
260 locale_entry *locales = (locale_entry *) LOCALES; in list_locale() local
263 find_locale_string(locales, loc); in list_locale()
266 locales++; in list_locale()
431 locale_entry *locales; in show_locale_vars() local
441 locales = GET_LOCALE_ENTRY(row); in show_locale_vars()
442 find_locale_string(locales, loc_name); in show_locale_vars()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/locale/
A Dlocale.c106 #define LOCALES (__locale_mmap->locales)
163 #error locales enabled, but not data other than for C locale!
588 if (!init_cur_collate(__locale_mmap->locales[ __LOCALE_DATA_WIDTH_LOCALES in _locale_set_l()
609 crow = __locale_mmap->locales[ __LOCALE_DATA_WIDTH_LOCALES * row in _locale_set_l()
626 c = __locale_mmap->locales[ __LOCALE_DATA_WIDTH_LOCALES * row in _locale_set_l()
1282 #warning CONSIDER: Probably want a _locale_new func to allow for caching of locales. in newlocale()
/l4re-core-master/uclibc/lib/contrib/uclibc/
A DTODO171 b) Rework of the locale data organization to make using locales reasonable
177 e) transliteration of unsupported wchars in 8-bit locales (like glibc).
A DChangelog399 approx 40Mb of glibc locales to get the 300+ locales currently
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/wchar/
A Dwchar.c1252 #error currently iconv requires 8 bit locales
1255 #error currently iconv requires UTF-8 locales
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/Configs/
A DConfig.in1500 Enabling UCLIBC_HAS_LOCALE with the default set of supported locales
1501 (169 UTF-8 locales, and 144 locales for other codesets) will enlarge
1518 bool "All locales"
1521 This builds all the locales that are available on your
1525 bool "Only selected locales"
1528 If you do not need all locales that are available on your
1537 Note that these pregenerated locales are sensitive to your
1545 string "locales to use"
1549 Space separated list of locales to use.
1629 format strings in locales with different multibyte conversions.
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/
A D_collate.c292 #warning right now single weight locales do not support .. in next_weight()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/std/
A Dstreambuf200 // [27.5.2.2.1] locales
562 // [27.5.2.4.1] locales
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/std/
A Dstreambuf200 // [27.5.2.2.1] locales
562 // [27.5.2.4.1] locales
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/std/
A Dstreambuf200 // [27.5.2.2.1] locales
562 // [27.5.2.4.1] locales
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/std/
A Dstreambuf200 // [27.5.2.2.1] locales
562 // [27.5.2.4.1] locales
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/std/
A Dstreambuf205 // [27.5.2.2.1] locales
567 // [27.5.2.4.1] locales
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/std/
A Dstreambuf207 // [27.5.2.2.1] locales
569 // [27.5.2.4.1] locales
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/std/
A Dstreambuf207 // [27.5.2.2.1] locales
569 // [27.5.2.4.1] locales
/l4re-core-master/uclibc/lib/contrib/uclibc/docs/
A DGlibc_vs_uClibc_Differences.txt128 a problem is detected. In locales other than C, the format string is checked
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/std/
A Dstreambuf207 // [27.5.2.2.1] locales
569 // [27.5.2.4.1] locales
/l4re-core-master/uclibc/lib/contrib/uclibc/test/misc/
A Dtst-fnmatch.input418 # locales other than the C locale. The main focus of the tests is on the
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/locale/collation/
A Dcomm46 % to specify deltas by locales using

Completed in 30 milliseconds

12