~ubuntu-branches/ubuntu/quantal/open-vm-tools/quantal-201210021442

« back to all changes in this revision

Viewing changes to lib/unicode/unicodeInt.h

  • Committer: Bazaar Package Importer
  • Author(s): Serge Hallyn
  • Date: 2011-03-31 14:20:05 UTC
  • mfrom: (1.4.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110331142005-3n9red91p7ogkweo
Tags: 2011.03.28-387002-0ubuntu1
* Merge latest upstream git tag.  This has the unlocked_ioctl change
  needed to fix dkms build failures (LP: #727342)
* Changes in debian/rules:
  - work around a bug in toolbox/Makefile, where install-exec-hook is
    not happening.  This needs to get fixed the right way.
  - don't install 'vmware-user' which seems to no longer exist
  - move /etc/xdg into open-vm-toolbox (which should be done using .install)
* debian/open-vm-tools.init: add 'modprobe [-r] vmblock'. (LP: #332323)
* debian/rules and debian/open-vm-toolbox.lintian-overrides:
  - Make vmware-user-suid-wrapper suid-root (LP: #332323)

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
Unicode UnicodeAllocInternal(const void *buffer,
36
36
                             ssize_t lengthInBytes,
37
37
                             StringEncoding encoding,
38
 
                             Bool strict);
 
38
                             Bool strict);
 
39
 
39
40
Unicode UnicodeAllocStatic(const char *asciiBytes,
40
41
                           Bool unescape);
41
42
 
42
 
void UnicodePinIndices(ConstUnicode str,
43
 
                       UnicodeIndex *strStart,
44
 
                       UnicodeIndex *strLength);
45
43
utf16_t UnicodeSimpleCaseFold(utf16_t codeUnit);
46
44
 
47
45
void *UnicodeGetAllocBytesInternal(ConstUnicode src,
48
46
                                   StringEncoding encoding,
49
 
                                   ssize_t lengthInBytes,
 
47
                                   ssize_t lengthInBytes,
50
48
                                   size_t *retLength);
51
49
 
52
50
Bool UnicodeSanityCheck(const void *buffer,