]>
Commit | Line | Data |
---|---|---|
b75a7d8f A |
1 | /* |
2 | ********************************************************************** | |
374ca955 | 3 | * Copyright (C) 2001-2004 IBM and others. All rights reserved. |
b75a7d8f A |
4 | ********************************************************************** |
5 | * Date Name Description | |
6 | * 03/22/2000 helena Creation. | |
7 | ********************************************************************** | |
8 | */ | |
9 | ||
10 | #ifndef STSEARCH_H | |
11 | #define STSEARCH_H | |
12 | ||
13 | #include "unicode/utypes.h" | |
14 | ||
15 | #if !UCONFIG_NO_COLLATION | |
16 | ||
17 | #include "unicode/tblcoll.h" | |
18 | #include "unicode/coleitr.h" | |
19 | #include "unicode/search.h" | |
20 | ||
21 | U_NAMESPACE_BEGIN | |
22 | ||
23 | /** | |
24 | * <tt>StringSearch</tt> is a <tt>SearchIterator</tt> that provides | |
25 | * language-sensitive text searching based on the comparison rules defined | |
26 | * in a {@link RuleBasedCollator} object. | |
27 | * StringSearch ensures that language eccentricity can be | |
28 |