Example #1
0
 internal unsafe static extern int GetSortKey(SafeSortHandle sortHandle, string str, int strLength, byte* sortKey, int sortKeyLength, CompareOptions options);
Example #2
0
 internal unsafe static extern int LastIndexOf(SafeSortHandle sortHandle, string target, int cwTargetLength, char* pSource, int cwSourceLength, CompareOptions options);
Example #3
0
 internal unsafe static extern bool EndsWith(SafeSortHandle sortHandle, string target, int cwTargetLength, string source, int cwSourceLength, CompareOptions options);
Example #4
0
 internal unsafe static extern int CompareString(SafeSortHandle sortHandle, char *lpStr1, int cwStr1Len, char *lpStr2, int cwStr2Len, CompareOptions options);
Example #5
0
 internal unsafe static extern int CompareString(SafeSortHandle sortHandle, char* lpStr1, int cwStr1Len, char* lpStr2, int cwStr2Len, CompareOptions options);
Example #6
0
 internal unsafe static extern int GetSortKey(SafeSortHandle sortHandle, string str, int strLength, byte *sortKey, int sortKeyLength, CompareOptions options);
Example #7
0
 internal unsafe static extern ResultCode GetSortHandle(byte[] localeName, out SafeSortHandle sortHandle);
Example #8
0
 internal unsafe static extern int LastIndexOf(SafeSortHandle sortHandle, string target, int cwTargetLength, char *pSource, int cwSourceLength, CompareOptions options);
Example #9
0
 internal unsafe static extern bool EndsWith(SafeSortHandle sortHandle, string target, int cwTargetLength, string source, int cwSourceLength, CompareOptions options);
Example #10
0
 internal static extern int GetSortVersion(SafeSortHandle sortHandle);
Example #11
0
 internal unsafe static extern bool StartsWith(SafeSortHandle sortHandle, char *target, int cwTargetLength, char *source, int cwSourceLength, CompareOptions options);
Example #12
0
 internal unsafe static extern int IndexOf(SafeSortHandle sortHandle, char *target, int cwTargetLength, char *pSource, int cwSourceLength, CompareOptions options, int *matchLengthPtr);
 internal unsafe static extern ResultCode GetSortHandle(byte[] localeName, out SafeSortHandle sortHandle);
Example #14
0
 internal static extern unsafe int GetSortKey(SafeSortHandle sortHandle, char *str, int strLength, byte *sortKey, int sortKeyLength, CompareOptions options);