OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AlphabeticIndex
(Results
1 - 10
of
10
) sorted by null
/external/icu/icu4c/source/i18n/unicode/
alphaindex.h
81
*
AlphabeticIndex
supports the creation of a UI index appropriate for a given language.
109
* The
AlphabeticIndex
class is not intended for public subclassing.
125
*
AlphabeticIndex
index = new
AlphabeticIndex
(desiredLocale, status);
158
* <p>Callers can also use the
AlphabeticIndex
::ImmutableIndex, or the
AlphabeticIndex
itself,
159
* to support sorting on a client that doesn't support
AlphabeticIndex
functionality.
162
* The corresponding
AlphabeticIndex
methods are not thread-safe because
167
* <li>The
AlphabeticIndex
bucket iterator or ImmutableIndex.getBucket(0..getBucketCount-1)
186
class U_I18N_API
AlphabeticIndex
: public UObject
[
all
...]
/external/icu/icu4c/source/i18n/
alphaindex.cpp
58
delete static_cast<
AlphabeticIndex
::Record *>(obj);
80
inline
AlphabeticIndex
::Bucket *getBucket(const UVector &list, int32_t i) {
81
return static_cast<
AlphabeticIndex
::Bucket *>(list[i]);
84
inline
AlphabeticIndex
::Record *getRecord(const UVector &list, int32_t i) {
85
return static_cast<
AlphabeticIndex
::Record *>(list[i]);
149
const
AlphabeticIndex
::Bucket *bucket = getBucket(*bucketList_, i);
158
const
AlphabeticIndex
::Bucket *bucket = getBucket(*bucketList_, start);
178
AlphabeticIndex
::ImmutableIndex::~ImmutableIndex() {
184
AlphabeticIndex
::ImmutableIndex::getBucketCount() const {
189
AlphabeticIndex
::ImmutableIndex::getBucketIndex
[
all
...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
AlphabeticIndex.java
18
import android.icu.text.
AlphabeticIndex
.Bucket;
19
import android.icu.text.
AlphabeticIndex
.Bucket.LabelType;
24
*
AlphabeticIndex
supports the creation of a UI index appropriate for a given language.
63
*
AlphabeticIndex
<Integer> index = new
AlphabeticIndex
<Integer>(desiredLocale).addLabels(additionalLocale);
71
* for (
AlphabeticIndex
.Bucket<Integer> bucket : index) {
79
* for (
AlphabeticIndex
.Bucket<Integer> bucket : index) {
82
* for (
AlphabeticIndex
.Record<Integer> item : bucket) {
96
* <p>Callers can also use the {@link
AlphabeticIndex
.ImmutableIndex}, or the
AlphabeticIndex
itself
[
all
...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
AlphabeticIndex.java
17
import com.ibm.icu.text.
AlphabeticIndex
.Bucket;
18
import com.ibm.icu.text.
AlphabeticIndex
.Bucket.LabelType;
23
*
AlphabeticIndex
supports the creation of a UI index appropriate for a given language.
62
*
AlphabeticIndex
<Integer> index = new
AlphabeticIndex
<Integer>(desiredLocale).addLabels(additionalLocale);
70
* for (
AlphabeticIndex
.Bucket<Integer> bucket : index) {
78
* for (
AlphabeticIndex
.Bucket<Integer> bucket : index) {
81
* for (
AlphabeticIndex
.Record<Integer> item : bucket) {
95
* <p>Callers can also use the {@link
AlphabeticIndex
.ImmutableIndex}, or the
AlphabeticIndex
itself
[
all
...]
/external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar
/prebuilts/sdk/25/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 804 milliseconds