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

  /external/chromium_org/third_party/icu/source/test/perf/collperf/
collperf.cpp 60 struct DataIndex {
73 DWORD DataIndex::win_langid;
74 UCollator * DataIndex::col;
84 DataIndex * data;
93 CmdKeyGen(UErrorCode, UCollator * col,DWORD win_langid, int32_t count, DataIndex * data,Func fn,int32_t)
262 uint8_t * key_a = ((DataIndex *)a)->icu_key;
263 uint8_t * key_b = ((DataIndex *)b)->icu_key;
273 DataIndex * da = (DataIndex *) a; \
274 DataIndex * db = (DataIndex *) b;
    [all...]
  /external/icu4c/test/perf/collperf/
collperf.cpp 63 struct DataIndex {
76 DWORD DataIndex::win_langid;
77 UCollator * DataIndex::col;
87 DataIndex * data;
96 CmdKeyGen(UErrorCode, UCollator * col,DWORD win_langid, int32_t count, DataIndex * data,Func fn,int32_t)
267 uint8_t * key_a = ((DataIndex *)a)->icu_key;
268 uint8_t * key_b = ((DataIndex *)b)->icu_key;
278 DataIndex * da = (DataIndex *) a; \
279 DataIndex * db = (DataIndex *) b;
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/os/
windows_usb.h 898 USHORT DataIndex, Reserved4;

Completed in 81 milliseconds