Lines Matching defs:strA
2224 UChar strA[MAXSLEN+1];
2242 strA[0] = baseA;
2245 strA[i] = ccMix[i % 3];
2248 strA[sLen] = 0;
2252 doTest(coll, strA, strB, UCOL_EQUAL); /* optimized functions in the impl*/
2254 doTest(coll, strA, strB, UCOL_EQUAL);
2265 static const UChar strA[] = {0x41, 0x41, 0x300, 0x316, 0};
2268 doTest(coll, strA, strB, UCOL_EQUAL);
2278 /*UChar strA[] = {0x41, 0x41, 0x300, 0x316, 0xD801, 0xDC00, 0};*/
2279 static const UChar strA[] = {0x41, 0x41, 0x300, 0x316, 0xD800, 0xDC01, 0};
2282 doTest(coll, strA, strB, UCOL_GREATER);
2288 static const UChar strA[] = {0x41, 0x00, 0x42, 0x00};
2297 /*result = ucol_strcoll(coll, strA, -3, strB, -3);*/
2298 result = ucol_strcoll(coll, strA, 3, strB, 3);
2302 result = ucol_strcoll(coll, strA, -1, strB, -1);
2307 ucol_getSortKey(coll, strA, 3, (uint8_t *)sortKeyA, sizeof(sortKeyA));
2308 ucol_getSortKey(coll, strA, -1, (uint8_t *)sortKeyAz, sizeof(sortKeyAz));
2326 ucol_getSortKey(coll, strA, 3, (uint8_t *)sortKeyA, sizeof(sortKeyA));
2327 ucol_getSortKey(coll, strA, -1, (uint8_t *)sortKeyAz, sizeof(sortKeyAz));
2350 static const UChar strA[] = {0x41, 0x41, 0x300, 0x316, 0x00, 0x42, 0x00};
2358 result = ucol_strcoll(coll, strA, 6, strB, 6);
2362 result = ucol_strcoll(coll, strA, -1, strB, -1);
2367 ucol_getSortKey(coll, strA, 6, (uint8_t *)sortKeyA, sizeof(sortKeyA));
2368 ucol_getSortKey(coll, strA, -1, (uint8_t *)sortKeyAz, sizeof(sortKeyAz));
2386 ucol_getSortKey(coll, strA, 6, (uint8_t *)sortKeyA, sizeof(sortKeyA));
2387 ucol_getSortKey(coll, strA, -1, (uint8_t *)sortKeyAz, sizeof(sortKeyAz));
2410 static const UChar strA[] = {0x41, 0x0, 0x300, 0x316, 0x41, 0x302, 0x00};
2413 result = ucol_strcoll(coll, strA, 5, strB, 5);
2417 result = ucol_strcoll(coll, strA, -1, strB, -1);