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

  /external/chromium_org/third_party/icu/source/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 169 U_ASSERT(FALSE); // don't call create() if isRuleBased() returns TRUE!
175 UBool TransliteratorAlias::isRuleBased() const {
556 // alias->isRuleBased(), and if they get TRUE, they call alias->parse()
    [all...]
  /external/icu/icu4c/source/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 169 U_ASSERT(FALSE); // don't call create() if isRuleBased() returns TRUE!
175 UBool TransliteratorAlias::isRuleBased() const {
556 // alias->isRuleBased(), and if they get TRUE, they call alias->parse()
    [all...]

Completed in 138 milliseconds