//*******************************************************************************
//*
-//* Copyright (C) 2002-2008, International Business Machines
+//* Copyright (C) 2002-2010, International Business Machines
//* Corporation and others. All Rights Reserved.
//*
//*******************************************************************************
{ "ʻcAt! ʻeTc.", "ʻCAt! ʻeTc.", "", "-2", "L" }, // U_TITLECASE_NO_LOWERCASE
{ "ʻcAt! ʻeTc.", "ʻcAt! ʻeTc.", "", "-2", "AL" }, // Both options
+ // Test case for ticket #7251: UCharacter.toTitleCase() throws OutOfMemoryError
+ // when TITLECASE_NO_LOWERCASE encounters a single-letter word
+ { "a b c", "A B C", "", "1", "L" } // U_TITLECASE_NO_LOWERCASE
}
}
casefolding {