Home | History | Annotate | Download | only in common

Lines Matching refs:FindName

99 } FindName;
648 const char *otherName=((FindName *)context)->otherName;
651 ((FindName *)context)->code=start;
1542 FindName findName;
1636 findName.otherName=upper;
1637 findName.code=error;
1638 enumNames(uCharNames, 0, UCHAR_MAX_VALUE + 1, DO_FIND_NAME, &findName, nameChoice);
1639 if (findName.code == error) {
1642 return findName.code;