Home | History | Annotate | Download | only in unicode

Lines Matching full:skeleton

98  * UTS 39 defines two strings to be <em>confusable</em> if they map to the same <em>skeleton string</em>. A skeleton can
99 * be thought of as a "hash code". {@link uspoof_getSkeleton} computes the skeleton for a particular string, so
110 * // Get skeleton 1
116 * // Get skeleton 2
1373 * Get the "skeleton" for an identifier.
1387 * @param id The input identifier whose skeleton will be computed.
1390 * @param dest The output buffer, to receive the skeleton string.
1393 * return the actual length of the skeleton.
1396 * @return The length of the skeleton string. The returned length
1397 * is always that of the complete skeleton, even when the
1411 * Get the "skeleton" for an identifier.
1425 * @param id The UTF-8 format identifier whose skeleton will be computed.
1428 * @param dest The output buffer, to receive the skeleton string.
1431 * return the actual length of the skeleton.
1436 * to hold the complete skeleton.
1437 * @return The length of the skeleton string, in bytes. The returned length
1438 * is always that of the complete skeleton, even when the
1452 * Get the "skeleton" for an identifier.
1466 * @param id The input identifier whose skeleton will be computed.
1467 * @param dest The output identifier, to receive the skeleton string.
1470 * @return A reference to the destination (skeleton) string.