Home | History | Annotate | Download | only in cintltst

Lines Matching refs:sk1

5548     uint8_t sk1[500];
5603 ucol_getSortKey(viescoll, str, 1, sk1, 500);
5605 if(compare_uint8_t_arrays(sk1, sk2) != 0){
5611 ucol_getSortKey(viescoll, str, strLength, sk1, 500);
5613 if(compare_uint8_t_arrays(sk1, sk2) != 0){
5655 uint8_t sk1[500];
5713 ucol_getSortKey(videcoll, str, 1, sk1, 500);
5715 if(compare_uint8_t_arrays(sk1, sk2) != 0){
5721 ucol_getSortKey(videcoll, str, strLength, sk1, 500);
5723 if(compare_uint8_t_arrays(sk1, sk2) != 0){