HomeSort by relevance Sort by last modified time
    Searched refs:versionInfo (Results 1 - 20 of 20) sorted by null

  /external/webkit/WebCore/platform/chromium/
WindowsVersion.cpp 42 OSVERSIONINFO versionInfo;
43 versionInfo.dwOSVersionInfoSize = sizeof(versionInfo);
44 GetVersionEx(&versionInfo);
47 result = versionInfo.dwMajorVersion >= 6;
  /external/chromium/third_party/icu/public/common/unicode/
resbund.h 427 * @param versionInfo A UVersionInfo array that is filled with the version number
432 getVersion(UVersionInfo versionInfo) const;
ures.h 271 * @param versionInfo A UVersionInfo array that is filled with the version number
277 UVersionInfo versionInfo);
    [all...]
  /external/icu4c/common/unicode/
resbund.h 427 * @param versionInfo A UVersionInfo array that is filled with the version number
432 getVersion(UVersionInfo versionInfo) const;
ures.h 279 * @param versionInfo A UVersionInfo array that is filled with the version number
285 UVersionInfo versionInfo);
    [all...]
  /external/chromium/third_party/icu/source/common/
resbund.cpp 366 void ResourceBundle::getVersion(UVersionInfo versionInfo) const {
367 ures_getVersion(fResource, versionInfo);
unormimp.h 415 unorm_getUnicodeVersion(UVersionInfo *versionInfo, UErrorCode *pErrorCode);
unorm.cpp 969 unorm_getUnicodeVersion(UVersionInfo *versionInfo, UErrorCode *pErrorCode){
971 uprv_memcpy(*versionInfo, dataVersion, 4);
    [all...]
uresbund.c     [all...]
  /external/icu4c/common/
resbund.cpp 366 void ResourceBundle::getVersion(UVersionInfo versionInfo) const {
367 ures_getVersion(fResource, versionInfo);
uresbund.c     [all...]
  /external/chromium/third_party/icu/source/i18n/
tblcoll.cpp 325 void RuleBasedCollator::getVersion(UVersionInfo versionInfo) const
327 if (versionInfo!=NULL){
328 ucol_getVersion(ucollator, versionInfo);
ucol_imp.h     [all...]
ucol.cpp     [all...]
  /external/icu4c/i18n/
tblcoll.cpp 325 void RuleBasedCollator::getVersion(UVersionInfo versionInfo) const
327 if (versionInfo!=NULL){
328 ucol_getVersion(ucollator, versionInfo);
ucol_imp.h     [all...]
ucol.cpp     [all...]
  /external/webkit/WebKit/win/
WebView.cpp     [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
creststn.c     [all...]
  /external/icu4c/test/cintltst/
creststn.c     [all...]

Completed in 2064 milliseconds