Home | History | Annotate | Download | only in cintltst

Lines Matching refs:strB

988         UChar            strB[MAXSLEN+1];
1006 strB[0] = baseA;
1009 strB[sLen-i] = ccMix[i % 3];
1012 strB[sLen] = 0;
1015 doTest(coll, strA, strB, UCOL_EQUAL); /* optimized functions in the impl*/
1017 doTest(coll, strA, strB, UCOL_EQUAL);
1029 static const UChar strB[] = {0x41, 0xc0, 0x316, 0};
1031 doTest(coll, strA, strB, UCOL_EQUAL);
1043 static const UChar strB[] = {0x41, 0xc0, 0x316, 0xD800, 0xDC00, 0};
1045 doTest(coll, strA, strB, UCOL_GREATER);
1052 static const UChar strB[] = {0x41, 0x00, 0x00, 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);
1072 ucol_getSortKey(coll, strB, 3, (uint8_t *)sortKeyB, sizeof(sortKeyB));
1073 ucol_getSortKey(coll, strB, -1, (uint8_t *)sortKeyBz, sizeof(sortKeyBz));
1091 ucol_getSortKey(coll, strB, 3, (uint8_t *)sortKeyB, sizeof(sortKeyB));
1092 ucol_getSortKey(coll, strB, -1, (uint8_t *)sortKeyBz, sizeof(sortKeyBz));
1114 static const UChar strB
1121 result = ucol_strcoll(coll, strA, 6, strB, 6);
1125 result = ucol_strcoll(coll, strA, -1, strB, -1);
1132 ucol_getSortKey(coll, strB, 6, (uint8_t *)sortKeyB, sizeof(sortKeyB));
1133 ucol_getSortKey(coll, strB, -1, (uint8_t *)sortKeyBz, sizeof(sortKeyBz));
1151 ucol_getSortKey(coll, strB, 6, (uint8_t *)sortKeyB, sizeof(sortKeyB));
1152 ucol_getSortKey(coll, strB, -1, (uint8_t *)sortKeyBz, sizeof(sortKeyBz));
1174 static const UChar strB[] = {0x41, 0x0, 0x302, 0x316, 0x41, 0x300, 0x00};
1176 result = ucol_strcoll(coll, strA, 5, strB, 5);
1180 result = ucol_strcoll(coll, strA, -1, strB, -1);