Home | History | Annotate | Download | only in i18n

Lines Matching refs:UNICODE_STRING_SIMPLE

749                     result += UNICODE_STRING_SIMPLE(" n is ");
751 result += UNICODE_STRING_SIMPLE("not ");
758 result += UNICODE_STRING_SIMPLE(" n mod ");
763 result += UNICODE_STRING_SIMPLE(" n ");
767 result += UNICODE_STRING_SIMPLE(" is not ");
772 result += UNICODE_STRING_SIMPLE(" is ");
780 result += UNICODE_STRING_SIMPLE(" not in ");
783 result += UNICODE_STRING_SIMPLE(" not within ");
787 result += UNICODE_STRING_SIMPLE(" .. ");
793 result += UNICODE_STRING_SIMPLE(" in ");
796 result += UNICODE_STRING_SIMPLE(" within ");
800 result += UNICODE_STRING_SIMPLE(" .. ");
881 const UnicodeString idStart=UNICODE_STRING_SIMPLE("[[a-z]]");
882 const UnicodeString idContinue=UNICODE_STRING_SIMPLE("[[a-z][A-Z][_][0-9]]");