| Index: source/common/brkiter.cpp
|
| ===================================================================
|
| --- source/common/brkiter.cpp (revision 223384)
|
| +++ source/common/brkiter.cpp (working copy)
|
| @@ -436,6 +436,13 @@
|
| return locBased.getLocaleID(type, status);
|
| }
|
|
|
| +// This implementation of getRuleStatus is a do-nothing stub, here to
|
| +// provide a default implementation for any derived BreakIterator classes that
|
| +// do not implement it themselves.
|
| +int32_t BreakIterator::getRuleStatus() const {
|
| + return 0;
|
| +}
|
| +
|
| U_NAMESPACE_END
|
|
|
| #endif /* #if !UCONFIG_NO_BREAK_ITERATION */
|
|
|