Home
last modified time | relevance | path

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

/external/icu/icu4c/source/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/icu/source/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/owasp/sanitizer/src/main/org/owasp/html/
DCssTokens.java692 int posBefore = pos;
751 if (pos == posBefore) {
780 int posBefore = pos;
804 pos = posBefore;
1211 int posBefore = pos;
1213 if (pos == posBefore) { return null; }
/external/skia/experimental/webtry/res/js/cm/
Dcodemirror.js1067 var posBefore = cmp(head, anchor) < 0;
1068 if (posBefore != (cmp(other, anchor) < 0)) {
1071 } else if (posBefore != (cmp(head, other) < 0)) {
/external/chromium_org/third_party/skia/experimental/webtry/res/js/cm/
Dcodemirror.js1067 var posBefore = cmp(head, anchor) < 0;
1068 if (posBefore != (cmp(other, anchor) < 0)) {
1071 } else if (posBefore != (cmp(head, other) < 0)) {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
Dcodemirror.js1083 var posBefore = cmp(head, anchor) < 0;
1084 if (posBefore != (cmp(other, anchor) < 0)) {
1087 } else if (posBefore != (cmp(head, other) < 0)) {