HomeSort by relevance Sort by last modified time
    Searched refs:ucd (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/unicode/
bms.h 22 * A <code>UCD</code> object holds the Collator-specific data needed to
26 * <code>UCD</code> objects are quite expensive to compute. Because
32 * <code>ucd_flushCCache</code>. If you no longer need any <code>UCD</code>
35 typedef void UCD;
38 * Open a <code>UCD</code> object.
43 * @return the <code>UCD</code> object. You must call
51 U_CAPI UCD * U_EXPORT2
55 * Release a <code>UCD</code> object.
57 * @param ucd - the object
62 ucd_close(UCD *ucd)
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_ucd.c 21 * This file contains the L2CAP UCD code
46 ** Description UCD Discover callback
62 /* if this application is waiting UCD reception info */
64 && ( p_rcb->ucd.state & L2C_UCD_STATE_W4_RECEPTION ))
66 p_rcb->ucd.cb_info.pL2CA_UCD_Discover_Cb (rem_bda, info_type, data);
67 p_rcb->ucd.state &= ~(L2C_UCD_STATE_W4_RECEPTION);
70 /* if this application is waiting UCD MTU info */
72 && ( p_rcb->ucd.state & L2C_UCD_STATE_W4_MTU ))
74 p_rcb->ucd.cb_info.pL2CA_UCD_Discover_Cb (rem_bda, info_type, data);
75 p_rcb->ucd.state &= ~(L2C_UCD_STATE_W4_MTU)
    [all...]
l2c_utils.c 217 /* clean up any security pending UCD */
    [all...]
l2c_int.h 269 tL2C_UCD_REG ucd; member in struct:__anon6282
416 UINT16 ucd_mtu; /* peer MTU on UCD */
417 BUFFER_Q ucd_out_sec_pending_q; /* Security pending outgoing UCD packet */
418 BUFFER_Q ucd_in_sec_pending_q; /* Security pending incoming UCD packet */
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
bms.cpp 28 U_CAPI UCD * U_EXPORT2
31 return STATIC_CAST(UCD *, CollData::open(coll, *status));
35 ucd_close(UCD *ucd)
37 CollData *data = STATIC_CAST(CollData *, ucd);
43 ucd_getCollator(UCD *ucd)
45 CollData *data = STATIC_CAST(CollData *, ucd);
69 bms_open(UCD *ucd,
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/os/
openbsd_usb.c 304 usb_config_descriptor_t *ucd = (usb_config_descriptor_t *)dpriv->cdesc; local
306 len = MIN(len, UGETW(ucd->wTotalLength));
351 usb_config_descriptor_t *ucd = (usb_config_descriptor_t *)dpriv->cdesc; local
353 *config = ucd->bConfigurationValue;
  /external/chromium_org/third_party/icu/source/test/intltest/
ssearch.cpp 438 UCD *ucd = NULL; local
446 ucd = ucd_open(coll, &status);
453 bms = bms_open(ucd, pattern, plen, target, targetLen, &status);
473 ucd_close(ucd);
634 UCD *ucd = ucd_open(collator, &status); local
635 BMS *bms = bms_open(ucd, pattern.getBuffer(), pattern.length(), target.getBuffer(), target.length(), &status);
640 ucd_close(ucd);
664 ucd_close(ucd);
    [all...]
  /frameworks/base/core/java/android/app/
ActivityThread.java 1092 UpdateCompatibilityData ucd = new UpdateCompatibilityData(); local
    [all...]

Completed in 459 milliseconds