Home
last modified time | relevance | path

Searched hist:"7 f9f793f" (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/i18npool/source/search/
H A Dtextsearch.hxxdiff 7f9f793f Mon Jan 23 13:14:56 UTC 2012 Herbert Dürr <hdu@apache.org> emulate word boundary matching of old regex engine

The new ICU regex engine has much improved unicode capabilities.
The old regex engine had the extensions \< and \> for matching word boundaries.
For the convenience of a smooth upgrade experience these artifacts now get mapped to \b which is supported by almost all regex engines.


git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1234777 13f79535-47bb-0310-9956-ffa450edef68
H A Dtextsearch.cxxdiff 7f9f793f Mon Jan 23 13:14:56 UTC 2012 Herbert Dürr <hdu@apache.org> emulate word boundary matching of old regex engine

The new ICU regex engine has much improved unicode capabilities.
The old regex engine had the extensions \< and \> for matching word boundaries.
For the convenience of a smooth upgrade experience these artifacts now get mapped to \b which is supported by almost all regex engines.


git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1234777 13f79535-47bb-0310-9956-ffa450edef68

Completed in 36 milliseconds