Home
last modified time | relevance | path

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

/aoo42x/main/cppuhelper/source/
H A Dbootstrap.cxx277 OUString csl_rdbs, in nestRegistries() argument
314 index = csl_rdbs.indexOf((sal_Unicode)' '); in nestRegistries()
315 OUString rdb_name = (index == -1) ? csl_rdbs : csl_rdbs.copy(0, index); in nestRegistries()
316 csl_rdbs = (index == -1) ? OUString() : csl_rdbs.copy(index + 1); in nestRegistries()
372 while(index != -1 && csl_rdbs.getLength()); // are there more rdbs in list? in nestRegistries()

Completed in 8 milliseconds