Searched refs:appendToBuf (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Duregex.cpp1330 static inline void appendToBuf(UChar c, int32_t *idx, UChar *buf, int32_t bufCapacity) { function
1404 appendToBuf(regexp->fText[i], &destIdx, dest, capacity);
1422 appendToBuf(c, &destIdx, dest, capacity);
1447 appendToBuf((UChar)escapedChar, &destIdx, dest, capacity);
1449 appendToBuf(U16_LEAD(escapedChar), &destIdx, dest, capacity);
1450 appendToBuf(U16_TRAIL(escapedChar), &destIdx, dest, capacity);
1459 appendToBuf(c, &destIdx, dest, capacity);
1495 appendToBuf(DOLLARSIGN, &destIdx, dest, capacity);
/external/icu/icu4c/source/i18n/
H A Duregex.cpp1333 static inline void appendToBuf(UChar c, int32_t *idx, UChar *buf, int32_t bufCapacity) { function
1407 appendToBuf(regexp->fText[i], &destIdx, dest, capacity);
1425 appendToBuf(c, &destIdx, dest, capacity);
1450 appendToBuf((UChar)escapedChar, &destIdx, dest, capacity);
1452 appendToBuf(U16_LEAD(escapedChar), &destIdx, dest, capacity);
1453 appendToBuf(U16_TRAIL(escapedChar), &destIdx, dest, capacity);
1462 appendToBuf(c, &destIdx, dest, capacity);
1498 appendToBuf(DOLLARSIGN, &destIdx, dest, capacity);
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...

Completed in 2694 milliseconds