Home
last modified time | relevance | path

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

/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dutil.cxx700 gVendorMap[pos].sVendorName != NULL; ++pos ) in getJREInfoFromBinPath()
900 gVendorMap[pos].sVendorName != NULL; ++pos ) in getJREInfoByPath()
1002 OUString sVendorName; in getJREInfoByPath() local
1008 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()
H A Dvendorlist.cxx65 OString sVendor(gVendorMap[pos].sVendorName); in END_VENDOR_MAP()
83 OString sVendorName = OUStringToOString(sVendor, osl_getThreadTextEncoding()); in isVendorSupported() local
85 sVendorName.getStr()); in isVendorSupported()
H A Dvendorlist.hxx47 char const * sVendorName; member