Home
last modified time | relevance | path

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

/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Clipboard/
H A DTextTransferable.java45 if ( !aFlavor.MimeType.equalsIgnoreCase( UNICODE_CONTENT_TYPE ) ) in getTransferData()
56 UNICODE_CONTENT_TYPE, in getTransferDataFlavors()
67 return aFlavor.MimeType.equalsIgnoreCase(UNICODE_CONTENT_TYPE); in isDataFlavorSupported()
73 private final String UNICODE_CONTENT_TYPE = "text/plain;charset=utf-16"; field in TextTransferable

Completed in 7 milliseconds