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