Home | History | Annotate | Download | only in cintltst

Lines Matching refs:sequence

662         str  = tres_getString(resB,-1,"Sequence",&strLength,&status);
2116 const UChar *string = NULL, *sequence = NULL;
2167 sequence = tres_getString(uk, -1, NULL, &seqLen, &status);
2172 if(seqLen != strLen || u_strncmp(sequence, string, seqLen) != 0) {
2177 if(seqLen != strLen || u_strncmp(sequence, string, seqLen) != 0) {
2191 } else if(seqLen != strLen || u_strncmp(sequence, string, seqLen) != 0) {
2219 sequence = tres_getString(uk, -1, NULL, &seqLen, &status);
2224 if(U_FAILURE(status) || seqLen != strLen || u_strncmp(sequence, string, seqLen) != 0) {
2235 sequence = tres_getString(en, -1, NULL, &seqLen, &status);
2237 if(U_FAILURE(status) || seqLen != strLen || u_strncmp(sequence, string, seqLen) != 0) {