Home | History | Annotate | Download | only in cintltst

Lines Matching refs:sk1

6842     uint8_t sk1[500];
6892 ucol_getSortKey(viescoll, str, 1, sk1, 500);
6894 if(compare_uint8_t_arrays(sk1, sk2) != 0){
6900 ucol_getSortKey(viescoll, str, strLength, sk1, 500);
6902 if(compare_uint8_t_arrays(sk1, sk2) != 0){
6944 uint8_t sk1[500];
6997 ucol_getSortKey(videcoll, str, 1, sk1, 500);
6999 if(compare_uint8_t_arrays(sk1, sk2) != 0){
7005 ucol_getSortKey(videcoll, str, strLength, sk1, 500);
7007 if(compare_uint8_t_arrays(sk1, sk2) != 0){