IsAlpha
static bool IsAlpha(uint32 c);
if (BUnicodeChar::IsAlpha(codePoint)) {
CPPUNIT_ASSERT_EQUAL(result.isAlpha, BUnicodeChar::IsAlpha(i));