Home
last modified time | relevance | path

Searched refs:tempString (Results 1 – 8 of 8) sorted by relevance

/external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/include/
Dlcentry.h219 char tempString[80]; in StatusShow() local
222 sprintf(tempString, " LogicalChannelNumber = %u", FwdLcn); in StatusShow()
223 Show245(ANALYZER_SE, 0, tempString); in StatusShow()
224 sprintf(tempString, " from--> %s", StateLabel(oldStatus)); in StatusShow()
225 Show245(ANALYZER_SE, 0, tempString); in StatusShow()
226 sprintf(tempString, " to--> %s", StateLabel(newStatus)); in StatusShow()
227 Show245(ANALYZER_SE, 0, tempString); in StatusShow()
267 char tempString[80]; in ClcStatusShow() local
270 sprintf(tempString, " LogicalChannelNumber = %u", FwdLcn); in ClcStatusShow()
271 Show245(ANALYZER_SE, 0, tempString); in ClcStatusShow()
[all …]
/external/icu4c/test/intltest/
Dnumrgts.cpp867 UnicodeString tempString; in Test4070798() local
897 tempString = formatter->format (-5789.9876, tempString); in Test4070798()
899 if (tempString == expectedDefault) { in Test4070798()
904 " Received " + tempString ); in Test4070798()
910 tempString.remove(); in Test4070798()
911 tempString = formatter->format( 5789.9876, tempString ); in Test4070798()
913 if (tempString == expectedCurrency) { in Test4070798()
918 " Received " + tempString ); in Test4070798()
925 tempString.remove(); in Test4070798()
926 tempString = formatter->format (-5789.9876, tempString); in Test4070798()
[all …]
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/src/
Drtd.cpp325 char tempString[80]; in StatusShow() local
328 sprintf(tempString, " from--> %s", StateLabel(oldStatus)); in StatusShow()
329 Show245(ANALYZER_SE, 0, tempString); in StatusShow()
330 sprintf(tempString, " to--> %s", StateLabel(newStatus)); in StatusShow()
331 Show245(ANALYZER_SE, 0, tempString); in StatusShow()
Drme.cpp489 char tempString[80]; in StatusShow() local
492 sprintf(tempString, " from--> %s", StateLabel(oldStatus)); in StatusShow()
493 Show245(ANALYZER_SE, 0, tempString); in StatusShow()
494 sprintf(tempString, " to--> %s", StateLabel(newStatus)); in StatusShow()
495 Show245(ANALYZER_SE, 0, tempString); in StatusShow()
Dmr.cpp490 char tempString[80]; in StatusShow() local
493 sprintf(tempString, " from--> %s", StateLabel(oldStatus)); in StatusShow()
494 Show245(ANALYZER_SE, 0, tempString); in StatusShow()
495 sprintf(tempString, " to--> %s", StateLabel(newStatus)); in StatusShow()
496 Show245(ANALYZER_SE, 0, tempString); in StatusShow()
Dml.cpp569 char tempString[80]; in StatusShow() local
572 sprintf(tempString, " from--> %s", StateLabel(oldStatus)); in StatusShow()
573 Show245(ANALYZER_SE, 0, tempString); in StatusShow()
574 sprintf(tempString, " to--> %s", StateLabel(newStatus)); in StatusShow()
575 Show245(ANALYZER_SE, 0, tempString); in StatusShow()
Dmt.cpp616 char tempString[80]; in StatusShow() local
619 sprintf(tempString, " from--> %s", StateLabel(oldStatus)); in StatusShow()
620 Show245(ANALYZER_SE, 0, tempString); in StatusShow()
621 sprintf(tempString, " to--> %s", StateLabel(newStatus)); in StatusShow()
622 Show245(ANALYZER_SE, 0, tempString); in StatusShow()
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
Dregress-111557.js4979 var tempString = "";
4981 tempString += myURL;
4983 tempString += MTMPreHREF + myURL;
4985 return(tempString);
4989 var tempString = "";
4990tempString += '<a name="sub' + thisItem.number + '" href="javascript:parent.frames[\'code\'].myVo…
4994 tempString += ' class="' + tempClass + '"';
4996 return(tempString + '>');
5000 var tempString = '<a';
5003 tempString += ' class="tracked"'
[all …]