Home | History | Annotate | Download | only in cintltst

Lines Matching refs:sk1

5492     uint8_t sk1[500];
5547 ucol_getSortKey(viescoll, str, 1, sk1, 500);
5549 if(compare_uint8_t_arrays(sk1, sk2) != 0){
5555 ucol_getSortKey(viescoll, str, strLength, sk1, 500);
5557 if(compare_uint8_t_arrays(sk1, sk2) != 0){
5599 uint8_t sk1[500];
5657 ucol_getSortKey(videcoll, str, 1, sk1, 500);
5659 if(compare_uint8_t_arrays(sk1, sk2) != 0){
5665 ucol_getSortKey(videcoll, str, strLength, sk1, 500);
5667 if(compare_uint8_t_arrays(sk1, sk2) != 0){