Searched refs:expectedChildStart (Results 1 – 2 of 2) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
D | uregiontest.c | 439 const char* expectedChildStart = expectedChildren; in TestGroupingChildren() local 442 …e ((actualChild = uenum_next(actualChildren, NULL, &err)) != NULL && *expectedChildStart != '\0') { in TestGroupingChildren() 443 expectedChildEnd = uprv_strchr(expectedChildStart, ','); in TestGroupingChildren() 445 expectedChildEnd = expectedChildStart + uprv_strlen(expectedChildStart); in TestGroupingChildren() 447 …_t)(expectedChildEnd - expectedChildStart) || uprv_strncmp(actualChild, expectedChildStart, expect… in TestGroupingChildren() 448 …st for %s at position %d: expected %s, got %s\n", groupingCode, i, expectedChildStart, actualChild… in TestGroupingChildren() 450 … expectedChildStart = (*expectedChildEnd != '\0') ? expectedChildEnd + 1 : expectedChildEnd; in TestGroupingChildren()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | regiontst.cpp | 755 const char* expectedChildStart = expectedChildren; in TestGroupingChildren() local 758 … while ((actualChild = actualChildren->next(NULL, err)) != NULL && *expectedChildStart != '\0') { in TestGroupingChildren() 759 expectedChildEnd = uprv_strchr(expectedChildStart, ','); in TestGroupingChildren() 761 expectedChildEnd = expectedChildStart + uprv_strlen(expectedChildStart); in TestGroupingChildren() 763 …e_t(expectedChildEnd - expectedChildStart) || uprv_strncmp(actualChild, expectedChildStart, expect… in TestGroupingChildren() 764 …ion %d: expected %s, got %s\n", groupingCode, numExpectedChildren, expectedChildStart, actualChild… in TestGroupingChildren() 766 … expectedChildStart = (*expectedChildEnd != '\0') ? expectedChildEnd + 1 : expectedChildEnd; in TestGroupingChildren()
|