Home | History | Annotate | Download | only in common

Lines Matching defs:findName

97 } FindName;
646 const char *otherName=((FindName *)context)->otherName;
649 ((FindName *)context)->code=start;
1536 FindName findName;
1630 findName.otherName=upper;
1631 findName.code=error;
1632 enumNames(uCharNames, 0, UCHAR_MAX_VALUE + 1, DO_FIND_NAME, &findName, nameChoice);
1633 if (findName.code == error) {
1636 return findName.code;