Lines Matching defs:strA
2261 UChar strA[MAXSLEN+1];
2279 strA[0] = baseA;
2282 strA[i] = ccMix[i % 3];
2285 strA[sLen] = 0;
2289 doTest(coll, strA, strB, UCOL_EQUAL); /* optimized functions in the impl*/
2291 doTest(coll, strA, strB, UCOL_EQUAL);
2302 static const UChar strA[] = {0x41, 0x41, 0x300, 0x316, 0};
2305 doTest(coll, strA, strB, UCOL_EQUAL);
2315 /*UChar strA[] = {0x41, 0x41, 0x300, 0x316, 0xD801, 0xDC00, 0};*/
2316 static const UChar strA[] = {0x41, 0x41, 0x300, 0x316, 0xD800, 0xDC01, 0};
2319 doTest(coll, strA, strB, UCOL_GREATER);
2325 static const UChar strA[] = {0x41, 0x00, 0x42, 0x00};
2334 /*result = ucol_strcoll(coll, strA, -3, strB, -3);*/
2335 result = ucol_strcoll(coll, strA, 3, strB, 3);
2339 result = ucol_strcoll(coll, strA, -1, strB, -1);
2344 ucol_getSortKey(coll, strA, 3, (uint8_t *)sortKeyA, sizeof(sortKeyA));
2345 ucol_getSortKey(coll, strA, -1, (uint8_t *)sortKeyAz, sizeof(sortKeyAz));
2363 ucol_getSortKey(coll, strA, 3, (uint8_t *)sortKeyA, sizeof(sortKeyA));
2364 ucol_getSortKey(coll, strA, -1, (uint8_t *)sortKeyAz, sizeof(sortKeyAz));
2387 static const UChar strA[] = {0x41, 0x41, 0x300, 0x316, 0x00, 0x42, 0x00};
2395 result = ucol_strcoll(coll, strA, 6, strB, 6);
2399 result = ucol_strcoll(coll, strA, -1, strB, -1);
2404 ucol_getSortKey(coll, strA, 6, (uint8_t *)sortKeyA, sizeof(sortKeyA));
2405 ucol_getSortKey(coll, strA, -1, (uint8_t *)sortKeyAz, sizeof(sortKeyAz));
2423 ucol_getSortKey(coll, strA, 6, (uint8_t *)sortKeyA, sizeof(sortKeyA));
2424 ucol_getSortKey(coll, strA, -1, (uint8_t *)sortKeyAz, sizeof(sortKeyAz));
2447 static const UChar strA[] = {0x41, 0x0, 0x300, 0x316, 0x41, 0x302, 0x00};
2450 result = ucol_strcoll(coll, strA, 5, strB, 5);
2454 result = ucol_strcoll(coll, strA, -1, strB, -1);