OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LocaleRuns
(Results
1 - 7
of
7
) sorted by null
/external/icu4c/layoutex/
RunArrays.cpp
126
const char
LocaleRuns
::fgClassID = 0;
128
LocaleRuns
::
LocaleRuns
(le_int32 initialCapacity)
136
LocaleRuns
::~
LocaleRuns
()
144
void
LocaleRuns
::init(le_int32 capacity)
150
void
LocaleRuns
::grow(le_int32 capacity)
156
le_int32
LocaleRuns
::add(const Locale *locale, le_int32 limit)
169
const Locale *
LocaleRuns
::getLocale(le_int32 run) const
/external/icu4c/layoutex/layout/
RunArrays.h
402
* The <code>
LocaleRuns
</code> class associates pointers to <code>Locale</code>
407
class U_LAYOUTEX_API
LocaleRuns
: public RunArray
411
* Construct a <code>
LocaleRuns
</code> object from pre-existing arrays of locales
416
* the <code>
LocaleRuns
</code> object is destroyed.
419
* <code>
LocaleRuns
</code> object is destroyed.
425
inline
LocaleRuns
(const Locale **locales, const le_int32 *limits, le_int32 count);
428
* Construct an empty <code>
LocaleRuns
</code> object. Clients can add locale and limit
438
LocaleRuns
(le_int32 initialCapacity);
445
virtual ~
LocaleRuns
();
468
* If the <code>
LocaleRuns
</code> object was created with a client-supplie
[
all
...]
/external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h
[
all
...]
/external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h
[
all
...]
/external/webkit/Source/WebCore/icu/unicode/
urename.h
[
all
...]
/external/webkit/Source/WebKit/mac/icu/unicode/
urename.h
[
all
...]
/external/icu4c/common/unicode/
urename.h
[
all
...]
Completed in 55 milliseconds