Searched refs:lastSpace (Results 1 – 3 of 3) sorted by relevance
52 lastSpace = NULL; in GPTDataCurses()81 lastSpace = NULL; in EmptySpaces()135 if ((current == lastSpace) && (current->lastLBA < GetLastUsableLBA())) { in AddEmptySpaces()159 if (theSpace == lastSpace) in UnlinkSpace()160 lastSpace = theSpace->prevSpace; in UnlinkSpace()169 if (lastSpace == NULL) { in LinkToEnd()170 firstSpace = lastSpace = theSpace; in LinkToEnd()174 theSpace->prevSpace = lastSpace; in LinkToEnd()176 lastSpace->nextSpace = theSpace; in LinkToEnd()177 lastSpace = theSpace; in LinkToEnd()[all …]
81 Space *lastSpace; variable
112 int lastSpace = TextUtils.lastIndexOf(text, ' ', currentOffset + fittingChars - 1); in formatPages() local113 if (lastSpace == -1) { in formatPages()115 lastSpace = currentOffset + fittingChars - 1; in formatPages()117 spannedText.replace(lastSpace, lastSpace + 1, newline, 0, 1); in formatPages()119 currentOffset = lastSpace + 1; in formatPages()