Home
last modified time | relevance | path

Searched refs:outString (Results 1 – 6 of 6) sorted by relevance

/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Danalyzeper.cpp77 uint8 outString[200]; in Show245() local
82 outString[i] = ' '; in Show245()
84 sprintf(outString + i, "%s", inString); in Show245()
88 PVAnalyzer(tag, outString); /* The real deal */ in Show245()
108 uint8 outString[100]; in ShowHexData() local
112 sprintf(outString + 3*(i % 16), "%02x ", data[i]); in ShowHexData()
115 outString[3*(i%16+1)] = '\0'; in ShowHexData()
116 Show245(tag, indent, outString); in ShowHexData()
137 uint8 outString[100]; in ShowPERNull() local
139 sprintf(outString, "%s = NULL", label); in ShowPERNull()
[all …]
/external/icu4c/common/
Duinvchar.c427 const char *outString, int32_t outLength, in uprv_compareInvAscii() argument
433 if(outString==NULL || outLength<-1 || localString==NULL || localLength<-1) { in uprv_compareInvAscii()
438 outLength=(int32_t)uprv_strlen(outString); in uprv_compareInvAscii()
447 c=(uint8_t)*outString++; in uprv_compareInvAscii()
472 const char *outString, int32_t outLength, in uprv_compareInvEbcdic() argument
478 if(outString==NULL || outLength<-1 || localString==NULL || localLength<-1) { in uprv_compareInvEbcdic()
483 outLength=(int32_t)uprv_strlen(outString); in uprv_compareInvEbcdic()
492 c=(uint8_t)*outString++; in uprv_compareInvEbcdic()
Dudataswp.h132 const char *outString, int32_t outLength,
307 const char *outString, int32_t outLength,
316 const char *outString, int32_t outLength,
/external/tinyxml/
Dtinyxml.cpp42 void TiXmlBase::PutString( const TIXML_STRING& str, TIXML_STRING* outString ) in PutString() argument
67 outString->append( str.c_str() + i, 1 ); in PutString()
75 outString->append( entity[0].str, entity[0].strLength ); in PutString()
80 outString->append( entity[1].str, entity[1].strLength ); in PutString()
85 outString->append( entity[2].str, entity[2].strLength ); in PutString()
90 outString->append( entity[3].str, entity[3].strLength ); in PutString()
95 outString->append( entity[4].str, entity[4].strLength ); in PutString()
112 outString->append( buf, (int)strlen( buf ) ); in PutString()
119 *outString += (char) c; // somewhat more efficient function call. in PutString()
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
Dtschandling.cpp1040 char outString[200]; in ShowTsc() local
1045 outString[i] = ' '; in ShowTsc()
1047 sprintf(outString + i, "%s", inString); in ShowTsc()
/external/icu4c/test/intltest/
Dnumrgts.cpp2637 UnicodeString outString; local
2638 df->format(ulocdat, outString);
2640 if (outString != exp) {
2641 errln("FAIL: " + udt + " => " + outString);