HomeSort by relevance Sort by last modified time
    Searched defs:_construct (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/icu/source/i18n/
rbt.cpp 30 void RuleBasedTransliterator::_construct(const UnicodeString& rules, function in class:RuleBasedTransliterator
77 _construct(rules, direction,parseError,status);
98 _construct(rules, direction,parseError, status);
111 _construct(rules, direction,parseError, status);
123 _construct(rules, UTRANS_FORWARD, parseError, status);
136 _construct(rules, UTRANS_FORWARD,parseError, status);
  /external/icu4c/i18n/
rbt.cpp 30 void RuleBasedTransliterator::_construct(const UnicodeString& rules, function in class:RuleBasedTransliterator
77 _construct(rules, direction,parseError,status);
98 _construct(rules, direction,parseError, status);
111 _construct(rules, direction,parseError, status);
123 _construct(rules, UTRANS_FORWARD, parseError, status);
136 _construct(rules, UTRANS_FORWARD,parseError, status);

Completed in 52 milliseconds