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

  /build/blueprint/
splice_modules_test.go 131 if sameArray(origIn, got) != !testCase.reallocate {
142 func sameArray(a, b []*moduleInfo) bool {
  /external/icu/icu4c/source/test/cintltst/
cldrtest.c 124 UBool sameArray = TRUE;
136 for (idx = 0; idx < minSize && sameArray; idx++) {
138 sameArray = FALSE;
151 if (sameArray
173 UBool sameArray = TRUE;
206 sameArray = FALSE;
322 (void)sameArray; /* Suppress set but not used warning. */
323 /* if (sameArray && strcmp(rootName, "root") == 0) {
    [all...]

Completed in 326 milliseconds