• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/ICU-531.30/icuSources/test/cintltst/

Lines Matching refs:strA

987         UChar            strA[MAXSLEN+1];
1005 strA[0] = baseA;
1008 strA[i] = ccMix[i % 3];
1011 strA[sLen] = 0;
1015 doTest(coll, strA, strB, UCOL_EQUAL); /* optimized functions in the impl*/
1017 doTest(coll, strA, strB, UCOL_EQUAL);
1028 static const UChar strA[] = {0x41, 0x41, 0x300, 0x316, 0};
1031 doTest(coll, strA, strB, UCOL_EQUAL);
1041 /*UChar strA[] = {0x41, 0x41, 0x300, 0x316, 0xD801, 0xDC00, 0};*/
1042 static const UChar strA[] = {0x41, 0x41, 0x300, 0x316, 0xD800, 0xDC01, 0};
1045 doTest(coll, strA, strB, UCOL_GREATER);
1051 static const UChar strA[] = {0x41, 0x00, 0x42, 0x00};
1060 /*result = ucol_strcoll(coll, strA, -3, strB, -3);*/
1061 result = ucol_strcoll(coll, strA, 3, strB, 3);
1065 result = ucol_strcoll(coll, strA, -1, strB, -1);
1070 ucol_getSortKey(coll, strA, 3, (uint8_t *)sortKeyA, sizeof(sortKeyA));
1071 ucol_getSortKey(coll, strA, -1, (uint8_t *)sortKeyAz, sizeof(sortKeyAz));
1089 ucol_getSortKey(coll, strA, 3, (uint8_t *)sortKeyA, sizeof(sortKeyA));
1090 ucol_getSortKey(coll, strA, -1, (uint8_t *)sortKeyAz, sizeof(sortKeyAz));
1113 static const UChar strA[] = {0x41, 0x41, 0x300, 0x316, 0x00, 0x42, 0x00};
1121 result = ucol_strcoll(coll, strA, 6, strB, 6);
1125 result = ucol_strcoll(coll, strA, -1, strB, -1);
1130 ucol_getSortKey(coll, strA, 6, (uint8_t *)sortKeyA, sizeof(sortKeyA));
1131 ucol_getSortKey(coll, strA, -1, (uint8_t *)sortKeyAz, sizeof(sortKeyAz));
1149 ucol_getSortKey(coll, strA, 6, (uint8_t *)sortKeyA, sizeof(sortKeyA));
1150 ucol_getSortKey(coll, strA, -1, (uint8_t *)sortKeyAz, sizeof(sortKeyAz));
1173 static const UChar strA[] = {0x41, 0x0, 0x300, 0x316, 0x41, 0x302, 0x00};
1176 result = ucol_strcoll(coll, strA, 5, strB, 5);
1180 result = ucol_strcoll(coll, strA, -1, strB, -1);