Home
last modified time | relevance | path

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

/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp2239 std::size_t lLastSlash = aTargetNs.find_last_of("/"); in import_schema_auto_prefix() local
2241 if (lLastSlash + 1 < aTargetNs.size()) in import_schema_auto_prefix()
2243 lPrefixStr = aTargetNs.substr(lLastSlash + 1); in import_schema_auto_prefix()