OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AlphabeticIndex
(Results
1 - 6
of
6
) sorted by null
/libcore/luni/src/main/java/libcore/icu/
AlphabeticIndex.java
22
* Exposes icu4c's
AlphabeticIndex
.
24
public final class
AlphabeticIndex
{
28
* thread safe snapshot view of an
AlphabeticIndex
at the moment it was
78
* Creates a new
AlphabeticIndex
for the given locale.
80
public
AlphabeticIndex
(Locale locale) {
104
public synchronized
AlphabeticIndex
setMaxLabelCount(int count) {
117
public synchronized
AlphabeticIndex
addLabels(Locale locale) {
126
public synchronized
AlphabeticIndex
addLabelRange(int codePointStart, int codePointEnd) {
155
* Returns an ImmutableIndex created from this
AlphabeticIndex
.
/external/chromium_org/third_party/icu/source/i18n/unicode/
alphaindex.h
82
*
AlphabeticIndex
supports the creation of a UI index appropriate for a given language.
110
* The
AlphabeticIndex
class is not intended for public subclassing.
126
*
AlphabeticIndex
index = new
AlphabeticIndex
(desiredLocale, status);
159
* <p>Callers can also use the
AlphabeticIndex
::ImmutableIndex, or the
AlphabeticIndex
itself,
160
* to support sorting on a client that doesn't support
AlphabeticIndex
functionality.
163
* The corresponding
AlphabeticIndex
methods are not thread-safe because
168
* <li>The
AlphabeticIndex
bucket iterator or ImmutableIndex.getBucket(0..getBucketCount-1)
187
class U_I18N_API
AlphabeticIndex
: public UObject
[
all
...]
/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/chromium_org/third_party/icu/source/i18n/
alphaindex.cpp
59
delete static_cast<
AlphabeticIndex
::Record *>(obj);
81
inline
AlphabeticIndex
::Bucket *getBucket(const UVector &list, int32_t i) {
82
return static_cast<
AlphabeticIndex
::Bucket *>(list[i]);
85
inline
AlphabeticIndex
::Record *getRecord(const UVector &list, int32_t i) {
86
return static_cast<
AlphabeticIndex
::Record *>(list[i]);
150
const
AlphabeticIndex
::Bucket *bucket = getBucket(*bucketList_, i);
159
const
AlphabeticIndex
::Bucket *bucket = getBucket(*bucketList_, start);
179
AlphabeticIndex
::ImmutableIndex::~ImmutableIndex() {
185
AlphabeticIndex
::ImmutableIndex::getBucketCount() const {
190
AlphabeticIndex
::ImmutableIndex::getBucketIndex
[
all
...]
/external/icu/icu4c/source/i18n/
alphaindex.cpp
60
delete static_cast<
AlphabeticIndex
::Record *>(obj);
82
inline
AlphabeticIndex
::Bucket *getBucket(const UVector &list, int32_t i) {
83
return static_cast<
AlphabeticIndex
::Bucket *>(list[i]);
86
inline
AlphabeticIndex
::Record *getRecord(const UVector &list, int32_t i) {
87
return static_cast<
AlphabeticIndex
::Record *>(list[i]);
151
const
AlphabeticIndex
::Bucket *bucket = getBucket(*bucketList_, i);
160
const
AlphabeticIndex
::Bucket *bucket = getBucket(*bucketList_, start);
180
AlphabeticIndex
::ImmutableIndex::~ImmutableIndex() {
186
AlphabeticIndex
::ImmutableIndex::getBucketCount() const {
191
AlphabeticIndex
::ImmutableIndex::getBucketIndex
[
all
...]
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 179 milliseconds