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