Searched refs:cp_end (Results 1 – 2 of 2) sorted by relevance
500 IndexType *cp_end ; /* a pointer to the end of a column */ in init_rows_cols() local545 cp_end = &A [p [col+1]] ; in init_rows_cols()547 while (cp < cp_end) in init_rows_cols()613 cp_end = &A [p [col+1]] ; in init_rows_cols()614 while (cp < cp_end) in init_rows_cols()631 cp_end = &A [p [col+1]] ; in init_rows_cols()632 while (cp < cp_end) in init_rows_cols()720 IndexType *cp_end ; /* a pointer to the end of a column */ in init_scoring() local775 cp_end = cp + Col [c].length ; in init_scoring()776 while (cp < cp_end) in init_scoring()[all …]
126 unsigned char const *cp_end = begin+getNumBytesForUTF8(SourceLine[*i]); in printableTextForNextCharacter() local128 ConversionResult res = ConvertUTF8toUTF32(&begin, cp_end, &cptr, cptr+1, in printableTextForNextCharacter()149 return std::make_pair(SmallString<16>(original_begin, cp_end), true); in printableTextForNextCharacter()