| OLD | NEW |
| 1 /* | 1 /* |
| 2 ****************************************************************************** | 2 ****************************************************************************** |
| 3 * Copyright (C) 1997-2008, International Business Machines | 3 * Copyright (C) 1997-2008, International Business Machines |
| 4 * Corporation and others. All Rights Reserved. | 4 * Corporation and others. All Rights Reserved. |
| 5 ****************************************************************************** | 5 ****************************************************************************** |
| 6 */ | 6 */ |
| 7 | 7 |
| 8 /** | 8 /** |
| 9 * \file | 9 * \file |
| 10 * \brief C++ API: Collation Element Iterator. | 10 * \brief C++ API: Collation Element Iterator. |
| (...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 391 inline UBool CollationElementIterator::isIgnorable(int32_t order) | 391 inline UBool CollationElementIterator::isIgnorable(int32_t order) |
| 392 { | 392 { |
| 393 return (primaryOrder(order) == RuleBasedCollator::PRIMIGNORABLE); | 393 return (primaryOrder(order) == RuleBasedCollator::PRIMIGNORABLE); |
| 394 } | 394 } |
| 395 | 395 |
| 396 U_NAMESPACE_END | 396 U_NAMESPACE_END |
| 397 | 397 |
| 398 #endif /* #if !UCONFIG_NO_COLLATION */ | 398 #endif /* #if !UCONFIG_NO_COLLATION */ |
| 399 | 399 |
| 400 #endif | 400 #endif |
| OLD | NEW |