Lines Matching refs:minimal
5739 const char* const minimal = basic_maximize_data[i][0]; in TestLikelySubtags() local
5744 minimal, in TestLikelySubtags()
5749 …xpected failure of uloc_addLikelySubtags(), minimal \"%s\" status %s\n", minimal, u_errorName(stat… in TestLikelySubtags()
5753 if (uprv_stricmp(minimal, buffer) != 0) { in TestLikelySubtags()
5754 …mal value \"%s\" in uloc_addLikelySubtags(), minimal \"%s\" = \"%s\"\n", maximal, minimal, buffer); in TestLikelySubtags()
5758 …'t match expected %s in uloc_addLikelySubtags(), minimal \"%s\" = %s\n", maximal, minimal, buffer); in TestLikelySubtags()
5766 const char* const minimal = basic_minimize_data[i][1]; in TestLikelySubtags() local
5779 else if (uprv_strlen(minimal) == 0) { in TestLikelySubtags()
5781 …imal value \"%s\" in uloc_minimizeSubtags(), maximal \"%s\" = \"%s\"\n", minimal, maximal, buffer); in TestLikelySubtags()
5784 else if (uprv_stricmp(minimal, buffer) != 0) { in TestLikelySubtags()
5785 …n't match expected %s in uloc_MinimizeSubtags(), maximal \"%s\" = %s\n", minimal, maximal, buffer); in TestLikelySubtags()
5792 const char* const minimal = full_data[i][0]; in TestLikelySubtags() local
5797 minimal, in TestLikelySubtags()
5802 …ted failure of uloc_addLikelySubtags(), minimal \"%s\" status \"%s\"\n", minimal, u_errorName(stat… in TestLikelySubtags()
5806 if (uprv_stricmp(minimal, buffer) != 0) { in TestLikelySubtags()
5807 …mal value \"%s\" in uloc_addLikelySubtags(), minimal \"%s\" = \"%s\"\n", maximal, minimal, buffer); in TestLikelySubtags()
5811 … expected \"%s\" in uloc_addLikelySubtags(), minimal \"%s\" = \"%s\"\n", maximal, minimal, buffer); in TestLikelySubtags()
5819 const char* const minimal = full_data[i][2]; in TestLikelySubtags() local
5834 else if (uprv_strlen(minimal) == 0) { in TestLikelySubtags()
5836 …imal value \"%s\" in uloc_minimizeSubtags(), maximal \"%s\" = \"%s\"\n", minimal, maximal, buffer); in TestLikelySubtags()
5839 else if (uprv_stricmp(minimal, buffer) != 0) { in TestLikelySubtags()
5840 …n't match expected %s in uloc_MinimizeSubtags(), maximal \"%s\" = %s\n", minimal, maximal, buffer); in TestLikelySubtags()
5848 const char* const minimal = maximizeErrors[i].tag; in TestLikelySubtags() local
5856 minimal, in TestLikelySubtags()
5862 …ERROR for uloc_addLikelySubtags(), minimal \"%s\" expected status %s\n", minimal, u_errorName(expe… in TestLikelySubtags()
5866 …oc_addLikelySubtags(), minimal \"%s\" expected status %s, but got %s\n", minimal, u_errorName(expe… in TestLikelySubtags()
5869 …oc_addLikelySubtags(), minimal \"%s\" expected length %d, but got %d\n", minimal, expectedLength, … in TestLikelySubtags()
5874 maximal, minimal, (int)sizeof(buffer), buffer); in TestLikelySubtags()
5883 const char* const minimal = minimizeErrors[i].expected; in TestLikelySubtags() local
5906 if (uprv_strnicmp(minimal, buffer, bufferSize) != 0) { in TestLikelySubtags()
5908 minimal, maximal, (int)sizeof(buffer), buffer); in TestLikelySubtags()