OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TokenConsumer
(Results
1 - 8
of
8
) sorted by null
/external/icu/icu4c/source/i18n/
number_affixutils.h
51
class
TokenConsumer
{
53
virtual ~
TokenConsumer
();
197
* Iterates over the affix pattern, calling the
TokenConsumer
for each token.
199
static void iterateWithConsumer(const UnicodeString& affixPattern,
TokenConsumer
& consumer,
numparse_affixes.h
27
using ::icu::number::impl::
TokenConsumer
;
153
class AffixPatternMatcherBuilder : public
TokenConsumer
, public MutableMatcherCollection {
number_affixutils.cpp
16
TokenConsumer
::~
TokenConsumer
() = default;
262
void AffixUtils::iterateWithConsumer(const UnicodeString& affixPattern,
TokenConsumer
& consumer,
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/parse/
AffixPatternMatcher.java
15
public class AffixPatternMatcher extends SeriesMatcher implements AffixUtils.
TokenConsumer
{
57
* This method is NOT intended to be called directly. It is here for the AffixUtils.
TokenConsumer
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
AffixPatternMatcher.java
13
public class AffixPatternMatcher extends SeriesMatcher implements AffixUtils.
TokenConsumer
{
55
* This method is NOT intended to be called directly. It is here for the AffixUtils.
TokenConsumer
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
AffixUtils.java
120
public static interface
TokenConsumer
{
469
* Iterates over the affix pattern, calling the
TokenConsumer
for each token.
471
public static void iterateWithConsumer(CharSequence affixPattern,
TokenConsumer
consumer) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
AffixUtils.java
112
public static interface
TokenConsumer
{
461
* Iterates over the affix pattern, calling the
TokenConsumer
for each token.
463
public static void iterateWithConsumer(CharSequence affixPattern,
TokenConsumer
consumer) {
/external/cldr/tools/java/libs/
icu4j.jar
Completed in 1958 milliseconds