Home | History | Annotate | Download | only in intltest

Lines Matching refs:gen

371     Generator gen;
373 while(gen.countUniqueFirstChars()<numUniqueFirst) {
374 builder_->add(gen.getString(), gen.getValue(), errorCode);
375 gen.next();
377 logln("buildLargeTrie(%ld) added %ld strings", (long)numUniqueFirst, (long)gen.getIndex());
390 Generator gen;
391 while(gen.countUniqueFirstChars()<1111) {
392 UnicodeString x(gen.getString());
393 int32_t value=gen.getValue();
397 x[0], (long)gen.getIndex());
406 "for string %ld\n", (int)x.length(), x[0], x[1], (long)gen.getIndex());
409 gen.next();