Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creates a Unicode string macro with retry #144

Merged
merged 1 commit into from
Jun 25, 2020

Conversation

filmil
Copy link
Member

@filmil filmil commented Jun 24, 2020

There is a macro buffered_String_method_with_retry which does this
little variable buffer dance that is sometimes needed in the ICU4C
API. This macro is the same thing, except the end result is not a
UTF8 string, but a UChar string.

This will come in handy in Issue #141, since unum.h comes with
quite a few methods that fit this general pattern.

There is a macro buffered_String_method_with_retry which does this
little variable buffer dance that is sometimes needed in the ICU4C
API.  This macro is the same thing, except the end result is not a
UTF8 string, but a UChar string.
@filmil filmil requested a review from kpozin June 24, 2020 23:58
@filmil
Copy link
Member Author

filmil commented Jun 24, 2020

@kpozin not sure what I did differently this time -- everything unrolled as expected.

@filmil filmil merged commit e77bde9 into google:master Jun 25, 2020
@filmil filmil deleted the macros-macros branch September 17, 2021 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants