Home
last modified time | relevance | path

Searched refs:sameArray (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/icu/icu4c/source/test/cintltst/
H A Dcldrtest.c126 UBool sameArray = true; in TestKeyInRootRecursive() local
138 for (idx = 0; idx < minSize && sameArray; idx++) { in TestKeyInRootRecursive()
140 sameArray = false; in TestKeyInRootRecursive()
153 if (sameArray in TestKeyInRootRecursive()
175 UBool sameArray = true; in TestKeyInRootRecursive() local
208 sameArray = false; in TestKeyInRootRecursive()
324 (void)sameArray; /* Suppress set but not used warning. */ in TestKeyInRootRecursive()
/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/
H A Dcldrtest.c126 UBool sameArray = true; in TestKeyInRootRecursive() local
138 for (idx = 0; idx < minSize && sameArray; idx++) { in TestKeyInRootRecursive()
140 sameArray = false; in TestKeyInRootRecursive()
153 if (sameArray in TestKeyInRootRecursive()
175 UBool sameArray = true; in TestKeyInRootRecursive() local
208 sameArray = false; in TestKeyInRootRecursive()
324 (void)sameArray; /* Suppress set but not used warning. */ in TestKeyInRootRecursive()
/aosp_15_r20/build/blueprint/
H A Dsplice_modules_test.go131 if sameArray(origIn, got) != !testCase.reallocate {
142 func sameArray(a, b moduleList) bool { func