Home
last modified time | relevance | path

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

/external/icu4c/common/
Dwintz.c94 int32_t winType; in detectWindowsType() local
103 for (winType = 0; winType < 2; winType++) { in detectWindowsType()
105 WIN_TYPE_PROBE_REGKEY[winType], in detectWindowsType()
116 return winType+1; /* +1 to bring it inline with the enum */ in detectWindowsType()
/external/webkit/Source/WebCore/platform/win/
DClipboardWin.cpp481 ClipboardDataType winType = clipboardTypeFromMIMEType(type); in setData() local
483 if (winType == ClipboardDataTypeURL) in setData()
486 if (winType == ClipboardDataTypeText) { in setData()