Searched refs:tertstr (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
H A Dcmsccoll.c1278 UChar tertstr[150]; local
1294 tertstr[count] = 0x0020;
1300 tertstr[count] = 0x3000; /* [06, 05, 07] */
1302 /* no compression secstr should have 150 secondary bytes, tertstr should
1305 bytes (149/33 rounded up + accent), tertstr should have > 2 tertiary bytes */
1320 resultlen = ucol_getSortKey(coll, tertstr, 150, result, LEN(result));
1333 tertstr[count] = 0;
1347 resultlen = ucol_getSortKey(coll, tertstr, 150, result, LEN(result));
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcmsccoll.c2575 UChar tertstr[150]; local
2591 tertstr[count] = 0x0020;
2597 tertstr[count] = 0x3000; /* [06, 05, 07] */
2599 /* no compression secstr should have 150 secondary bytes, tertstr should
2602 bytes, tertstr should have > 2 tertiary bytes */
2617 resultlen = ucol_getSortKey(coll, tertstr, 150, (uint8_t *)result, 250);
2630 tertstr[count] = 0;
2644 resultlen = ucol_getSortKey(coll, tertstr, 150, (uint8_t *)result, 250);

Completed in 110 milliseconds