The LocaleRuns
class associates pointers to Locale
objects with runs of text. More...
#include <RunArrays.h>
LocaleRuns
object from pre-existing arrays of locales and limit indices. More...
LocaleRuns
object. More...
Locale
object associated with the given run of text. More...
Locale
and limit index pair to the data arrays and return the run index where the data was stored. More...
RunArray
object from a pre-existing array of limit indices. More...
RunArray
object. More...
The LocaleRuns
class associates pointers to Locale
objects with runs of text.
Definition at line 409 of file RunArrays.h.
◆ LocaleRuns() [1/2] icu::LocaleRuns::LocaleRuns ( const Locale ** locales, const le_int32 * limits, le_int32 count ) inlineConstruct a LocaleRuns
object from pre-existing arrays of locales and limit indices.
Locale
objects. This array, and the Locale
objects to which it points, must remain valid until the LocaleRuns
object is destroyed. limits is the address of an array of limit indices. This array must remain valid until the LocaleRuns
object is destroyed. count is the number of entries in the two arrays.
Definition at line 537 of file RunArrays.h.
◆ LocaleRuns() [2/2] icu::LocaleRuns::LocaleRuns ( le_int32 initialCapacity )Construct an empty LocaleRuns
object.
Clients can add locale and limit indices arrays using the add
method.
The destructor; virtual so that subclass destructors are invoked as well.
Add a Locale
and limit index pair to the data arrays and return the run index where the data was stored.
This method calls RunArray::add(limit)
which will create or grow the arrays as needed.
If the LocaleRuns
object was created with a client-supplied locale and limit indices arrays, this method will return a run index of -1.
Subclasses should not override this method. Rather they should provide a new add
method which takes a locale and a limit index along with whatever other data they implement. The new add
method should first call this method to grow the font and limit indices arrays, and use the returned run index to store data their own arrays.
Locale
to add. This object must remain valid until the LocaleRuns
object is destroyed. limit is the limit index to add
Get the Locale
object associated with the given run of text.
Use RunArray::getLimit(run)
to get the corresponding limit index.
Locale
associated with the given text run.
ICU "poor man's RTTI", returns a UClassID for this class.
Definition at line 494 of file RunArrays.h.
◆ grow() void icu::LocaleRuns::grow ( le_int32 capacity ) overrideprotectedvirtualGrow a data array to the given initial size.
This method will be called by the add
method if the limit indices array is full. Subclasses which override this method must also call it from the overriding method to grow the limit indices array.
Reimplemented from icu::RunArray.
◆ init() void icu::LocaleRuns::init ( le_int32 capacity ) overrideprotectedvirtualCreate a data array with the given initial size.
This method will be called by the add
method if there is no limit indices array. Subclasses which override this method must also call it from the overriding method to create the limit indices array.
Reimplemented from icu::RunArray.
◆ fLocales const Locale** icu::LocaleRuns::fLocales protectedThe documentation for this class was generated from the following file:
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4