Home | History | Annotate | Download | only in common

Lines Matching refs:name2

470  * @param name2 a converter name or alias, zero-terminated
472 * lexically precedes name2, or a positive value if the name1
473 * lexically follows name2.
478 ucnv_compareNames(const char *name1, const char *name2) {
509 while ((c2 = *name2++) != 0) {
517 nextType = GET_CHAR_TYPE(*name2);