Lines Matching refs:source
31 : source("-abcdefghijklmnopqrstuvwxyz#&^$@", ""),
74 if(source.length() == 0) {
75 errln(UNICODE_STRING("CollationMonkeyTest::TestCollationKey(): source is empty - ICU_DATA not set or data missing?", 92));
80 int32_t s = checkValue(rand() % source.length());
81 int32_t t = checkValue(rand() % source.length());
82 int32_t slen = checkValue((rand() - source.length()) % source.length());
83 int32_t tlen = checkValue((rand() - source.length()) % source.length());
86 source.extract(MIN(s, slen), MAX(s, slen), subs);
87 source.extract(MIN(t, tlen), MAX(t, tlen), subt);
146 if(source.length() == 0) {
147 errln(UNICODE_STRING("CollationMonkeyTest::TestCompare(): source is empty - ICU_DATA not set or data missing?", 87));
155 int32_t s = checkValue(rand() % source.length());
156 int32_t t = checkValue(rand() % source.length());
157 int32_t slen = checkValue((rand() - source.length()) % source.length());
158 int32_t tlen = checkValue((rand() - source.length()) % source.length());
161 source.extract(MIN(s, slen), MAX(s, slen), subs);
162 source.extract(MIN(t, tlen), MAX(t, tlen), subt);