Home
last modified time | relevance | path

Searched refs:utf (Results 1 – 8 of 8) sorted by relevance

/linux/Documentation/sphinx-static/
H A Dtheme_rtd_colors.css1 /* -*- coding: utf-8; mode: css -*-
H A Dtheme_overrides.css1 /* -*- coding: utf-8; mode: css -*-
/linux/tools/perf/pmu-events/
H A Djevents.py99 utf = s.encode(encoding='utf-8',errors='strict')
103 return len(utf) - utf.count(b'\\') + utf.count(b'\\\\') - (utf.count(b'\\000') * 2)
/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-cnf4.rst1 .. -*- coding: utf-8; mode: rst -*-
/linux/drivers/net/wireless/ath/ath6kl/
H A Dinit.c79 .utf = AR6003_HW_2_1_1_UTF_FIRMWARE_FILE,
160 .utf = AR6004_HW_1_3_UTF_FIRMWARE_FILE,
183 .utf = AR6004_HW_3_0_UTF_FIRMWARE_FILE,
823 if (ar->hw.fw.utf == NULL) { in ath6kl_fetch_testmode_file()
829 ar->hw.fw.dir, ar->hw.fw.utf); in ath6kl_fetch_testmode_file()
H A Dcore.h797 const char *utf; member
/linux/fs/unicode/
H A Dmkutf8data.c1556 char utf[18*4+1]; in utf8_create() local
1566 u = utf; in utf8_create()
1572 data->utf8nfdi = strdup(utf); in utf8_create()
1574 u = utf; in utf8_create()
1580 if (!data->utf8nfdi || strcmp(data->utf8nfdi, utf)) in utf8_create()
1581 data->utf8nfdicf = strdup(utf); in utf8_create()
/linux/Documentation/sphinx/
H A Dkerneldoc-preamble.sty1 % -*- coding: utf-8 -*-