Home
last modified time | relevance | path

Searched refs:destBuf (Results 1 – 5 of 5) sorted by relevance

/external/icu4c/i18n/
Duregex.cpp1158 UChar *destBuf, in uregex_replaceAll() argument
1166 (destBuf == NULL && destCapacity > 0) || in uregex_replaceAll()
1184 &destBuf, &destCapacity, status); in uregex_replaceAll()
1186 len += uregex_appendTail(regexp2, &destBuf, &destCapacity, status); in uregex_replaceAll()
1232 UChar *destBuf, in uregex_replaceFirst() argument
1240 (destBuf == NULL && destCapacity > 0) || in uregex_replaceFirst()
1252 &destBuf, &destCapacity, status); in uregex_replaceFirst()
1254 len += uregex_appendTail(regexp2, &destBuf, &destCapacity, status); in uregex_replaceFirst()
1300 UChar **destBuf,
1305 UChar **destBuf,
[all …]
Duspoof_wsconf.cpp75 URegularExpression *e, int32_t group, char *destBuf, int32_t destCapacity, UErrorCode &status) { in extractGroup() argument
79 destBuf[0] = 0; in extractGroup()
85 s.extract(0, len, destBuf, destCapacity, US_INV); in extractGroup()
Duspoof_impl.cpp127 int32_t SpoofImpl::confusableLookup(UChar32 inChar, int32_t tableMask, UChar *destBuf) const { in confusableLookup()
151 U16_APPEND_UNSAFE(destBuf, i, inChar) in confusableLookup()
179 U16_APPEND_UNSAFE(destBuf, i, inChar) in confusableLookup()
191 destBuf[0] = value; in confusableLookup()
216 destBuf[ix] = src[ix]; in confusableLookup()
Duspoof_impl.h68 int32_t confusableLookup(UChar32 inChar, int32_t tableMask, UChar *destBuf) const;
/external/icu4c/i18n/unicode/
Duregex.h1063 UChar *destBuf,
1122 UChar *destBuf,
1203 UChar **destBuf,
1261 UChar **destBuf,
1341 UChar *destBuf,