Lines Matching full:param
304 :param raw_data: Contains the unicode sequence which needs to parse.
328 :param unicode_data_file: Contains the default case mappings (one-to-one mappings).
329 :param special_casing_file: Contains additional informative case mappings that are either not one-to-one
390 (the second param is optional, if it's not empty, a range will contains bidirectional conversions only).
392 :param letter_id: An integer, representing the unicode code point of the character.
393 :param letter_case: case mappings dictionary which contains the conversions.
394 :param reverse_letter_case: Comparable case mapping table which contains the return direction of the conversion.
459 :param letter_case: case mappings dictionary which contains the conversions.
460 :param reverse_letter_case: Comparable case mapping table which contains the return direction of the conversion.
507 :param letter_case: case mappings dictionary which contains the conversions.
508 :param reverse_letter_case: Comparable case mapping table which contains the return direction of the conversion.
531 :param letter_case: case mappings dictionary which contains the conversions.
636 :param letter_id: An integer, representing the unicode code point of the character.
637 :param other_case_mapping: Comparable case mapping table which possible contains
667 :param letter_case: case mappings dictionary which contains the conversions.
668 :param letter_id: An integer, representing the unicode code point of the character.