Home | History | Annotate | Download | only in common

Lines Matching refs:FindName

100 } FindName;
623 const char *otherName=((FindName *)context)->otherName;
626 ((FindName *)context)->code=start;
1521 FindName findName;
1616 findName.otherName=upper;
1617 findName.code=error;
1618 enumNames(uCharNames, 0, UCHAR_MAX_VALUE + 1, DO_FIND_NAME, &findName, nameChoice);
1619 if (findName.code == error) {
1622 return findName.code;