This repository was archived by the owner on Jan 9, 2023. It is now read-only.
Closed
Conversation
added 30 commits
July 28, 2014 15:10
* It is just a wrapper and needs native side support to work.
* Steps to do: * File -> New -> BlackBerry Project -> Native Extension -> BlackBerry WebW * Project name: Globalization. * Build type: Managed (versus Makefile).
* All methods are now return a generic unsupported error.
* Just default value now, not sure how to apply options yet.
* Not working yet: getMonths/getWeekdays return null.
…value. * The reason is calling resultInJson(const char*) will be mapped to resultInJson(bool), instead of resultInJson(const std::string&). * Adding an explicit resultInJson(const char*) fixes this issue.
src/blackberry10/native/readme.txt
Outdated
Member
Author
There was a problem hiding this comment.
This file can be deleted
| { | ||
| public: // overridden from ValueArrayAllocator | ||
| virtual ~DefaultValueArrayAllocator() | ||
| { |
| * value. This provides a better compromise between memory usage and speed. | ||
| * | ||
| * Each bucket is made up of a chained list of ValueInternalLink. The last | ||
| * link of a given bucket can be found in the 'previous_' field of the following bucket. |
| if (!cal) { | ||
| slog2f(0, ID_G11N, SLOG2_ERROR, "GlobalizationNDK::getDateNames: unable to create Calendar instance: %x.", | ||
| status); | ||
| return errorInJson(UNKNOWN_ERROR, "Unable to create Calendar instance!"); |
Contributor
There was a problem hiding this comment.
would it curt to name this calDeleter? (it upsets my spell checker)
added 2 commits
July 30, 2014 15:05
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Opening this for visibility. It needs to be squashed and .so files re-generated from the latest commit.