• Home
  • Raw
  • Download

Lines Matching +full:post +full:- +full:release

1 ---
6 ---
7 <!--
10 -->
17 accessing characters in a text-storage object. This class has methods for
37 The information can be restricted to a sub-range of characters, can contain a
45 Prior to ICU release 1.6, the CharacterIterator class allowed access to a single
46 UChar at a time and did not support variable-width encoding. Single UChar
48 encodings. Beginning with ICU release 1.6, the CharacterIterator class now
49 efficiently supports UTF-16 encodings and provides new APIs for UTF32 return
58 [ForwardCharacterIterator,](https://unicode-org.github.io/icu-docs/apidoc/released/icu4c/classForwa…
62 iterate over text that does not allow random-access, the
65 function.](https://unicode-org.github.io/icu-docs/apidoc/released/icu4c/ucnv_8h.html)
71 1. [UCharCharacterIterator](https://unicode-org.github.io/icu-docs/apidoc/released/icu4c/classUCha…
74 2. [StringCharacterIterator](https://unicode-org.github.io/icu-docs/apidoc/released/icu4c/classStr…
99 For efficiency, ICU can iterate over text using post-increment semantics or
110 compatibility with Java™ provides pre-increment semantics. With these methods,
112 returned. This is a less efficient method for a variable-width encoding because
120 Backward Iteration has pre-decrement semantics, which are the exact opposite of
121 the post-increment Forward Iteration. The current index reads the character that
138 both pre-increment and post-increment iteration semantics.
149 starting a forward (post-increment) or backward iteration.
156 next32PostInc() call and other UChar32-access methods.
174 [icu4c/source/samples/citer/](https://github.com/unicode-org/icu/blob/main/icu4c/source/samples/cit…