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).
860 * Get the "skeleton" for an identifier.
871 * @param type The type of skeleton, corresponding to which
876 * @param id The input identifier whose skeleton will be computed.
879 * @param dest The output buffer, to receive the skeleton string.
882 * return the actual length of the skeleton.
885 * @return The length of the skeleton string. The returned length
886 * is always that of the complete skeleton, even when the
899 * Get the "skeleton" for an identifier.
910 * @param type The type of skeleton, corresponding to which
915 * @param id The UTF-8 format identifier whose skeleton will be computed.
918 * @param dest The output buffer, to receive the skeleton string.
921 * return the actual length of the skeleton.
926 * to hold the complete skeleton.
927 * @return The length of the skeleton string, in bytes. The returned length
928 * is always that of the complete skeleton, even when the
942 * Get the "skeleton" for an identifier.
953 * @param type The type of skeleton, corresponding to which
958 * @param id The input identifier whose skeleton will be computed.
959 * @param dest The output identifier, to receive the skeleton string.
962 * @return A reference to the destination (skeleton) string.