Home | History | Annotate | Download | only in intltest

Lines Matching refs:UNICODE_STRING_SIMPLE

126     index->setOverflowLabel(UNICODE_STRING_SIMPLE("O"), status);
127 index->setUnderflowLabel(UNICODE_STRING_SIMPLE("U"), status).setInflowLabel(UNICODE_STRING_SIMPLE("I"), status);
129 TEST_ASSERT(UNICODE_STRING_SIMPLE("U") == s);
131 TEST_ASSERT(UNICODE_STRING_SIMPLE("O") == s);
133 TEST_ASSERT(UNICODE_STRING_SIMPLE("I") == s);
142 const UnicodeString adam = UNICODE_STRING_SIMPLE("Adam");
143 const UnicodeString baker = UNICODE_STRING_SIMPLE("Baker");
144 const UnicodeString charlie = UNICODE_STRING_SIMPLE("Charlie");
145 const UnicodeString chad = UNICODE_STRING_SIMPLE("Chad");
146 const UnicodeString zed = UNICODE_STRING_SIMPLE("Zed");
147 const UnicodeString Cyrillic = UNICODE_STRING_SIMPLE("\\u0410\\u0443\\u0435").unescape();
163 UnicodeString A_STR = UNICODE_STRING_SIMPLE("A");