Home | History | Annotate | Download | only in intltest

Lines Matching defs:norm

213         const UnicodeString *norm = testCase->getAttribute("norm");
214 TEST_ASSERT (norm==NULL || *norm=="ON" || *norm=="OFF");
215 if (norm!=NULL && *norm=="ON") {
561 const UnicodeString *norm = testCase->getAttribute("norm");
562 TEST_ASSERT (norm==NULL || *norm=="ON" || *norm=="OFF");
563 if (norm!=NULL && *norm=="ON") {