Lines Matching refs:charIndex
804 for (offset = curIndex.charIndex, segPtr = curIndex.linePtr->segPtr;
833 x = ((curIndex.charIndex == 0)
934 curIndex.charIndex += chunkPtr->numChars;
1047 if (dlPtr->index.charIndex == 0) {
1201 if (index.charIndex == dlPtr->index.charIndex) {
1212 if (index.charIndex < dlPtr->index.charIndex) {
1303 charsToCount = dInfoPtr->dLinePtr->index.charIndex;
1310 index.charIndex = 0;
2571 rounded.charIndex = 0;
2702 if (curIndexPtr->charIndex == 0) {
2708 tmp.charIndex -= 1;
2727 && (endPtr->index.charIndex < endIndexPtr->charIndex)) {
2840 if (textPtr->topIndex.charIndex != 0) {
2907 if (indexPtr->charIndex == 0) {
2935 && (dlPtr->index.charIndex <= indexPtr->charIndex)) {
3042 charsToCount = srcPtr->charIndex + 1;
3056 index.charIndex = 0;
3177 charCount = index.charIndex - dlPtr->index.charIndex;
3343 charsToCount = textPtr->topIndex.charIndex + 1;
3349 index.charIndex = 0;
3516 index.charIndex = (charsInLine * (fraction-lineNum)) + 0.5;
3517 if (index.charIndex >= charsInLine) {
3658 (index.charIndex == textPtr->topIndex.charIndex)) {
3796 + ((double) dlPtr->index.charIndex)
3815 + ((double) (dlPtr->index.charIndex + count))
3902 while (indexPtr->charIndex >= (dlPtr->index.charIndex + dlPtr->count)) {
3995 indexPtr->charIndex += chunkPtr->numChars,
3998 indexPtr->charIndex += chunkPtr->numChars - 1;
4009 indexPtr->charIndex += (*chunkPtr->measureProc)(chunkPtr, x);
4071 index = indexPtr->charIndex - dlPtr->index.charIndex;