Searched refs:lastSpace (Results 1 – 6 of 6) sorted by relevance
/external/gptfdisk/ |
D | gptcurses.cc | 53 lastSpace = NULL; in GPTDataCurses() 82 lastSpace = NULL; in EmptySpaces() 136 if ((current == lastSpace) && (current->lastLBA < GetLastUsableLBA())) { in AddEmptySpaces() 160 if (theSpace == lastSpace) in UnlinkSpace() 161 lastSpace = theSpace->prevSpace; in UnlinkSpace() 170 if (lastSpace == NULL) { in LinkToEnd() 171 firstSpace = lastSpace = theSpace; in LinkToEnd() 175 theSpace->prevSpace = lastSpace; in LinkToEnd() 177 lastSpace->nextSpace = theSpace; in LinkToEnd() 178 lastSpace = theSpace; in LinkToEnd() [all …]
|
D | gptcurses.h | 81 Space *lastSpace; variable
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | Log.java | 103 int lastSpace = value.lastIndexOf(' ', 80); in formatln() local 104 if (lastSpace == -1) { in formatln() 108 log.println(value.substring(0, lastSpace)); in formatln() 109 value = value.substring(lastSpace); in formatln()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | ConversationDialogActivity.java | 112 int lastSpace = TextUtils.lastIndexOf(text, ' ', currentOffset + fittingChars - 1); in formatPages() local 113 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()
|
/external/skqp/tools/bookmaker/ |
D | textParser.h | 669 bool lastSpace = false; in trim_inline_spaces() local 674 if (!lastSpace) { in trim_inline_spaces() 677 lastSpace = true; in trim_inline_spaces() 680 lastSpace = false; in trim_inline_spaces()
|
D | includeWriter.cpp | 2321 const int lastSpace, const int run, int lastWrite, const char* data, in lookupMethod() argument 2323 int wordStart = lastSpace; in lookupMethod() 2416 int lastSpace = -1; in rewriteBlock() local 2465 if (hasUpper && hasLower && !hasSymbol && lastSpace > 0) { in rewriteBlock() 2466 lastWrite = this->lookupMethod(punctuation, word, lastSpace, run, in rewriteBlock() 2483 lastSpace = run; in rewriteBlock() 2625 } else if (word == Word::kMixed && hasUpper && hasLower && !hasSymbol && lastSpace > 0) { in rewriteBlock() 2626 lastWrite = this->lookupMethod(punctuation, word, lastSpace, run, lastWrite, data, in rewriteBlock()
|