/third_party/gptfdisk/ |
D | gptcurses.cc | 435 char inLine[80]; in MakeNewPart() local 452 getnstr(inLine, 79); in MakeNewPart() 454 …newFirstLBA = IeeeToInt(inLine, blockSize, currentSpace->firstLBA, currentSpace->lastLBA, sectorAl… in MakeNewPart() 466 getnstr(inLine, 79); in MakeNewPart() 468 newLastLBA = newFirstLBA + IeeeToInt(inLine, blockSize, 1, size, sectorAlignment, size) - 1; in MakeNewPart() 482 char inLine[80]; in SaveData() local 492 getnstr(inLine, 79); in SaveData() 493 answer = inLine; in SaveData() 514 char inLine[80]; in Backup() local 520 getnstr(inLine, 79); in Backup() [all …]
|
D | gpttext.cc | 453 istringstream inLine(line); in MakeHybrid() local 455 inLine >> partNums[numPartsToCvt]; in MakeHybrid() 458 } while (!inLine.eof() && (numPartsToCvt < 3)); in MakeHybrid()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/duration/ |
D | DataReadWriteTest.java | 33 boolean inLine = true; in normalize() 36 if (inLine && c == ' ') { in normalize() 40 inLine = true; in normalize() 43 inLine = false; in normalize()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/ |
D | DataReadWriteTest.java | 30 boolean inLine = true; in normalize() 33 if (inLine && c == ' ') { in normalize() 37 inLine = true; in normalize() 40 inLine = false; in normalize()
|
/third_party/icu/tools/unicode/c/genprops/ |
D | namespropsbuilder.cpp | 633 uint32_t i=0, inLine, outLine=0xffffffff /* (uint32_t)(-1) */, in compressLines() local 645 inLine=line->code; in compressLines() 648 if(inLine>>GROUP_SHIFT!=groupMSB) { in compressLines() 666 groupMSB=inLine>>GROUP_SHIFT; in compressLines() 667 outLine=(inLine&~GROUP_MASK)-1; in compressLines() 671 while(++outLine<inLine) { in compressLines()
|
/third_party/libxml2/include/libxml/ |
D | tree.h | 1052 int inLine); 1057 int inLine);
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | tree.in.h | 1081 int inLine); 1086 int inLine);
|
D | tree.c | 1705 xmlNodeListGetString(xmlDocPtr doc, const xmlNode *list, int inLine) in xmlNodeListGetString() argument 1722 if (inLine) { in xmlNodeListGetString() 1737 if (inLine) { in xmlNodeListGetString() 1795 xmlNodeListGetRawString(const xmlDoc *doc, const xmlNode *list, int inLine) in xmlNodeListGetRawString() argument 1807 if (inLine) { in xmlNodeListGetRawString() 1819 if (inLine) { in xmlNodeListGetRawString()
|
/third_party/libxml2/ |
D | tree.c | 1699 xmlNodeListGetString(xmlDocPtr doc, const xmlNode *list, int inLine) in xmlNodeListGetString() argument 1716 if (inLine) { in xmlNodeListGetString() 1731 if (inLine) { in xmlNodeListGetString() 1789 xmlNodeListGetRawString(const xmlDoc *doc, const xmlNode *list, int inLine) in xmlNodeListGetRawString() argument 1801 if (inLine) { in xmlNodeListGetRawString() 1813 if (inLine) { in xmlNodeListGetRawString()
|
D | testapi.c | 22690 int inLine; /* should we replace entity contents or show their external form */ in test_xmlNodeListGetRawString() local 22699 inLine = gen_int(n_inLine, 2); in test_xmlNodeListGetRawString() 22701 ret_val = xmlNodeListGetRawString((const xmlDoc *)doc, (const xmlNode *)list, inLine); in test_xmlNodeListGetRawString() 22706 des_int(n_inLine, inLine, 2); in test_xmlNodeListGetRawString() 22737 int inLine; /* should we replace entity contents or show their external form */ in test_xmlNodeListGetString() local 22746 inLine = gen_int(n_inLine, 2); in test_xmlNodeListGetString() 22748 ret_val = xmlNodeListGetString(doc, (const xmlNode *)list, inLine); in test_xmlNodeListGetString() 22753 des_int(n_inLine, inLine, 2); in test_xmlNodeListGetString()
|
/third_party/libxml2/os400/libxmlrpg/ |
D | tree.rpgle | 1309 d inLine value like(xmlCint) 1316 d inLine value like(xmlCint)
|