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

  /external/icu/icu4c/source/i18n/
transreg.h 72 * Note: Only call create() if isRuleBased() returns FALSE.
83 UBool isRuleBased() const;
86 * If isRuleBased() returns TRUE, then the caller must call this
90 * Note: Only call parse() if isRuleBased() returns TRUE.
translit.cpp     [all...]
transreg.cpp 189 U_ASSERT(FALSE); // don't call create() if isRuleBased() returns TRUE!
195 UBool TransliteratorAlias::isRuleBased() const {
583 // alias->isRuleBased(), and if they get TRUE, they call alias->parse()
    [all...]

Completed in 159 milliseconds