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

  /external/chromium_org/crypto/
openpgp_symmetric_encryption.cc 363 uint32 length32; local
364 if (!reader->U32(&length32))
366 *out_length = length32;
  /external/chromium_org/net/quic/crypto/
cert_compressor.cc 526 uint32 length32 = certs[i].size(); local
527 z.next_in = reinterpret_cast<uint8*>(&length32);
528 z.avail_in = sizeof(length32);
  /external/chromium_org/third_party/icu/source/common/
unistr.cpp 880 int32_t length32=0; local
883 u_strToUTF32WithSub(utf32, capacity, &length32,
889 return length32;
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
trie2test.c 1333 int32_t length16, length32; local
    [all...]
  /external/icu4c/common/
unistr.cpp 926 int32_t length32=0; local
929 u_strToUTF32WithSub(utf32, capacity, &length32,
935 return length32;
    [all...]
  /external/icu4c/test/cintltst/
trie2test.c 1333 int32_t length16, length32; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
ustrtest.cpp 1822 int32_t length32 = local
    [all...]
  /external/icu4c/test/intltest/
ustrtest.cpp 1838 int32_t length32 = local
    [all...]

Completed in 415 milliseconds