Lines Matching full:strb
2274 UChar strB[MAXSLEN+1];
2292 strB[0] = baseA;
2295 strB[sLen-i] = ccMix[i % 3];
2298 strB[sLen] = 0;
2301 doTest(coll, strA, strB, UCOL_EQUAL); /* optimized functions in the impl*/
2303 doTest(coll, strA, strB, UCOL_EQUAL);
2315 static const UChar strB[] = {0x41, 0xc0, 0x316, 0};
2317 doTest(coll, strA, strB, UCOL_EQUAL);
2329 static const UChar strB[] = {0x41, 0xc0, 0x316, 0xD800, 0xDC00, 0};
2331 doTest(coll, strA, strB, UCOL_GREATER);
2338 static const UChar strB[] = {0x41, 0x00, 0x00, 0x00};
2346 /*result = ucol_strcoll(coll, strA, -3, strB, -3);*/
2347 result = ucol_strcoll(coll, strA, 3, strB, 3);
2351 result = ucol_strcoll(coll, strA, -1, strB, -1);
2358 ucol_getSortKey(coll, strB, 3, (uint8_t *)sortKeyB, sizeof(sortKeyB));
2359 ucol_getSortKey(coll, strB, -1, (uint8_t *)sortKeyBz, sizeof(sortKeyBz));
2377 ucol_getSortKey(coll, strB, 3, (uint8_t *)sortKeyB, sizeof(sortKeyB));
2378 ucol_getSortKey(coll, strB, -1, (uint8_t *)sortKeyBz, sizeof(sortKeyBz));
2400 static const UChar strB[] = {0x41, 0x41, 0x300, 0x316, 0x00, 0x00, 0x00};
2407 result = ucol_strcoll(coll, strA, 6, strB, 6);
2411 result = ucol_strcoll(coll, strA, -1, strB, -1);
2418 ucol_getSortKey(coll, strB, 6, (uint8_t *)sortKeyB, sizeof(sortKeyB));
2419 ucol_getSortKey(coll, strB, -1, (uint8_t *)sortKeyBz, sizeof(sortKeyBz));
2437 ucol_getSortKey(coll, strB, 6, (uint8_t *)sortKeyB, sizeof(sortKeyB));
2438 ucol_getSortKey(coll, strB, -1, (uint8_t *)sortKeyBz, sizeof(sortKeyBz));
2460 static const UChar strB[] = {0x41, 0x0, 0x302, 0x316, 0x41, 0x300, 0x00};
2462 result = ucol_strcoll(coll, strA, 5, strB, 5);
2466 result = ucol_strcoll(coll, strA, -1, strB, -1);