Home | History | Annotate | Download | only in common

Lines Matching full:fkey

958     resB->fKey = key; 
1223 return(resB->fKey);
1991 r->fKey = NULL;
2625 if(res1->fKey==NULL|| res2->fKey==NULL){
2626 return (res1->fKey==res2->fKey);
2628 if(uprv_strcmp(res1->fKey, res2->fKey)!=0){