Searched refs:ucd (Results 1 – 10 of 10) sorted by relevance
/external/libusb/libusb/os/ |
D | netbsd_usb.c | 262 usb_config_descriptor_t *ucd; in netbsd_get_active_config_descriptor() local 264 ucd = (usb_config_descriptor_t *) dpriv->cdesc; in netbsd_get_active_config_descriptor() 265 len = MIN(len, UGETW(ucd->wTotalLength)); in netbsd_get_active_config_descriptor() 530 struct usb_config_desc ucd; in _cache_active_config_descriptor() local 537 ucd.ucd_config_index = USB_CURRENT_CONFIG_INDEX; in _cache_active_config_descriptor() 539 if ((ioctl(fd, USB_GET_CONFIG_DESC, &ucd)) < 0) in _cache_active_config_descriptor() 542 usbi_dbg("active bLength %d", ucd.ucd_desc.bLength); in _cache_active_config_descriptor() 544 len = UGETW(ucd.ucd_desc.wTotalLength); in _cache_active_config_descriptor() 549 ufd.ufd_config_index = ucd.ucd_config_index; in _cache_active_config_descriptor()
|
D | openbsd_usb.c | 304 usb_config_descriptor_t *ucd = (usb_config_descriptor_t *)dpriv->cdesc; in obsd_get_active_config_descriptor() local 306 len = MIN(len, UGETW(ucd->wTotalLength)); in obsd_get_active_config_descriptor() 351 usb_config_descriptor_t *ucd = (usb_config_descriptor_t *)dpriv->cdesc; in obsd_get_configuration() local 353 *config = ucd->bConfigurationValue; in obsd_get_configuration()
|
/external/syslinux/codepage/ |
D | cptable.pl | 14 ($ucd, $cpco, $cpfs, $cpout) = @ARGV; 25 open(UCD, '<', $ucd) 26 or die "$0: could not open unicode data: $ucd: $!\n";
|
/external/unicode/ |
D | README.version | 1 URL: http://www.unicode.org/Public/10.0.0/ucd/ and http://www.unicode.org/Public/emoji/5.0/
|
D | README.android | 1 URL: http://www.unicode.org/Public/10.0.0/ucd/
|
/external/icu/icu4c/source/data/unidata/ |
D | changes.txt | 99 + subfolders: ucd, uca, idna, security 100 + inside ucd: extract Unihan.zip to "here" (.../ucd/Unihan/*.txt), delete Unihan.zip 386 …cp $UNICODE_DATA/ucd/CompositionExclusions.txt $ICU_SRC/icu4j/main/tests/core/src/com/ibm/icu/dev/… 431 - download Unicode 9.0 files into a uni90e50 folder: ucd, idna, security (skip uca) 433 - download Unicode 10.0 beta files: ucd 434 + copy Unicode 10 bidi files to the uni90e50/ucd folder: 440 + copy Unicode 10 segmentation files to the uni90e50/ucd folder: 525 …cp ~/unidata/uni90e50/20170322/ucd/CompositionExclusions.txt ~/svn.icu/trunk/src/icu4j/main/tests/… 580 - only for manual diffs: extract Unihan.zip to "here" (.../ucd/Unihan/*.txt), delete Unihan.zip 853 …cp ~/unidata/uni90/20160603/ucd/CompositionExclusions.txt ~/svn.icu4j/trunk/src/main/tests/core/sr… [all …]
|
D | ppucd.txt | 4 ucd;10.0.0
|
/external/python/cpython3/Doc/library/ |
D | unicodedata.rst | 21 <http://www.unicode.org/Public/9.0.0/ucd>`_. 171 .. [#] http://www.unicode.org/Public/9.0.0/ucd/NameAliases.txt 173 .. [#] http://www.unicode.org/Public/9.0.0/ucd/NamedSequences.txt
|
D | stdtypes.rst | 357 See http://www.unicode.org/Public/8.0.0/ucd/extracted/DerivedNumericType.txt
|
/external/python/cpython3/Doc/reference/ |
D | lexical_analysis.rst | 316 <http://www.unicode.org/Public/8.0.0/ucd/PropList.txt>`_ to support backwards 867 .. [#] http://www.unicode.org/Public/8.0.0/ucd/NameAliases.txt
|