OLD | NEW |
1 /* | 1 /* |
2 ********************************************************************** | 2 ********************************************************************** |
3 * Copyright (c) 2002-2008, International Business Machines | 3 * Copyright (c) 2002-2014, International Business Machines |
4 * Corporation and others. All Rights Reserved. | 4 * Corporation and others. All Rights Reserved. |
5 ********************************************************************** | 5 ********************************************************************** |
6 */ | 6 */ |
7 #ifndef USETITER_H | 7 #ifndef USETITER_H |
8 #define USETITER_H | 8 #define USETITER_H |
9 | 9 |
10 #include "unicode/utypes.h" | 10 #include "unicode/utypes.h" |
11 #include "unicode/uobject.h" | 11 #include "unicode/uobject.h" |
12 #include "unicode/unistr.h" | 12 #include "unicode/unistr.h" |
13 | 13 |
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
309 } | 309 } |
310 | 310 |
311 inline UChar32 UnicodeSetIterator::getCodepointEnd() const { | 311 inline UChar32 UnicodeSetIterator::getCodepointEnd() const { |
312 return codepointEnd; | 312 return codepointEnd; |
313 } | 313 } |
314 | 314 |
315 | 315 |
316 U_NAMESPACE_END | 316 U_NAMESPACE_END |
317 | 317 |
318 #endif | 318 #endif |
OLD | NEW |