Lines Matching refs:maximal
5627 const char* const maximal = basic_maximize_data[i][1]; in TestLikelySubtags() local
5639 else if (uprv_strlen(maximal) == 0) { in TestLikelySubtags()
5641 …mal value \"%s\" in uloc_addLikelySubtags(), minimal \"%s\" = \"%s\"\n", maximal, minimal, buffer); in TestLikelySubtags()
5644 else if (uprv_stricmp(maximal, buffer) != 0) { in TestLikelySubtags()
5645 …'t match expected %s in uloc_addLikelySubtags(), minimal \"%s\" = %s\n", maximal, minimal, buffer); in TestLikelySubtags()
5652 const char* const maximal = basic_minimize_data[i][0]; in TestLikelySubtags() local
5657 maximal, in TestLikelySubtags()
5663 …expected failure of uloc_MinimizeSubtags(), maximal \"%s\" status %s\n", maximal, u_errorName(stat… in TestLikelySubtags()
5667 if (uprv_stricmp(maximal, buffer) != 0) { in TestLikelySubtags()
5668 …imal value \"%s\" in uloc_minimizeSubtags(), maximal \"%s\" = \"%s\"\n", minimal, maximal, buffer); in TestLikelySubtags()
5672 …n't match expected %s in uloc_MinimizeSubtags(), maximal \"%s\" = %s\n", minimal, maximal, buffer); in TestLikelySubtags()
5680 const char* const maximal = full_data[i][1]; in TestLikelySubtags() local
5692 else if (uprv_strlen(maximal) == 0) { in TestLikelySubtags()
5694 …mal value \"%s\" in uloc_addLikelySubtags(), minimal \"%s\" = \"%s\"\n", maximal, minimal, buffer); in TestLikelySubtags()
5697 else if (uprv_stricmp(maximal, buffer) != 0) { in TestLikelySubtags()
5698 … expected \"%s\" in uloc_addLikelySubtags(), minimal \"%s\" = \"%s\"\n", maximal, minimal, buffer); in TestLikelySubtags()
5705 const char* const maximal = full_data[i][1]; in TestLikelySubtags() local
5708 if (strlen(maximal) > 0) { in TestLikelySubtags()
5712 maximal, in TestLikelySubtags()
5718 …expected failure of uloc_minimizeSubtags(), maximal \"%s\" status %s\n", maximal, u_errorName(stat… in TestLikelySubtags()
5722 if (uprv_stricmp(maximal, buffer) != 0) { in TestLikelySubtags()
5723 …imal value \"%s\" in uloc_minimizeSubtags(), maximal \"%s\" = \"%s\"\n", minimal, maximal, buffer); in TestLikelySubtags()
5727 …n't match expected %s in uloc_MinimizeSubtags(), maximal \"%s\" = %s\n", minimal, maximal, buffer); in TestLikelySubtags()
5736 const char* const maximal = maximizeErrors[i].expected; in TestLikelySubtags() local
5759 if (uprv_strnicmp(maximal, buffer, bufferSize) != 0) { in TestLikelySubtags()
5761 maximal, minimal, (int)sizeof(buffer), buffer); in TestLikelySubtags()
5769 const char* const maximal = minimizeErrors[i].tag; in TestLikelySubtags() local
5777 maximal, in TestLikelySubtags()
5783 …_ERROR for uloc_minimizeSubtags(), maximal \"%s\" expected status %s\n", maximal, u_errorName(expe… in TestLikelySubtags()
5787 …loc_minimizeSubtags(), maximal \"%s\" expected status %s, but got %s\n", maximal, u_errorName(expe… in TestLikelySubtags()
5790 …loc_minimizeSubtags(), maximal \"%s\" expected length %d, but got %d\n", maximal, expectedLength, … in TestLikelySubtags()
5795 minimal, maximal, (int)sizeof(buffer), buffer); in TestLikelySubtags()