Home | History | Annotate | Download | only in text

Lines Matching defs:closure

88  * with an algorithm (like in collation) that works under "canonical closure",
1420 * Gets the FC_NFKC closure value.
1421 * @param c The code point whose closure value is to be retrieved
1422 * @param dest The char array to receive the closure value
1423 * @return the length of the closure value; 0 if there is none
1428 String closure=getFC_NFKC_Closure(c);
1429 int length=closure.length();
1431 closure.getChars(0, length, dest, 0);
1436 * Gets the FC_NFKC closure value.
1437 * @param c The code point whose closure value is to be retrieved
1438 * @return String representation of the closure value; "" if there is none