Home | History | Annotate | Download | only in cintltst

Lines Matching defs:strA

2264         UChar            strA[MAXSLEN+1];
2282 strA[0] = baseA;
2285 strA[i] = ccMix[i % 3];
2288 strA[sLen] = 0;
2292 doTest(coll, strA, strB, UCOL_EQUAL); /* optimized functions in the impl*/
2294 doTest(coll, strA, strB, UCOL_EQUAL);
2305 static const UChar strA[] = {0x41, 0x41, 0x300, 0x316, 0};
2308 doTest(coll, strA, strB, UCOL_EQUAL);
2318 /*UChar strA[] = {0x41, 0x41, 0x300, 0x316, 0xD801, 0xDC00, 0};*/
2319 static const UChar strA[] = {0x41, 0x41, 0x300, 0x316, 0xD800, 0xDC01, 0};
2322 doTest(coll, strA, strB, UCOL_GREATER);
2328 static const UChar strA[] = {0x41, 0x00, 0x42, 0x00};
2337 /*result = ucol_strcoll(coll, strA, -3, strB, -3);*/
2338 result = ucol_strcoll(coll, strA, 3, strB, 3);
2342 result = ucol_strcoll(coll, strA, -1, strB, -1);
2347 ucol_getSortKey(coll, strA, 3, (uint8_t *)sortKeyA, sizeof(sortKeyA));
2348 ucol_getSortKey(coll, strA, -1, (uint8_t *)sortKeyAz, sizeof(sortKeyAz));
2366 ucol_getSortKey(coll, strA, 3, (uint8_t *)sortKeyA, sizeof(sortKeyA));
2367 ucol_getSortKey(coll, strA, -1, (uint8_t *)sortKeyAz, sizeof(sortKeyAz));
2390 static const UChar strA[] = {0x41, 0x41, 0x300, 0x316, 0x00, 0x42, 0x00};
2398 result = ucol_strcoll(coll, strA, 6, strB, 6);
2402 result = ucol_strcoll(coll, strA, -1, strB, -1);
2407 ucol_getSortKey(coll, strA, 6, (uint8_t *)sortKeyA, sizeof(sortKeyA));
2408 ucol_getSortKey(coll, strA, -1, (uint8_t *)sortKeyAz, sizeof(sortKeyAz));
2426 ucol_getSortKey(coll, strA, 6, (uint8_t *)sortKeyA, sizeof(sortKeyA));
2427 ucol_getSortKey(coll, strA, -1, (uint8_t *)sortKeyAz, sizeof(sortKeyAz));
2450 static const UChar strA[] = {0x41, 0x0, 0x300, 0x316, 0x41, 0x302, 0x00};
2453 result = ucol_strcoll(coll, strA, 5, strB, 5);
2457 result = ucol_strcoll(coll, strA, -1, strB, -1);