Home
last modified time | relevance | path

Searched defs:destBuf (Results 1 - 3 of 3) sorted by relevance

/third_party/icu/icu4c/source/i18n/
H A Duregex.cpp1151 uregex_replaceAll(URegularExpression *regexp2, const UChar *replacementText, int32_t replacementLength, UChar *destBuf, int32_t destCapacity, UErrorCode *status) uregex_replaceAll() argument
1225 uregex_replaceFirst(URegularExpression *regexp2, const UChar *replacementText, int32_t replacementLength, UChar *destBuf, int32_t destCapacity, UErrorCode *status) uregex_replaceFirst() argument
1339 appendReplacement(RegularExpression *regexp, const UChar *replacementText, int32_t replacementLength, UChar **destBuf, int32_t *destCapacity, UErrorCode *status) appendReplacement() argument
1587 uregex_appendReplacement(URegularExpression *regexp2, const UChar *replacementText, int32_t replacementLength, UChar **destBuf, int32_t *destCapacity, UErrorCode *status) uregex_appendReplacement() argument
1617 appendTail(RegularExpression *regexp, UChar **destBuf, int32_t *destCapacity, UErrorCode *status) appendTail() argument
1743 uregex_appendTail(URegularExpression *regexp2, UChar **destBuf, int32_t *destCapacity, UErrorCode *status) uregex_appendTail() argument
1807 split(RegularExpression *regexp, UChar *destBuf, int32_t destCapacity, int32_t *requiredCapacity, UChar *destFields[], int32_t destFieldsCapacity, UErrorCode *status) split() argument
1943 uregex_split(URegularExpression *regexp2, UChar *destBuf, int32_t destCapacity, int32_t *requiredCapacity, UChar *destFields[], int32_t destFieldsCapacity, UErrorCode *status) uregex_split() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Duregex.cpp1151 uregex_replaceAll(URegularExpression *regexp2, const char16_t *replacementText, int32_t replacementLength, char16_t *destBuf, int32_t destCapacity, UErrorCode *status) uregex_replaceAll() argument
1225 uregex_replaceFirst(URegularExpression *regexp2, const char16_t *replacementText, int32_t replacementLength, char16_t *destBuf, int32_t destCapacity, UErrorCode *status) uregex_replaceFirst() argument
1339 appendReplacement(RegularExpression *regexp, const char16_t *replacementText, int32_t replacementLength, char16_t **destBuf, int32_t *destCapacity, UErrorCode *status) appendReplacement() argument
1587 uregex_appendReplacement(URegularExpression *regexp2, const char16_t *replacementText, int32_t replacementLength, char16_t **destBuf, int32_t *destCapacity, UErrorCode *status) uregex_appendReplacement() argument
1617 appendTail(RegularExpression *regexp, char16_t **destBuf, int32_t *destCapacity, UErrorCode *status) appendTail() argument
1743 uregex_appendTail(URegularExpression *regexp2, char16_t **destBuf, int32_t *destCapacity, UErrorCode *status) uregex_appendTail() argument
1807 split(RegularExpression *regexp, char16_t *destBuf, int32_t destCapacity, int32_t *requiredCapacity, char16_t *destFields[], int32_t destFieldsCapacity, UErrorCode *status) split() argument
1943 uregex_split(URegularExpression *regexp2, char16_t *destBuf, int32_t destCapacity, int32_t *requiredCapacity, char16_t *destFields[], int32_t destFieldsCapacity, UErrorCode *status) uregex_split() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Duregex.cpp1151 uregex_replaceAll(URegularExpression *regexp2, const UChar *replacementText, int32_t replacementLength, UChar *destBuf, int32_t destCapacity, UErrorCode *status) uregex_replaceAll() argument
1225 uregex_replaceFirst(URegularExpression *regexp2, const UChar *replacementText, int32_t replacementLength, UChar *destBuf, int32_t destCapacity, UErrorCode *status) uregex_replaceFirst() argument
1339 appendReplacement(RegularExpression *regexp, const UChar *replacementText, int32_t replacementLength, UChar **destBuf, int32_t *destCapacity, UErrorCode *status) appendReplacement() argument
1587 uregex_appendReplacement(URegularExpression *regexp2, const UChar *replacementText, int32_t replacementLength, UChar **destBuf, int32_t *destCapacity, UErrorCode *status) uregex_appendReplacement() argument
1617 appendTail(RegularExpression *regexp, UChar **destBuf, int32_t *destCapacity, UErrorCode *status) appendTail() argument
1743 uregex_appendTail(URegularExpression *regexp2, UChar **destBuf, int32_t *destCapacity, UErrorCode *status) uregex_appendTail() argument
1807 split(RegularExpression *regexp, UChar *destBuf, int32_t destCapacity, int32_t *requiredCapacity, UChar *destFields[], int32_t destFieldsCapacity, UErrorCode *status) split() argument
1943 uregex_split(URegularExpression *regexp2, UChar *destBuf, int32_t destCapacity, int32_t *requiredCapacity, UChar *destFields[], int32_t destFieldsCapacity, UErrorCode *status) uregex_split() argument
[all...]

Completed in 8 milliseconds