OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AlphabeticIndex
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/i18n/unicode/
alphaindex.h
81
* class
AlphabeticIndex
supports the creation of a UI index appropriate for a given language, such as:
107
* The
AlphabeticIndex
class is not intended for public subclassing.
119
*
AlphabeticIndex
index = new
AlphabeticIndex
(desiredLocale, status);
163
class U_I18N_API
AlphabeticIndex
: public UObject {
168
* Construct an
AlphabeticIndex
object for the specified locale. If the locale's
176
* of the
AlphabeticIndex
object fails.
179
AlphabeticIndex
(const Locale &locale, UErrorCode &status);
193
virtual
AlphabeticIndex
&addLabels(const UnicodeSet &additions, UErrorCode &status);
208
virtual
AlphabeticIndex
&addLabels(const Locale &locale, UErrorCode &status)
[
all
...]
/external/icu4c/i18n/
alphaindex.cpp
10
* \brief C API:
AlphabeticIndex
class
41
UOBJECT_DEFINE_NO_RTTI_IMPLEMENTATION(
AlphabeticIndex
)
65
delete static_cast<
AlphabeticIndex
::Bucket *>(obj);
71
delete static_cast<
AlphabeticIndex
::Record *>(obj);
92
AlphabeticIndex
::
AlphabeticIndex
(const Locale &locale, UErrorCode &status) {
116
AlphabeticIndex
::~
AlphabeticIndex
() {
130
AlphabeticIndex
&
AlphabeticIndex
::addLabels(const UnicodeSet &additions, UErrorCode &status)
[
all
...]
/external/icu4c/common/unicode/
urename.h
[
all
...]
Completed in 1571 milliseconds