Lines Matching defs:test3
1018 UChar *test1, *test2, *test3;
1056 test3=(UChar*)malloc(sizeof(UChar) * 6);
1060 memset(test3,0xFE, sizeof(UChar)*6);
1065 u_uastrcpy(test3, "abcda");
1080 sortklen=ucol_getSortKey(col, test2, u_strlen(test3), NULL, 0);
1152 free(test3);
1162 UChar *test1, *test2, *test3;
1172 test3=(UChar*)malloc(sizeof(UChar) * 6);
1175 u_uastrcpy(test3, "abcda");
1184 sortk3len=ucol_getSortKey(col, test2, u_strlen(test3), NULL, 0);
1202 free(test3);