Lines Matching refs:maximal
5740 const char* const maximal = basic_maximize_data[i][1]; in TestLikelySubtags() local
5752 else if (uprv_strlen(maximal) == 0) { in TestLikelySubtags()
5754 …mal value \"%s\" in uloc_addLikelySubtags(), minimal \"%s\" = \"%s\"\n", maximal, minimal, buffer); in TestLikelySubtags()
5757 else if (uprv_stricmp(maximal, buffer) != 0) { in TestLikelySubtags()
5758 …'t match expected %s in uloc_addLikelySubtags(), minimal \"%s\" = %s\n", maximal, minimal, buffer); in TestLikelySubtags()
5765 const char* const maximal = basic_minimize_data[i][0]; in TestLikelySubtags() local
5770 maximal, in TestLikelySubtags()
5776 …expected failure of uloc_MinimizeSubtags(), maximal \"%s\" status %s\n", maximal, u_errorName(stat… in TestLikelySubtags()
5780 if (uprv_stricmp(maximal, buffer) != 0) { in TestLikelySubtags()
5781 …imal value \"%s\" in uloc_minimizeSubtags(), maximal \"%s\" = \"%s\"\n", minimal, maximal, buffer); in TestLikelySubtags()
5785 …n't match expected %s in uloc_MinimizeSubtags(), maximal \"%s\" = %s\n", minimal, maximal, buffer); in TestLikelySubtags()
5793 const char* const maximal = full_data[i][1]; in TestLikelySubtags() local
5805 else if (uprv_strlen(maximal) == 0) { in TestLikelySubtags()
5807 …mal value \"%s\" in uloc_addLikelySubtags(), minimal \"%s\" = \"%s\"\n", maximal, minimal, buffer); in TestLikelySubtags()
5810 else if (uprv_stricmp(maximal, buffer) != 0) { in TestLikelySubtags()
5811 … expected \"%s\" in uloc_addLikelySubtags(), minimal \"%s\" = \"%s\"\n", maximal, minimal, buffer); in TestLikelySubtags()
5818 const char* const maximal = full_data[i][1]; in TestLikelySubtags() local
5821 if (strlen(maximal) > 0) { in TestLikelySubtags()
5825 maximal, in TestLikelySubtags()
5831 …expected failure of uloc_minimizeSubtags(), maximal \"%s\" status %s\n", maximal, u_errorName(stat… in TestLikelySubtags()
5835 if (uprv_stricmp(maximal, buffer) != 0) { in TestLikelySubtags()
5836 …imal value \"%s\" in uloc_minimizeSubtags(), maximal \"%s\" = \"%s\"\n", minimal, maximal, buffer); in TestLikelySubtags()
5840 …n't match expected %s in uloc_MinimizeSubtags(), maximal \"%s\" = %s\n", minimal, maximal, buffer); in TestLikelySubtags()
5849 const char* const maximal = maximizeErrors[i].expected; in TestLikelySubtags() local
5872 if (uprv_strnicmp(maximal, buffer, bufferSize) != 0) { in TestLikelySubtags()
5874 maximal, minimal, (int)sizeof(buffer), buffer); in TestLikelySubtags()
5882 const char* const maximal = minimizeErrors[i].tag; in TestLikelySubtags() local
5890 maximal, in TestLikelySubtags()
5896 …_ERROR for uloc_minimizeSubtags(), maximal \"%s\" expected status %s\n", maximal, u_errorName(expe… in TestLikelySubtags()
5900 …loc_minimizeSubtags(), maximal \"%s\" expected status %s, but got %s\n", maximal, u_errorName(expe… in TestLikelySubtags()
5903 …loc_minimizeSubtags(), maximal \"%s\" expected length %d, but got %d\n", maximal, expectedLength, … in TestLikelySubtags()
5908 minimal, maximal, (int)sizeof(buffer), buffer); in TestLikelySubtags()