HomeSort by relevance Sort by last modified time
    Searched refs:isRuleBased (Results 1 - 3 of 3) sorted by null

  /external/icu4c/i18n/
transreg.h 70 * Note: Only call create() if isRuleBased() returns FALSE.
81 UBool isRuleBased() const;
84 * If isRuleBased() returns TRUE, then the caller must call this
88 * Note: Only call parse() if isRuleBased() returns TRUE.
translit.cpp     [all...]
transreg.cpp 167 U_ASSERT(FALSE); // don't call create() if isRuleBased() returns TRUE!
173 UBool TransliteratorAlias::isRuleBased() const {
554 // alias->isRuleBased(), and if they get TRUE, they call alias->parse()
    [all...]

Completed in 232 milliseconds