Home
last modified time | relevance | path

Searched refs:codepoint (Results 1 – 17 of 17) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DStringPrinter.cpp36 static bool isprint(char32_t codepoint) { in isprint() argument
37 if (codepoint <= 0x1F || codepoint == 0x7F) // C0 in isprint()
41 if (codepoint >= 0x80 && codepoint <= 0x9F) // C1 in isprint()
45 if (codepoint == 0x2028 || codepoint == 0x2029) // line/paragraph separators in isprint()
49 if (codepoint == 0x200E || codepoint == 0x200F || in isprint()
50 (codepoint >= 0x202A && in isprint()
55 if (codepoint >= 0xFFF9 && in isprint()
144 char32_t codepoint = 0; in GetPrintableImpl() local
172 if (codepoint) { in GetPrintableImpl()
173 switch (codepoint) { in GetPrintableImpl()
[all …]
/freebsd-12.1/contrib/gcclibs/libcpp/
H A Dmakeucnid.c122 unsigned long codepoint, this_decomp[4]; in read_table() local
129 codepoint = strtoul (line, &l, 16); in read_table()
132 if (codepoint > 0xffff || ! (flags[codepoint] & (C99 | CXX))) in read_table()
141 flags[codepoint] |= digit; in read_table()
150 combining_value[codepoint] = strtoul (l, &l, 10); in read_table()
160 decomp_useful = flags[codepoint]; in read_table()
178 decomp[codepoint][i] = this_decomp[i]; in read_table()
/freebsd-12.1/share/i18n/csmapper/JIS/
H A DUCS@SIP%JISX0213-1.src20 ## [1983] JIS codepoint defined by JIS X 0208-1983
21 ## [1990] JIS codepoint defined by JIS X 0208-1990
22 ## [2000] JIS codepoint defined by JIS X 0213:2000
23 ## [2004] JIS codepoint defined by JIS X 0213:2004
24 ## [Unicode3.1] UCS codepoint defined by Unicode 3.1
25 ## [Unicode3.2] UCS codepoint defined by Unicode 3.2
H A DJISX0213-1%[email protected]23 ## [1983] JIS codepoint defined by JIS X 0208-1983
24 ## [1990] JIS codepoint defined by JIS X 0208-1990
25 ## [2000] JIS codepoint defined by JIS X 0213:2000
26 ## [2004] JIS codepoint defined by JIS X 0213:2004
27 ## [Unicode3.1] UCS codepoint defined by Unicode 3.1
28 ## [Unicode3.2] UCS codepoint defined by Unicode 3.2
H A DJISX0213-2%[email protected]23 ## [1983] JIS codepoint defined by JIS X 0208-1983
24 ## [1990] JIS codepoint defined by JIS X 0208-1990
25 ## [2000] JIS codepoint defined by JIS X 0213:2000
26 ## [2004] JIS codepoint defined by JIS X 0213:2004
27 ## [Unicode3.1] UCS codepoint defined by Unicode 3.1
28 ## [Unicode3.2] UCS codepoint defined by Unicode 3.2
H A DUCS@SIP%JISX0213-2.src20 ## [1983] JIS codepoint defined by JIS X 0208-1983
21 ## [1990] JIS codepoint defined by JIS X 0208-1990
22 ## [2000] JIS codepoint defined by JIS X 0213:2000
23 ## [2004] JIS codepoint defined by JIS X 0213:2004
24 ## [Unicode3.1] UCS codepoint defined by Unicode 3.1
25 ## [Unicode3.2] UCS codepoint defined by Unicode 3.2
H A DJISX0213-1%[email protected]23 ## [1983] JIS codepoint defined by JIS X 0208-1983
24 ## [1990] JIS codepoint defined by JIS X 0208-1990
25 ## [2000] JIS codepoint defined by JIS X 0213:2000
26 ## [2004] JIS codepoint defined by JIS X 0213:2004
27 ## [Unicode3.1] UCS codepoint defined by Unicode 3.1
28 ## [Unicode3.2] UCS codepoint defined by Unicode 3.2
H A DUCS@BMP%JISX0213-1.src20 ## [1983] JIS codepoint defined by JIS X 0208-1983
21 ## [1990] JIS codepoint defined by JIS X 0208-1990
22 ## [2000] JIS codepoint defined by JIS X 0213:2000
23 ## [2004] JIS codepoint defined by JIS X 0213:2004
24 ## [Unicode3.1] UCS codepoint defined by Unicode 3.1
25 ## [Unicode3.2] UCS codepoint defined by Unicode 3.2
H A DJISX0213-2%[email protected]23 ## [1983] JIS codepoint defined by JIS X 0208-1983
24 ## [1990] JIS codepoint defined by JIS X 0208-1990
25 ## [2000] JIS codepoint defined by JIS X 0213:2000
26 ## [2004] JIS codepoint defined by JIS X 0213:2004
27 ## [Unicode3.1] UCS codepoint defined by Unicode 3.1
28 ## [Unicode3.2] UCS codepoint defined by Unicode 3.2
H A DUCS@BMP%JISX0213-2.src20 ## [1983] JIS codepoint defined by JIS X 0208-1983
21 ## [1990] JIS codepoint defined by JIS X 0208-1990
22 ## [2000] JIS codepoint defined by JIS X 0213:2000
23 ## [2004] JIS codepoint defined by JIS X 0213:2004
24 ## [Unicode3.1] UCS codepoint defined by Unicode 3.1
25 ## [Unicode3.2] UCS codepoint defined by Unicode 3.2
/freebsd-12.1/contrib/subversion/subversion/libsvn_subr/utf8proc/
H A Dutf8proc_internal.h395 typedef utf8proc_int32_t (*utf8proc_custom_func)(utf8proc_int32_t codepoint, void *data);
436 UTF8PROC_DLLEXPORT utf8proc_bool utf8proc_codepoint_valid(utf8proc_int32_t codepoint);
447 UTF8PROC_DLLEXPORT utf8proc_ssize_t utf8proc_encode_char(utf8proc_int32_t codepoint, utf8proc_uint8…
461 UTF8PROC_DLLEXPORT const utf8proc_property_t *utf8proc_get_property(utf8proc_int32_t codepoint);
491 utf8proc_int32_t codepoint, utf8proc_int32_t *dst, utf8proc_ssize_t bufsize,
638 UTF8PROC_DLLEXPORT int utf8proc_charwidth(utf8proc_int32_t codepoint);
644 UTF8PROC_DLLEXPORT utf8proc_category_t utf8proc_category(utf8proc_int32_t codepoint);
650 UTF8PROC_DLLEXPORT const char *utf8proc_category_string(utf8proc_int32_t codepoint);
/freebsd-12.1/contrib/llvm/lib/Support/
H A DYAMLParser.cpp212 uint32_t codepoint = ((*Position & 0x1F) << 6) | in decodeUTF8() local
214 if (codepoint >= 0x80) in decodeUTF8()
215 return std::make_pair(codepoint, 2); in decodeUTF8()
223 uint32_t codepoint = ((*Position & 0x0F) << 12) | in decodeUTF8() local
228 if (codepoint >= 0x800 && in decodeUTF8()
229 (codepoint < 0xD800 || codepoint > 0xDFFF)) in decodeUTF8()
230 return std::make_pair(codepoint, 3); in decodeUTF8()
239 uint32_t codepoint = ((*Position & 0x07) << 18) | in decodeUTF8() local
243 if (codepoint >= 0x10000 && codepoint <= 0x10FFFF) in decodeUTF8()
244 return std::make_pair(codepoint, 4); in decodeUTF8()
/freebsd-12.1/contrib/lua/src/
H A Dlutf8lib.c100 static int codepoint (lua_State *L) { in codepoint() function
240 {"codepoint", codepoint},
/freebsd-12.1/share/i18n/csmapper/MISC/
H A DATARIST%UCS.src59 # - Fix the correct codepoint 0x00B3 instead of 0x22B3 for SUPERSCRIPT THREE,
H A DUCS%ATARIST.src59 # - Fix the correct codepoint 0x00B3 instead of 0x22B3 for SUPERSCRIPT THREE,
/freebsd-12.1/contrib/tcpdump/
H A DCHANGES590 801.1ag: use standard codepoint.
607 bugfix: use the correct codepoint for the OSPF simple text auth token
/freebsd-12.1/gnu/usr.bin/grep/
H A DChangeLog492 For example, in SJIS encoding, one character has the codepoint 0x895c.
496 codepoint is 0xb9a5. So 0xb9a5 can match with 2nd byte of 0xa5b9