Lines Matching full:strings
59 * Convert Java-style strings with \u Unicode escapes into UnicodeString objects
629 // initially set the indexes into the middle of the strings
675 // src and expect strings
698 // src and expect strings for regression test for j2911
721 // initial indexes into the src and expect strings
950 strings[]={
1003 // long strings, see cnormtst.c/TestNormCoverage()
1032 // some strings that may make a difference whether the compare function
1052 // strings with post-Unicode 3.2 normalization or normalization corrections
1062 UnicodeString s[100]; // at least as many items as in strings[] !
1065 // UNORM_INPUT_IS_FCD is set automatically if both input strings fulfill FCD conditions
1080 int32_t i, j, k, count=LENGTHOF(strings);
1087 s[i]=UnicodeString(strings[i], "").unescape();
1181 // verify that case-folding does not un-FCD strings
1276 * If case-folding un-FCDs any strings, then unorm_compare() must be
1279 * and then still have FCD strings for raw decomposition without reordering.