• Home
  • Raw
  • Download

Lines Matching refs:strA

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