Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DTransliterationRule.java334 static final int posBefore(Replaceable str, int pos) { in posBefore() method in TransliterationRule
401 int anteLimit = posBefore(text, pos.contextStart); in matchAndReplace()
406 intRef[0] = posBefore(text, pos.start); in matchAndReplace()
/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/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; }