Home
last modified time | relevance | path

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

/aoo4110/main/sal/osl/w32/
H A Dprocimpl.cxx57 const sal_Unicode NAME_VALUE_SEPARATOR = TEXT('='); variable
83 OSL_ENSURE((lhs.indexOf(NAME_VALUE_SEPARATOR) > -1) && \ in operator ()()
84 (rhs.indexOf(NAME_VALUE_SEPARATOR) > -1), \ in operator ()()
91 lhs.indexOf(NAME_VALUE_SEPARATOR), in operator ()()
93 rhs.indexOf(NAME_VALUE_SEPARATOR)) < 0); in operator ()()
176 if (env_var.indexOf(NAME_VALUE_SEPARATOR) == -1) in create_merged_environment()

Completed in 18 milliseconds