/third_party/boost/boost/spirit/home/support/char_encoding/ |
D | unicode.hpp | 47 return ucd::is_alphanumeric(ch); in isalnum() 53 return ucd::is_alphabetic(ch); in isalpha() 59 return ucd::is_decimal_number(ch); in isdigit() 65 return ucd::is_hex_digit(ch); in isxdigit() 71 return ucd::is_control(ch); in iscntrl() 77 return ucd::is_graph(ch); in isgraph() 83 return ucd::is_lowercase(ch); in islower() 89 return ucd::is_print(ch); in isprint() 95 return ucd::is_punctuation(ch); in ispunct() 101 return ucd::is_white_space(ch); in isspace() [all …]
|
/third_party/harfbuzz/src/ |
D | update-unicode-tables.make | 7 hb-ucd-table.hh hb-ot-shape-complex-use-table.hh \ 22 hb-ucd-table.hh: gen-ucd-table.py ucd.nounihan.grouped.zip hb-common.h 33 curl -O https://unicode.org/Public/UCD/latest/ucd/ArabicShaping.txt 35 curl -O https://unicode.org/Public/UCD/latest/ucd/UnicodeData.txt 37 curl -O https://unicode.org/Public/UCD/latest/ucd/Blocks.txt 39 curl -O https://www.unicode.org/Public/UCD/latest/ucd/emoji/emoji-data.txt 41 curl -O https://unicode.org/Public/UCD/latest/ucd/IndicSyllabicCategory.txt 43 curl -O https://unicode.org/Public/UCD/latest/ucd/IndicPositionalCategory.txt 48 ucd.nounihan.grouped.zip: 49 curl -O https://unicode.org/Public/UCD/latest/ucdxml/ucd.nounihan.grouped.zip [all …]
|
D | gen-ucd-table.py | 22 ucd = packTab.ucdxml.ucdxml_get_repertoire(ucdxml) variable 28 gc = [u['gc'] for u in ucd] 29 ccc = [int(u['ccc']) for u in ucd] 30 bmg = [int(v, 16) - int(u) if v else 0 for u,v in enumerate(u['bmg'] for u in ucd)] 34 sc = [u['sc'] for u in ucd] 36 dm = {i:tuple(int(v, 16) for v in u['dm'].split()) for i,u in enumerate(ucd) 38 ce = {i for i,u in enumerate(ucd) if u['Comp_Ex'] == 'Y'}
|
D | Makefile.sources | 163 hb-ucd-table.hh \ 164 hb-ucd.cc \
|
/third_party/e2fsprogs/util/ucd/ |
D | README | 9 http://www.unicode.org/Public/11.0.0/ucd/ 20 http://www.unicode.org/Public/11.0.0/ucd/CaseFolding.txt 21 http://www.unicode.org/Public/11.0.0/ucd/DerivedAge.txt 22 http://www.unicode.org/Public/11.0.0/ucd/extracted/DerivedCombiningClass.txt 23 http://www.unicode.org/Public/11.0.0/ucd/DerivedCoreProperties.txt 24 http://www.unicode.org/Public/11.0.0/ucd/NormalizationCorrections.txt 25 http://www.unicode.org/Public/11.0.0/ucd/NormalizationTest.txt 26 http://www.unicode.org/Public/11.0.0/ucd/UnicodeData.txt
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | update-unicode-tables.make | 7 hb-ucd-table.hh hb-ot-shape-complex-use-table.hh \ 22 hb-ucd-table.hh: gen-ucd-table.py ucd.nounihan.grouped.zip hb-common.h 33 curl -O https://unicode.org/Public/UCD/latest/ucd/$@ 35 curl -O https://www.unicode.org/Public/UCD/latest/ucd/emoji/emoji-data.txt 42 ucd.nounihan.grouped.zip: 43 curl -O https://unicode.org/Public/UCD/latest/ucdxml/ucd.nounihan.grouped.zip 49 languagetags language-subtag-registry ucd.nounihan.grouped.zip Scripts.txt
|
D | gen-ucd-table.py | 22 ucd = packTab.ucdxml.ucdxml_get_repertoire(ucdxml) variable 28 gc = [u['gc'] for u in ucd] 29 ccc = [int(u['ccc']) for u in ucd] 30 bmg = [int(v, 16) - int(u) if v else 0 for u,v in enumerate(u['bmg'] for u in ucd)] 34 sc = [u['sc'] for u in ucd] 36 dm = {i:tuple(int(v, 16) for v in u['dm'].split()) for i,u in enumerate(ucd) 38 ce = {i for i,u in enumerate(ucd) if u['Comp_Ex'] == 'Y'}
|
D | Makefile.sources | 169 hb-ucd-table.hh \ 170 hb-ucd.cc \
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | gen-ucd-table.py | 17 ucd = packTab.ucdxml.ucdxml_get_repertoire(ucdxml) variable 20 gc = [u['gc'] for u in ucd] 21 ccc = [int(u['ccc']) for u in ucd] 22 bmg = [int(v, 16) - int(u) if v else 0 for u,v in enumerate(u['bmg'] for u in ucd)] 26 sc = [u['sc'] for u in ucd] 28 dm = {i:tuple(int(v, 16) for v in u['dm'].split()) for i,u in enumerate(ucd) 30 ce = {i for i,u in enumerate(ucd) if u['Comp_Ex'] == 'Y'}
|
D | Makefile.sources | 148 hb-ucd-table.hh \ 149 hb-ucd.cc \
|
/third_party/pcre2/pcre2/src/ |
D | pcre2_script_run.c | 121 const ucd_record *ucd = GET_UCD(c); in PRIV() local 122 int32_t scriptx = ucd->scriptx; in PRIV() 399 if (ucd->chartype == ucp_Nd) in PRIV()
|
/third_party/libusb/libusb/os/ |
D | netbsd_usb.c | 470 struct usb_config_desc ucd; in _cache_active_config_descriptor() local 477 ucd.ucd_config_index = USB_CURRENT_CONFIG_INDEX; in _cache_active_config_descriptor() 479 if ((ioctl(fd, USB_GET_CONFIG_DESC, &ucd)) < 0) in _cache_active_config_descriptor() 482 usbi_dbg("active bLength %d", ucd.ucd_desc.bLength); in _cache_active_config_descriptor() 484 len = UGETW(ucd.ucd_desc.wTotalLength); in _cache_active_config_descriptor() 489 ufd.ufd_config_index = ucd.ucd_config_index; in _cache_active_config_descriptor()
|
/third_party/boost/boost/spirit/home/support/char_encoding/unicode/ |
D | lowercase_table.hpp | 11 namespace boost { namespace spirit { namespace ucd { namespace detail namespace
|
D | script_table.hpp | 11 namespace boost { namespace spirit { namespace ucd { namespace detail namespace
|
D | uppercase_table.hpp | 11 namespace boost { namespace spirit { namespace ucd { namespace detail namespace
|
D | category_table.hpp | 11 namespace boost { namespace spirit { namespace ucd { namespace detail namespace
|
D | query.hpp | 20 namespace boost { namespace spirit { namespace ucd namespace
|
/third_party/python/Doc/library/ |
D | unicodedata.rst | 21 <https://www.unicode.org/Public/13.0.0/ucd>`_. 178 .. [#] https://www.unicode.org/Public/13.0.0/ucd/NameAliases.txt 180 .. [#] https://www.unicode.org/Public/13.0.0/ucd/NamedSequences.txt
|
/third_party/flutter/skia/third_party/externals/icu/source/data/unidata/ |
D | changes.txt | 210 + subfolders: emoji, idna, security, ucd, uca 211 + inside ucd: extract Unihan.zip to "here" (.../ucd/Unihan/*.txt), delete Unihan.zip 532 …cp $UNICODE_DATA/ucd/CompositionExclusions.txt $ICU_SRC/icu4j/main/tests/core/src/com/ibm/icu/dev/… 603 + subfolders: ucd, uca, idna, security 604 + inside ucd: extract Unihan.zip to "here" (.../ucd/Unihan/*.txt), delete Unihan.zip 890 …cp $UNICODE_DATA/ucd/CompositionExclusions.txt $ICU_SRC/icu4j/main/tests/core/src/com/ibm/icu/dev/… 935 - download Unicode 9.0 files into a uni90e50 folder: ucd, idna, security (skip uca) 937 - download Unicode 10.0 beta files: ucd 938 + copy Unicode 10 bidi files to the uni90e50/ucd folder: 944 + copy Unicode 10 segmentation files to the uni90e50/ucd folder: [all …]
|
/third_party/skia/third_party/externals/icu/source/data/unidata/ |
D | changes.txt | 56 https://www.unicode.org/Public/13.0.0/ucd/ 90 + subfolders: emoji, idna, security, ucd, uca 91 + inside ucd: extract Unihan.zip to "here" (.../ucd/Unihan/*.txt), delete Unihan.zip 93 ~/unitools/trunk/src$ py/splitunihan.py $UNICODE_DATA/ucd/Unihan 95 or from the ucd/cldr/ output folder of the Unicode Tools: 350 …cp -v $UNICODE_DATA/ucd/CompositionExclusions.txt $ICU_SRC/icu4j/main/tests/core/src/com/ibm/icu/d… 412 + subfolders: emoji, idna, security, ucd, uca 413 + inside ucd: extract Unihan.zip to "here" (.../ucd/Unihan/*.txt), delete Unihan.zip 616 …cp -v $UNICODE_DATA/ucd/CompositionExclusions.txt $ICU_SRC/icu4j/main/tests/core/src/com/ibm/icu/d… 686 + subfolders: emoji, idna, security, ucd, uca [all …]
|
/third_party/icu/icu4c/source/data/unidata/ |
D | changes.txt | 56 https://www.unicode.org/Public/13.0.0/ucd/ 90 + subfolders: emoji, idna, security, ucd, uca 91 + inside ucd: extract Unihan.zip to "here" (.../ucd/Unihan/*.txt), delete Unihan.zip 93 ~/unitools/trunk/src$ py/splitunihan.py $UNICODE_DATA/ucd/Unihan 95 or from the ucd/cldr/ output folder of the Unicode Tools: 350 …cp -v $UNICODE_DATA/ucd/CompositionExclusions.txt $ICU_SRC/icu4j/main/tests/core/src/com/ibm/icu/d… 412 + subfolders: emoji, idna, security, ucd, uca 413 + inside ucd: extract Unihan.zip to "here" (.../ucd/Unihan/*.txt), delete Unihan.zip 616 …cp -v $UNICODE_DATA/ucd/CompositionExclusions.txt $ICU_SRC/icu4j/main/tests/core/src/com/ibm/icu/d… 686 + subfolders: emoji, idna, security, ucd, uca [all …]
|
/third_party/pcre2/pcre2/maint/ |
D | ucptest.c | 401 const ucd_record *ucd, *next_ucd; in find_chars() local 613 ucd = GET_UCD(c); in find_chars() 618 if (memcmp(ucd, next_ucd, sizeof(ucd_record)) != 0) break; in find_chars()
|
/third_party/flutter/skia/third_party/harfbuzz/ |
D | BUILD.gn | 197 "$_src/hb-ucd-table.hh", 198 "$_src/hb-ucd.cc",
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/text/ |
D | line_breaker.dart | 50 /// * https://www.unicode.org/Public/11.0.0/ucd/LineBreak.txt
|
/third_party/harfbuzz/ |
D | BUILD.gn | 66 "//third_party/harfbuzz/src/hb-ucd.cc",
|