icu
Here are 112 public repositories matching this topic...
-
Updated
Sep 15, 2021 - TypeScript
-
Updated
Sep 9, 2021 - Jupyter Notebook
-
Updated
Sep 18, 2021 - C++
-
Updated
Sep 8, 2021 - JavaScript
-
Updated
Sep 1, 2021 - TypeScript
stringi cheat sheet
Are there any cheat sheets of stringi available? Like this one of stringr: http://edrub.in/CheatSheets/cheatSheetStringr.pdf
It would be more efficient to have a cheat sheet since R base, stringr, and stringi have different but similar types of syntax, which could be confusing some times.
-
Updated
Sep 17, 2021 - C++
Right now we only support either a custom message syntax validator or the ICU Message Syntax. We can start to add builtin support for other syntaxes
-
Updated
Sep 17, 2021 - JavaScript
-
Updated
Aug 23, 2021 - C++
-
Updated
Oct 31, 2018 - HTML
-
Updated
Jul 18, 2021 - TypeScript
-
Updated
Mar 8, 2021 - C#
-
Updated
Apr 29, 2021 - JavaScript
-
Updated
Jul 12, 2021 - C++
-
Updated
Jun 1, 2021 - Jupyter Notebook
-
Updated
Sep 14, 2018 - CSS
-
Updated
Mar 29, 2019 - PHP
-
Updated
Apr 27, 2021 - CMake
Improve this page
Add a description, image, and links to the icu topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the icu topic, visit your repo's landing page and select "manage topics."
In the locale unicode and transform extensions code, we currently have data structures that look like:
where we have an array of key, value pairs that are kept in sorted order and are used like a HashMap. Since this code was originally written, we've added a
litemap
crate to util that works for these use cases. We should investigate s