Lines Matching full:skeleton
129 * Identifier Skeletons: A skeleton is a transformation of an identifier, such that
130 * all identifiers that are confusable with each other have the same skeleton.
134 * family of functions will produce the skeleton from an identifier.
140 * confusable, and thus must be mapped to the same skeleton character(s).
741 * Get the "skeleton" for an identifier string.
752 * @param type The type of skeleton, corresponding to which
757 * @param s The input string whose skeleton will be computed.
760 * @param dest The output buffer, to receive the skeleton string.
763 * return the actual length of the skeleton.
766 * @return The length of the skeleton string. The returned length
767 * is always that of the complete skeleton, even when the
780 * Get the "skeleton" for an identifier string.
791 * @param type The type of skeleton, corresponding to which
796 * @param s The UTF-8 format input string whose skeleton will be computed.
799 * @param dest The output buffer, to receive the skeleton string.
802 * return the actual length of the skeleton.
807 * to hold the complete skeleton.
808 * @return The length of the skeleton string, in bytes. The returned length
809 * is always that of the complete skeleton, even when the
823 * Get the "skeleton" for an identifier string.
834 * @param type The type of skeleton, corresponding to which
839 * @param s The input string whose skeleton will be computed.
840 * @param dest The output string, to receive the skeleton string.
843 * @return A reference to the destination (skeleton) string.