Searched refs:sVendorName (Results 1 – 3 of 3) sorted by relevance
700 gVendorMap[pos].sVendorName != NULL; ++pos ) in getJREInfoFromBinPath()900 gVendorMap[pos].sVendorName != NULL; ++pos ) in getJREInfoByPath()1002 OUString sVendorName; in getJREInfoByPath() local1008 sVendorName = i->second; in getJREInfoByPath()1013 if (sVendorName.getLength() > 0) in getJREInfoByPath()1017 gVendorMap[c].sVendorName != NULL; ++c ) in getJREInfoByPath()1019 OUString sNameMap(gVendorMap[c].sVendorName, strlen(gVendorMap[c].sVendorName), in getJREInfoByPath()1021 if (sNameMap.equals(sVendorName)) in getJREInfoByPath()1032 gVendorMap[c].sVendorName != NULL; ++c ) in getJREInfoByPath()1034 OUString sNameMap(gVendorMap[c].sVendorName, strlen(gVendorMap[c].sVendorName), in getJREInfoByPath()
65 OString sVendor(gVendorMap[pos].sVendorName); in END_VENDOR_MAP()83 OString sVendorName = OUStringToOString(sVendor, osl_getThreadTextEncoding()); in isVendorSupported() local85 sVendorName.getStr()); in isVendorSupported()
47 char const * sVendorName; member