OLD | NEW |
1 /* | 1 /* |
2 ********************************************************************** | 2 ********************************************************************** |
3 * Copyright (C) 2001-2010 IBM and others. All rights reserved. | 3 * Copyright (C) 2001-2010 IBM and others. All rights reserved. |
4 ********************************************************************** | 4 ********************************************************************** |
5 * Date Name Description | 5 * Date Name Description |
6 * 06/28/2001 synwee Creation. | 6 * 06/28/2001 synwee Creation. |
7 ********************************************************************** | 7 ********************************************************************** |
8 */ | 8 */ |
9 #ifndef USEARCH_H | 9 #ifndef USEARCH_H |
10 #define USEARCH_H | 10 #define USEARCH_H |
(...skipping 809 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
820 */ | 820 */ |
821 U_INTERNAL UBool U_EXPORT2 usearch_searchBackwards(UStringSearch *strsrch, | 821 U_INTERNAL UBool U_EXPORT2 usearch_searchBackwards(UStringSearch *strsrch, |
822 int32_t startIdx, | 822 int32_t startIdx, |
823 int32_t *matchStart, | 823 int32_t *matchStart, |
824 int32_t *matchLimit, | 824 int32_t *matchLimit, |
825 UErrorCode *status); | 825 UErrorCode *status); |
826 | 826 |
827 #endif /* #if !UCONFIG_NO_COLLATION && !UCONFIG_NO_BREAK_ITERATION */ | 827 #endif /* #if !UCONFIG_NO_COLLATION && !UCONFIG_NO_BREAK_ITERATION */ |
828 | 828 |
829 #endif | 829 #endif |
OLD | NEW |