Searched refs:parLocations (Results 1 – 4 of 4) sorted by relevance
1268 rtl_uString *** parLocations, sal_Int32 * size) const in getJRELocations() argument1271 OSL_ASSERT(parLocations != NULL && size != NULL); in getJRELocations()1273 *parLocations = (rtl_uString **) in getJRELocations()1275 if (*parLocations == NULL) in getJRELocations()1283 (*parLocations)[j] = i->pData; in getJRELocations()
1088 rtl_uString *** parLocations, sal_Int32 *pLen) in jfw_getJRELocations() argument1097 if (parLocations == NULL || pLen == NULL) in jfw_getJRELocations()1100 settings.getJRELocations(parLocations, pLen); in jfw_getJRELocations()
366 void getJRELocations(rtl_uString *** parLocations, sal_Int32 * size) const;
811 rtl_uString *** parLocations, sal_Int32 * pSize);
Completed in 29 milliseconds