Home
last modified time | relevance | path

Searched refs:RuleHalf (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
Drbt_pars.cpp263 class RuleHalf : public UMemory { class
302 RuleHalf(TransliteratorParser& parser);
303 ~RuleHalf();
339 RuleHalf(const RuleHalf&);
340 RuleHalf& operator=(const RuleHalf&);
343 RuleHalf::RuleHalf(TransliteratorParser& p) : in RuleHalf() function in RuleHalf
355 RuleHalf::~RuleHalf() { in ~RuleHalf()
364 int32_t RuleHalf::parse(const UnicodeString& rule, int32_t pos, int32_t limit, UErrorCode& status) { in parse()
399 int32_t RuleHalf::parseSection(const UnicodeString& rule, int32_t pos, int32_t limit, in parseSection()
779 void RuleHalf::removeContext() { in removeContext()
[all …]
Drbt_pars.h32 class RuleHalf; variable
324 friend class RuleHalf; variable
/external/icu/android_icu4j/src/main/java/android/icu/text/
DTransliteratorParser.java372 private static class RuleHalf { class in TransliteratorParser
1149 RuleHalf left = new RuleHalf(); in parseRule()
1150 RuleHalf right = new RuleHalf(); in parseRule()
1252 RuleHalf temp = left; in parseRule()
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DTransliteratorParser.java371 private static class RuleHalf { class in TransliteratorParser
1148 RuleHalf left = new RuleHalf(); in parseRule()
1149 RuleHalf right = new RuleHalf(); in parseRule()
1251 RuleHalf temp = left; in parseRule()