Home
last modified time | relevance | path

Searched refs:wrapmessage (Results 1 – 3 of 3) sorted by relevance

/dports/textproc/translate-toolkit/translate-toolkit-3.5.1/translate/convert/
H A Dpo2txt.py61 def wrapmessage(self, message): member in po2txt
77 txtresult += self.wrapmessage(unit.target) + "\n\n"
79 txtresult += self.wrapmessage(unit.source) + "\n\n"
96 txttarget = self.wrapmessage(unit.target)
/dports/devel/bullet/bullet3-3.21/examples/ExampleBrowser/GwenGUISupport/
H A DgwenUserInterface.cpp157 std::string wrapmessage = message; in setExampleDescription() local
167 int wrapLen = int(wrapmessage.length()); in setExampleDescription()
170 std::string sub = wrapmessage.substr(startPos, (endPos - startPos)); in setExampleDescription()
/dports/devel/py-bullet3/bullet3-3.21/examples/ExampleBrowser/GwenGUISupport/
H A DgwenUserInterface.cpp157 std::string wrapmessage = message; in setExampleDescription() local
167 int wrapLen = int(wrapmessage.length()); in setExampleDescription()
170 std::string sub = wrapmessage.substr(startPos, (endPos - startPos)); in setExampleDescription()