ICU-13530 add ucptrie.h & umutablecptrie.h to docmain.h (#72)

This commit is contained in:
Markus Scherer 2018-08-27 14:57:22 -07:00 committed by Shane Carr
parent 852fb5b51f
commit e98e9d3e01
No known key found for this signature in database
GPG key ID: FCED3B24AAB18B5C

View file

@ -88,6 +88,11 @@
* <td>icu::UnicodeSet</td>
* </tr>
* <tr>
* <td>Maps from Unicode Code Points to Integer Values</td>
* <td>ucptrie.h, umutablecptrie.h</td>
* <td>C API</td>
* </tr>
* <tr>
* <td>Maps from Strings to Integer Values</td>
* <td>(no C API)</td>
* <td>icu::BytesTrie, icu::UCharsTrie</td>