• Home
  • Raw
  • Download

Lines Matching full:processing

41  * Abstract base class for IDNA processing.
66 * UTS #46 defines Unicode IDNA Compatibility Processing,
70 * The worker functions use transitional processing, including deviation mappings,
84 * @param options Bit set to modify the processing and error checking.
98 * If any processing step fails, then info.hasErrors() will be true and
108 * @param info Output container of IDNA processing details.
122 * If any processing step fails, then info.hasErrors() will be true.
130 * @param info Output container of IDNA processing details.
144 * If any processing step fails, then info.hasErrors() will be true and
154 * @param info Output container of IDNA processing details.
168 * If any processing step fails, then info.hasErrors() will be true.
176 * @param info Output container of IDNA processing details.
188 // UTF-8 versions of the processing methods ---------------------------- ***
196 * @param info Output container of IDNA processing details.
214 * @param info Output container of IDNA processing details.
232 * @param info Output container of IDNA processing details.
250 * @param info Output container of IDNA processing details.
266 * Output container for IDNA processing errors.
278 * Were there IDNA processing errors?
279 * @return true if there were processing errors
284 * Returns a bit set indicating IDNA processing errors.
286 * @return bit set of processing errors
291 * Returns true if transitional and nontransitional processing produce different results.
295 * <li>With nontransitional processing, such characters are
297 * <li>With transitional processing, such characters are
300 * @return true if transitional and nontransitional processing produce different results