Home
last modified time | relevance | path

Searched refs:firstSpace (Results 1 - 5 of 5) sorted by relevance

/third_party/gptfdisk/
H A Dgptcurses.cc56 firstSpace = NULL; in GPTDataCurses()
80 while (firstSpace != NULL) { in EmptySpaces()
81 trash = firstSpace; in EmptySpaces()
82 firstSpace = firstSpace->nextSpace; in EmptySpaces()
130 if (firstSpace == NULL) { in AddEmptySpaces()
134 current = firstSpace; in AddEmptySpaces()
136 if ((current == firstSpace) && (current->firstLBA > GetFirstUsableLBA())) { in AddEmptySpaces()
162 if (theSpace == firstSpace) in UnlinkSpace()
163 firstSpace in UnlinkSpace()
[all...]
H A Dgptcurses.h78 Space *firstSpace; member in GPTDataCurses
/third_party/icu/icu4c/source/common/
H A Dlocid.cpp1384 const char* firstSpace = uprv_strchr(replacement, ' ');
1385 if (firstSpace != nullptr) {
1416 (int32_t)(firstSpace - replacement), status), status);
1495 const char* firstSpace = uprv_strchr(replacement, ' ');
1497 size_t len = (firstSpace != nullptr) ?
1498 (firstSpace - replacement) : uprv_strlen(replacement);
/third_party/node/deps/icu-small/source/common/
H A Dlocid.cpp1391 const char* firstSpace = uprv_strchr(replacement, ' ');
1392 if (firstSpace != nullptr) {
1423 (int32_t)(firstSpace - replacement), status), status);
1502 const char* firstSpace = uprv_strchr(replacement, ' ');
1504 size_t len = (firstSpace != nullptr) ?
1505 (firstSpace - replacement) : uprv_strlen(replacement);
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocid.cpp1408 const char* firstSpace = uprv_strchr(replacement, ' ');
1409 if (firstSpace != nullptr) {
1440 (int32_t)(firstSpace - replacement), status), status);
1522 const char* firstSpace = uprv_strchr(replacement, ' ');
1524 size_t len = (firstSpace != nullptr) ?
1525 (firstSpace - replacement) : uprv_strlen(replacement);

Completed in 13 milliseconds