Home | History | Annotate | Download | only in common

Lines Matching full:strings

39  * Compare two strings for canonical equivalence.
44 * If canonical equivalence is tested, then both strings must fulfill
51 * String comparisons almost always yield results before processing both strings
55 * on the entire strings first.
112 * un-FCD any strings.
115 * This requires that case-folding does not un-NFD strings either.
119 * If this happens, then a simple solution is to case-fold both strings up front
121 * We already do this when not both strings are in FCD because makeFCD
267 return 0; /* c1==c2==-1 indicating end of strings */
579 * both strings are in FCD) for the inner normalization.
611 * If both strings were not in FCD, then they were both NFD'ed,