locnlm32.imp 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. # converted to unix by root on mail.armin.d at Mon Apr 16 00:36:06 CEST 2001
  2. #
  3. NWisalnum,
  4. NWisalpha,
  5. NWisdigit,
  6. NWNextChar,
  7. NWLTruncateString,
  8. NWatoi,
  9. NWLstrbcpy,
  10. NWstrlen,
  11. NWLocalToUnicode,
  12. NWUnicodeToLocal,
  13. NWUnicodeToCollation,
  14. NWUnicodeCompare,
  15. NWUnicodeToMonocase,
  16. NWFreeUnicodeTables,
  17. NWGetUnicodeToLocalHandle,
  18. NWGetLocalToUnicodeHandle,
  19. NWGetMonocaseHandle,
  20. NWGetCollationHandle,
  21. NWInitUnicodeTables,
  22. unicmp,
  23. unincmp,
  24. unicat,
  25. unichr,
  26. unicpy,
  27. unicspn,
  28. unilen,
  29. unincat,
  30. unincpy,
  31. uninset,
  32. unipbrk,
  33. unipcpy,
  34. unirchr,
  35. unirev,
  36. uniset,
  37. unispn,
  38. unistr,
  39. unitok,
  40. uniicmp,
  41. uninicmp,
  42. unisize,
  43. uniindex,
  44. uninlen,
  45. NWGetNWLOCALEVersion,
  46. NWLstrtok,
  47. NWitoa,
  48. NWltoa,
  49. NWutoa,
  50. NWultoa,
  51. NWLmbslen,
  52. NWLstricmp,
  53. NWisxdigit,
  54. NWUSStandardUnicodeInit,
  55. NWUSStandardUnicodeRelease,
  56. NWUSGetCodePage,
  57. NWUSByteToUnicode,
  58. NWUSLenByteToUnicode,
  59. NWUSByteToUnicodePath,
  60. NWUSLenByteToUnicodePath,
  61. NWUSUnicodeToByte,
  62. NWUSUnicodeToBytePath,
  63. NWUSUnicodeToLowerCase,
  64. NWUSUnicodeToUpperCase,
  65. NWUSUnicodeToUntermByte,
  66. NWUSUnicodeToUntermBytePath,
  67. NWUXLoadByteUnicodeConverter,
  68. NWUXLoadCaseConverter,
  69. NWUXLoadCollationConverter,
  70. NWUXLoadNormalizeConverter,
  71. NWUXUnloadConverter,
  72. NWUXByteToUnicode,
  73. NWUXLenByteToUnicode,
  74. NWUXByteToUnicodePath,
  75. NWUXLenByteToUnicodePath,
  76. NWUXUnicodeToByte,
  77. NWUXUnicodeToBytePath,
  78. NWUXUnicodeToCase,
  79. NWUXUnicodeToCollation,
  80. NWUXUnicodeToNormalized,
  81. NWUXGetCharSize,
  82. NWUXUnicodeToUntermByte,
  83. NWUXUnicodeToUntermBytePath,
  84. NWUXSetNoMapAction,
  85. NWUXGetNoMapAction,
  86. NWUXSetSubByte,
  87. NWUXGetSubByte,
  88. NWUXSetSubUni,
  89. NWUXGetSubUni,
  90. NWUXSetByteFunctions,
  91. NWUXGetByteFunctions,
  92. NWUXSetUniFunctions,
  93. NWUXGetUniFunctions,
  94. NWUXResetConverter,
  95. nwusuniicmp,
  96. nwusuninicmp,
  97. NWUXSetScanAction,
  98. NWUXGetScanAction,
  99. NWUSStandardUnicodeOverride,
  100. NWLIsAnsi,
  101. NWLOemToAnsi,
  102. NWLAnsiToOem,
  103. NWLUTF8ToUnicode,
  104. NWLUnicodeToUTF8,
  105. NWLUTF8ToUnicodeSize,
  106. NWLUnicodeToUTF8Size,
  107. NWLstrtok_r