Home
last modified time | relevance | path

Searched defs:truncateBeforeString (Results 1 – 3 of 3) sorted by relevance

/dports/devel/codeworker/CodeWorker4_5_3/java/org/codeworker/jni/
H A DRuntime.java245 …public static native java.lang.String truncateBeforeString(org.codeworker.IParseTree pVariable, ja… in truncateBeforeString() method in Runtime
/dports/devel/codeworker/CodeWorker4_5_3/
H A DCGRuntime.cpp3599 std::string CGRuntime::truncateBeforeString(DtaScriptVariable* pVariable, const std::string& sText)… in truncateBeforeString() function in CodeWorker::CGRuntime
3613 std::string CGRuntime::truncateBeforeString(CppParsingTree_var pVariable, const std::string& sText)… in truncateBeforeString() function in CodeWorker::CGRuntime
/dports/devel/codeworker/CodeWorker4_5_3/cs/src/
H A DDOTNET.cpp2746 System::String* Runtime::truncateBeforeString(ParseTree* hVariable, System::String* hText) { in truncateBeforeString() function in CodeWorker::Runtime