Home
last modified time | relevance | path

Searched refs:posBefore (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
Drbt_rule.cpp316 static inline int32_t posBefore(const Replaceable& str, int32_t pos) { in posBefore() function
384 int32_t anteLimit = posBefore(text, pos.contextStart); in matchAndReplace()
389 oText = posBefore(text, pos.start); in matchAndReplace()
/external/icu4c/i18n/
Drbt_rule.cpp317 static inline int32_t posBefore(const Replaceable& str, int32_t pos) { in posBefore() function
385 int32_t anteLimit = posBefore(text, pos.contextStart); in matchAndReplace()
390 oText = posBefore(text, pos.start); in matchAndReplace()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
Dcodemirror.js2516 var posBefore = posLess(pos, anchor);
2517 if (posBefore != posLess(other, anchor)) {
2520 } else if (posBefore != posLess(pos, other)) {