Lines Matching refs:minimal
5504 const char* const minimal = basic_maximize_data[i][0]; in TestLikelySubtags() local
5509 minimal, in TestLikelySubtags()
5514 …xpected failure of uloc_addLikelySubtags(), minimal \"%s\" status %s\n", minimal, u_errorName(stat… in TestLikelySubtags()
5518 if (uprv_stricmp(minimal, buffer) != 0) { in TestLikelySubtags()
5519 …mal value \"%s\" in uloc_addLikelySubtags(), minimal \"%s\" = \"%s\"\n", maximal, minimal, buffer); in TestLikelySubtags()
5523 …'t match expected %s in uloc_addLikelySubtags(), minimal \"%s\" = %s\n", maximal, minimal, buffer); in TestLikelySubtags()
5531 const char* const minimal = basic_minimize_data[i][1]; in TestLikelySubtags() local
5544 else if (uprv_strlen(minimal) == 0) { in TestLikelySubtags()
5546 …imal value \"%s\" in uloc_minimizeSubtags(), maximal \"%s\" = \"%s\"\n", minimal, maximal, buffer); in TestLikelySubtags()
5549 else if (uprv_stricmp(minimal, buffer) != 0) { in TestLikelySubtags()
5550 …n't match expected %s in uloc_MinimizeSubtags(), maximal \"%s\" = %s\n", minimal, maximal, buffer); in TestLikelySubtags()
5557 const char* const minimal = full_data[i][0]; in TestLikelySubtags() local
5562 minimal, in TestLikelySubtags()
5567 …ted failure of uloc_addLikelySubtags(), minimal \"%s\" status \"%s\"\n", minimal, u_errorName(stat… in TestLikelySubtags()
5571 if (uprv_stricmp(minimal, buffer) != 0) { in TestLikelySubtags()
5572 …mal value \"%s\" in uloc_addLikelySubtags(), minimal \"%s\" = \"%s\"\n", maximal, minimal, buffer); in TestLikelySubtags()
5576 … expected \"%s\" in uloc_addLikelySubtags(), minimal \"%s\" = \"%s\"\n", maximal, minimal, buffer); in TestLikelySubtags()
5584 const char* const minimal = full_data[i][2]; in TestLikelySubtags() local
5599 else if (uprv_strlen(minimal) == 0) { in TestLikelySubtags()
5601 …imal value \"%s\" in uloc_minimizeSubtags(), maximal \"%s\" = \"%s\"\n", minimal, maximal, buffer); in TestLikelySubtags()
5604 else if (uprv_stricmp(minimal, buffer) != 0) { in TestLikelySubtags()
5605 …n't match expected %s in uloc_MinimizeSubtags(), maximal \"%s\" = %s\n", minimal, maximal, buffer); in TestLikelySubtags()
5613 const char* const minimal = maximizeErrors[i].tag; in TestLikelySubtags() local
5621 minimal, in TestLikelySubtags()
5627 …ERROR for uloc_addLikelySubtags(), minimal \"%s\" expected status %s\n", minimal, u_errorName(expe… in TestLikelySubtags()
5631 …oc_addLikelySubtags(), minimal \"%s\" expected status %s, but got %s\n", minimal, u_errorName(expe… in TestLikelySubtags()
5634 …oc_addLikelySubtags(), minimal \"%s\" expected length %d, but got %d\n", minimal, expectedLength, … in TestLikelySubtags()
5639 maximal, minimal, (int)sizeof(buffer), buffer); in TestLikelySubtags()
5648 const char* const minimal = minimizeErrors[i].expected; in TestLikelySubtags() local
5671 if (uprv_strnicmp(minimal, buffer, bufferSize) != 0) { in TestLikelySubtags()
5673 minimal, maximal, (int)sizeof(buffer), buffer); in TestLikelySubtags()