Home
last modified time | relevance | path

Searched refs:length32 (Results 1 – 8 of 8) sorted by relevance

/third_party/gptfdisk/
Dmbr.cc109 uint32_t start32, length32; in DeleteByLocation() local
114 length32 = (uint32_t) length64; in DeleteByLocation()
117 && (partitions[i].GetLengthLBA() == length32)) { in DeleteByLocation()
/third_party/icu/icu4c/source/test/cintltst/
Dtrie2test.c1343 int32_t length16, length32; in testTrie2FromTrie1() local
1368 length32=utrie_serialize(newTrie1_32, memory1_32, sizeof(memory1_32), in testTrie2FromTrie1()
1371 utrie_unserialize(&trie1_32, memory1_32, length32, &errorCode); in testTrie2FromTrie1()
/third_party/pcre2/pcre2/src/
Dpcre2_jit_test.c1193 int length32; in regression_tests() local
1458length32 = convert_utf8_to_utf32((PCRE2_SPTR8)current->input, regtest_buf32, regtest_offsetmap32, … in regression_tests()
1460length32 = copy_char8_to_char32((PCRE2_SPTR8)current->input, regtest_buf32, REGTEST_MAX_LENGTH32); in regression_tests()
1462 return_value32[1] = pcre2_match_32(re32, regtest_buf32, length32, in regression_tests()
1469 return_value32[0] = pcre2_match_32(re32, regtest_buf32, length32, in regression_tests()
1473 return_value32[0] = pcre2_jit_match_32(re32, regtest_buf32, length32, in regression_tests()
/third_party/icu/icu4c/source/common/
Dunistr.cpp1013 int32_t length32=0; in toUTF32() local
1016 u_strToUTF32WithSub(utf32, capacity, &length32, in toUTF32()
1022 return length32; in toUTF32()
/third_party/skia/third_party/externals/icu/source/common/
Dunistr.cpp1012 int32_t length32=0; in toUTF32() local
1015 u_strToUTF32WithSub(utf32, capacity, &length32, in toUTF32()
1021 return length32; in toUTF32()
/third_party/node/deps/icu-small/source/common/
Dunistr.cpp1055 int32_t length32=0; in toUTF32() local
1058 u_strToUTF32WithSub(utf32, capacity, &length32, in toUTF32()
1064 return length32; in toUTF32()
/third_party/icu/icu4c/source/test/intltest/
Dustrtest.cpp1865 int32_t length32 = in TestUTF32() local
1868 if( length32 != UPRV_LENGTHOF(expected_utf32) || in TestUTF32()
1869 0 != uprv_memcmp(result32, expected_utf32, length32*4) || in TestUTF32()
1870 result32[length32] != 0 in TestUTF32()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-array-gen.cc1244 TNode<Uint32T> length32 = in TF_BUILTIN() local
1246 GotoIfNot(Uint32LessThan(index32, length32), &set_done); in TF_BUILTIN()