Home | History | Annotate | Download | only in cintltst

Lines Matching refs:targetKeyOut

845                 targetKeyOut    = 0;
875 targetKeyOut = ucol_getSortKey(myCollator, target, -1, targetKeyArray, 100);
876 bufferLen = ((targetKeyOut > 100) ? 100 : targetKeyOut);