Lines Matching defs:strings
65 * Convert Java-style strings with \u Unicode escapes into UnicodeString objects
643 // initially set the indexes into the middle of the strings
689 // src and expect strings
712 // src and expect strings for regression test for j2911
735 // initial indexes into the src and expect strings
936 strings[]={
989 // long strings, see cnormtst.c/TestNormCoverage()
1018 // some strings that may make a difference whether the compare function
1038 // strings with post-Unicode 3.2 normalization or normalization corrections
1048 UnicodeString s[100]; // at least as many items as in strings[] !
1051 // UNORM_INPUT_IS_FCD is set automatically if both input strings fulfill FCD conditions
1066 int32_t i, j, k, count=UPRV_LENGTHOF(strings);
1073 s[i]=UnicodeString(strings[i], "").unescape();
1210 // verify that case-folding does not un-FCD strings
1305 * If case-folding un-FCDs any strings, then unorm_compare() must be
1308 * and then still have FCD strings for raw decomposition without reordering.