Home | History | Annotate | Download | only in intltest

Lines Matching refs:gen

370     Generator gen;
372 while(gen.countUniqueFirstChars()<numUniqueFirst) {
373 builder_->add(gen.getString(), gen.getValue(), errorCode);
374 gen.next();
376 infoln("buildLargeTrie(%ld) added %ld strings", (long)numUniqueFirst, (long)gen.getIndex());
389 Generator gen;
390 while(gen.countUniqueFirstChars()<1111) {
391 UnicodeString x(gen.getString());
392 int32_t value=gen.getValue();
396 x[0], (long)gen.getIndex());
405 "for string %ld\n", (int)x.length(), x[0], x[1], (long)gen.getIndex());
408 gen.next();