Searched defs:inLine (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/tools/gennames/
H A Dgennames.c806 uint32_t i=0, inLine, outLine=0xffffffff /* (uint32_t)(-1) */, local
818 inLine=line->code;
821 if(inLine>>GROUP_SHIFT!=groupMSB) {
839 groupMSB=inLine>>GROUP_SHIFT;
840 outLine=(inLine&~GROUP_MASK)-1;
844 while(++outLine<inLine) {
/external/libxml2/
H A Dtree.c1621 * @inLine: should we replace entity contents or show their external form
1629 xmlNodeListGetString(xmlDocPtr doc, xmlNodePtr list, int inLine) argument
1641 if (inLine) {
1653 if (inLine) {
1702 * @inLine: should we replace entity contents or show their external form
1711 xmlNodeListGetRawString(xmlDocPtr doc, xmlNodePtr list, int inLine) argument
1723 if (inLine) {
1735 if (inLine) {

Completed in 57 milliseconds