Home | History | Annotate | Download | only in cintltst

Lines Matching refs:sk1

6794     uint8_t sk1[500];
6843 ucol_getSortKey(viescoll, str, 1, sk1, 500);
6845 if(compare_uint8_t_arrays(sk1, sk2) != 0){
6851 ucol_getSortKey(viescoll, str, strLength, sk1, 500);
6853 if(compare_uint8_t_arrays(sk1, sk2) != 0){
6895 uint8_t sk1[500];
6948 ucol_getSortKey(videcoll, str, 1, sk1, 500);
6950 if(compare_uint8_t_arrays(sk1, sk2) != 0){
6956 ucol_getSortKey(videcoll, str, strLength, sk1, 500);
6958 if(compare_uint8_t_arrays(sk1, sk2) != 0){