/openbmc/linux/drivers/tty/vt/ |
H A D | selection.c | 67 sel_pos(int n, bool unicode) in sel_pos() argument 69 if (unicode) in sel_pos() 189 static int vc_selection_store_chars(struct vc_data *vc, bool unicode) in vc_selection_store_chars() argument 196 bp = kmalloc_array((vc_sel.end - vc_sel.start) / 2 + 1, unicode ? 4 : 1, in vc_selection_store_chars() 208 u32 c = sel_pos(i, unicode); in vc_selection_store_chars() 209 if (unicode) in vc_selection_store_chars() 234 bool unicode = vt_do_kdgkbmode(fg_console) == K_UNICODE; in vc_do_selection() local 242 spc = is_space_on_vt(sel_pos(ps, unicode)); in vc_do_selection() 244 if ((spc && !is_space_on_vt(sel_pos(ps, unicode))) || in vc_do_selection() 245 (!spc && !inword(sel_pos(ps, unicode)))) in vc_do_selection() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/unicode-ucd/ |
H A D | unicode-ucd_14.0.0.bb | 2 HOMEPAGE = "https://unicode.org/ucd/" 7 …https://www.unicode.org/Public/zipped/${PV}/UCD.zip;name=ucd;subdir=ucd;downloadfilename=unicode-u… 8 https://www.unicode.org/license.txt;name=ucd-license \ 21 install -d ${D}${datadir}/unicode 22 cp -rf ${UNPACKDIR}/ucd ${D}${datadir}/unicode 25 FILES:${PN} = "${datadir}/unicode/ucd"
|
/openbmc/linux/fs/unicode/ |
H A D | README.utf8data | 6 http://www.unicode.org/Public/12.1.0/ucd/ 10 https://www.unicode.org/Public/12.1.0/ucd/CaseFolding.txt 11 https://www.unicode.org/Public/12.1.0/ucd/DerivedAge.txt 12 https://www.unicode.org/Public/12.1.0/ucd/extracted/DerivedCombiningClass.txt 13 https://www.unicode.org/Public/12.1.0/ucd/DerivedCoreProperties.txt 14 https://www.unicode.org/Public/12.1.0/ucd/NormalizationCorrections.txt 15 https://www.unicode.org/Public/12.1.0/ucd/NormalizationTest.txt 16 https://www.unicode.org/Public/12.1.0/ucd/UnicodeData.txt 42 http://www.unicode.org/Public/UCD/latest/ 44 Then, build under fs/unicode/ with REGENERATE_UTF8DATA=1: [all …]
|
H A D | Makefile | 4 obj-y += unicode.o 9 unicode-y := utf8-norm.o utf8-core.o
|
/openbmc/qemu/subprojects/ |
H A D | unicode-ident-1-rs.wrap | 2 directory = unicode-ident-1.0.12 3 source_url = https://crates.io/api/v1/crates/unicode-ident/1.0.12/download 4 source_filename = unicode-ident-1.0.12.tar.gz 7 patch_directory = unicode-ident-1-rs
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/ibus/ |
H A D | ibus.bb | 13 # for unicode-ucd 14 EXTRA_OECONF += "--with-ucd-dir=${STAGING_DATADIR}/unicode/ucd" 25 # run native unicode-parser 26 sed -i 's:$(builddir)/unicode-parser:unicode-parser:g' ${S}/src/Makefile.am
|
H A D | ibus-native.bb | 15 # for allarch unicode-ucd - just to make configure happy 16 EXTRA_OECONF += "--with-ucd-dir=${RECIPE_SYSROOT}${datadir_native}/unicode/ucd" 25 oe_runmake unicode-parser 33 install -m 755 ${S}/src/.libs/unicode-parser ${D}/${bindir}
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | Unicode-DFS-2016 | 3 …unicode.org/Public/, http://www.unicode.org/reports/, http://www.unicode.org/cldr/data/, http://so… 5 Unicode Data Files do not include PDF online code charts under the directory http://www.unicode.org… 7 …unicode.org/Public/, http://www.unicode.org/reports/, http://www.unicode.org/cldr/data/, http://so… 13 …c. All rights reserved. Distributed under the Terms of Use in http://www.unicode.org/copyright.htm…
|
H A D | Unicode-DFS-2015 | 3 …unicode.org/Public/, http://www.unicode.org/reports/, and http://www.unicode.org/cldr/data/. Unico… 9 …c. All rights reserved. Distributed under the Terms of Use in http://www.unicode.org/copyright.htm…
|
/openbmc/linux/Documentation/input/ |
H A D | notifier.rst | 19 unicode character. value is the unicode value. 21 non-unicode character. value is the keysym. 22 - KBD_POST_KEYSYM events are sent after the treatment of non-unicode keysyms. 40 if (unicode) { 41 param.value = unicode; 44 emit unicode;
|
/openbmc/openbmc/poky/meta/recipes-sato/rxvt-unicode/rxvt-unicode/ |
H A D | xwc.patch | 3 diff -ruN rxvt-unicode-9.10-orig//src/screen.C rxvt-unicode-9.10/src/screen.C 4 --- rxvt-unicode-9.10-orig//src/screen.C 2011-04-19 13:34:01.327664984 +0800 5 +++ rxvt-unicode-9.10/src/screen.C 2011-04-19 13:34:47.037665001 +0800
|
/openbmc/openbmc/poky/meta/recipes-sato/rxvt-unicode/ |
H A D | rxvt-unicode.inc | 2 SUMMARY = "rxvt terminal clone supporting unicode" 3 DESCRIPTION = "rxvt-unicode is a clone of the well known \ 11 SRC_URI = "http://dist.schmorp.de/rxvt-unicode/Attic/rxvt-unicode-${PV}.tar.bz2 \ 60 ${STAGING_BINDIR_NATIVE}/tic -x ${S}/doc/etc/rxvt-unicode.terminfo -o ${D}${datadir}/terminfo || \ 61 ${STAGING_BINDIR_NATIVE}/tic ${S}/doc/etc/rxvt-unicode.terminfo -o ${D}${datadir}/terminfo
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/htop/ |
H A D | htop_3.3.0.bb | 19 unicode \ 23 PACKAGECONFIG[unicode] = "--enable-unicode,--disable-unicode"
|
/openbmc/linux/fs/fat/ |
H A D | dir.c | 281 wchar_t **unicode, unsigned char *nr_slots) in fat_parse_long() argument 286 if (!*unicode) { in fat_parse_long() 287 *unicode = __getname(); in fat_parse_long() 288 if (!*unicode) { in fat_parse_long() 310 fat16_towchar(*unicode + offset, ds->name0_4, 5); in fat_parse_long() 311 fat16_towchar(*unicode + offset + 5, ds->name5_10, 6); in fat_parse_long() 312 fat16_towchar(*unicode + offset + 11, ds->name11_12, 2); in fat_parse_long() 315 (*unicode)[offset + 13] = 0; in fat_parse_long() 471 wchar_t *unicode = NULL; in fat_search_long() local 490 &unicode, &nr_slots); in fat_search_long() [all …]
|
/openbmc/linux/drivers/accessibility/speakup/ |
H A D | speakup_soft.c | 219 loff_t *pos, int unicode) in softsynthx_read() argument 224 size_t bytes_per_ch = unicode ? 3 : 1; in softsynthx_read() 238 if (!unicode) in softsynthx_read() 270 if (!unicode) in softsynthx_read() 278 if ((!unicode && ch < 0x100) || (unicode && ch < 0x80)) { in softsynthx_read() 286 } else if (unicode && ch < 0x800) { in softsynthx_read() 297 } else if (unicode) { in softsynthx_read()
|
/openbmc/linux/fs/hfsplus/ |
H A D | unicode.c | 40 p1 = s1->unicode; in hfsplus_strcasecmp() 41 p2 = s2->unicode; in hfsplus_strcasecmp() 74 p1 = s1->unicode; in hfsplus_strcmp() 75 p2 = s2->unicode; in hfsplus_strcmp() 134 ip = ustr->unicode; in hfsplus_uni2asc() 365 ustr->unicode[outlen++] = cpu_to_be16(*dstr++); in hfsplus_asc2uni() 368 ustr->unicode[outlen++] = cpu_to_be16(c); in hfsplus_asc2uni()
|
/openbmc/qemu/subprojects/packagefiles/unicode-ident-1-rs/ |
H A D | meson.build | 1 project('unicode-ident-1-rs', 'rust', 21 meson.override_dependency('unicode-ident-1-rs', unicode_ident_dep, native: true)
|
/openbmc/qemu/subprojects/unicode-ident-1-rs/ |
H A D | meson.build | 1 project('unicode-ident-1-rs', 'rust', 20 meson.override_dependency('unicode-ident-1-rs', unicode_ident_dep, native: true)
|
/openbmc/openbmc/poky/meta/recipes-support/libpcre/ |
H A D | libpcre_8.45.bb | 25 PACKAGECONFIG ??= "pcre8 unicode-properties jit" 31 PACKAGECONFIG[unicode-properties] = "--enable-unicode-properties,--disable-unicode-properties"
|
/openbmc/openbmc/meta-security/meta-parsec/recipes-parsec/parsec-tool/ |
H A D | parsec-tool-crates.inc | 149 crate://crates.io/unicode-bidi/0.3.13 \ 150 crate://crates.io/unicode-ident/1.0.12 \ 151 crate://crates.io/unicode-normalization/0.1.22 \ 152 crate://crates.io/unicode-segmentation/1.10.1 \ 153 crate://crates.io/unicode-width/0.1.11 \ 154 crate://crates.io/unicode-xid/0.2.4 \ 331 SRC_URI[unicode-bidi-0.3.13.sha256sum] = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385… 332 SRC_URI[unicode-ident-1.0.12.sha256sum] = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4faceb… 333 SRC_URI[unicode-normalization-0.1.22.sha256sum] = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0… 334 SRC_URI[unicode-segmentation-1.10.1.sha256sum] = "1dd624098567895118886609431a7c3b8f516e41d30e0643f… [all …]
|
/openbmc/openbmc/meta-security/recipes-ids/suricata/ |
H A D | suricata-crates.inc | 116 crate://crates.io/unicode-ident/1.0.10 \ 117 crate://crates.io/unicode-xid/0.1.0 \ 118 crate://crates.io/unicode-xid/0.2.4 \ 238 SRC_URI[unicode-ident-1.0.10.sha256sum] = "22049a19f4a68748a168c0fc439f9516686aa045927ff767eca0a851… 239 SRC_URI[unicode-xid-0.1.0.sha256sum] = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a… 240 SRC_URI[unicode-xid-0.2.4.sha256sum] = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc7… 322 crate://crates.io/unicode-ident/1.0.5 \ 323 crate://crates.io/unicode-segmentation/1.10.0 \ 324 crate://crates.io/unicode-width/0.1.10 \ 413 SRC_URI[unicode-ident-1.0.5.sha256sum] = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad19… [all …]
|
/openbmc/qemu/subprojects/packagefiles/proc-macro2-1-rs/ |
H A D | meson.build | 7 subproject('unicode-ident-1-rs', required: true) 9 unicode_ident_dep = dependency('unicode-ident-1-rs', native: true)
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-pydantic-core-crates.inc | 80 crate://crates.io/unicode-bidi/0.3.15 \ 81 crate://crates.io/unicode-ident/1.0.12 \ 82 crate://crates.io/unicode-normalization/0.1.23 \ 178 SRC_URI[unicode-bidi-0.3.15.sha256sum] = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004… 179 SRC_URI[unicode-ident-1.0.12.sha256sum] = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4faceb… 180 SRC_URI[unicode-normalization-0.1.23.sha256sum] = "a56d1686db2308d901306f92a263857ef59ea39678a5458e…
|
/openbmc/qemu/subprojects/packagefiles/syn-2-rs/ |
H A D | meson.build | 9 subproject('unicode-ident-1-rs', required: true) 13 unicode_ident_dep = dependency('unicode-ident-1-rs', native: true)
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/libsombok3/libsombok3/ |
H A D | 0001-configure.ac-fix-cross-compiling-issue.patch | 19 @@ -120,9 +120,6 @@ AC_ARG_WITH(unicode-version, 20 AC_HELP_STRING(--with-unicode-version=VERSION,
|