Home | History | Annotate | Download | only in i18n

Lines Matching defs:freeze

208         freeze(p, status);
224 int32_t len = index[256]; // see freeze()
241 * a call to <code>freeze()</code> before the rule set is used.
243 * <p>If freeze() has already been called, calling addRule()
244 * unfreezes the rules, and freeze() must be called again.
268 * <code>addRule()</code>; (2) freeze the set using
269 * <code>freeze()</code>; (3) use the rule set. If
272 * That is, <code>freeze()</code> may be called multiple times,
275 void TransliterationRuleSet::freeze(UParseError& parseError,UErrorCode& status) {
336 /* Freeze things into an array.