OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ComposedCharIter
(Results
1 - 5
of
5
) sorted by null
/external/icu/android_icu4j/src/main/java/android/icu/text/
ComposedCharIter.java
19
* <tt>
ComposedCharIter
</tt> is an iterator class that returns all
34
* To do so, use a <tt>
ComposedCharIter
</tt> to iterate through all of the
40
* Note that <tt>
ComposedCharIter
</tt> iterates over a <em>static</em> table
44
* When constructing a <tt>
ComposedCharIter
</tt> there is one
54
* <tt>
ComposedCharIter
</tt> is currently based on version 2.1.8 of the
62
public final class
ComposedCharIter
{
73
* Construct a new <tt>
ComposedCharIter
</tt>. The iterator will return
79
public
ComposedCharIter
() {
84
* Constructs a non-default <tt>
ComposedCharIter
</tt> with optional behavior.
94
public
ComposedCharIter
(boolean compat, int options)
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
ComposedCharIter.java
18
* <tt>
ComposedCharIter
</tt> is an iterator class that returns all
33
* To do so, use a <tt>
ComposedCharIter
</tt> to iterate through all of the
39
* Note that <tt>
ComposedCharIter
</tt> iterates over a <em>static</em> table
43
* When constructing a <tt>
ComposedCharIter
</tt> there is one
53
* <tt>
ComposedCharIter
</tt> is currently based on version 2.1.8 of the
60
public final class
ComposedCharIter
{
71
* Construct a new <tt>
ComposedCharIter
</tt>. The iterator will return
77
public
ComposedCharIter
() {
82
* Constructs a non-default <tt>
ComposedCharIter
</tt> with optional behavior.
92
public
ComposedCharIter
(boolean compat, int options)
[
all
...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
TestDeprecatedNormalizerAPI.java
20
import android.icu.text.
ComposedCharIter
;
89
ComposedCharIter
iter = new
ComposedCharIter
(compat, options);
136
ComposedCharIter
iter = new
ComposedCharIter
(false, options);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
TestDeprecatedNormalizerAPI.java
19
import com.ibm.icu.text.
ComposedCharIter
;
86
ComposedCharIter
iter = new
ComposedCharIter
(compat, options);
133
ComposedCharIter
iter = new
ComposedCharIter
(false, options);
/external/cldr/tools/java/libs/
icu4j.jar
Completed in 1550 milliseconds