Lines Matching refs:secstr
2556 UChar secstr[150];
2572 secstr[count] = 0x0020; /* [06, 05, 05] */
2578 secstr[count] = 0x0332; /* [, 87, 05] */
2581 /* no compression secstr should have 150 secondary bytes, tertstr should
2583 with correct overlapping compression, secstr should have 4 secondary
2585 resultlen = ucol_getSortKey(coll, secstr, 150, (uint8_t *)result, 250);
2610 secstr[count] = 0;
2612 resultlen = ucol_getSortKey(coll, secstr, 150, (uint8_t *)result, 250);