Searched refs:findName (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/tools/toolutil/
H A Dxmlparser.h214 const UnicodeString *findName(const UnicodeString &s) const;
H A Dxmlparser.cpp666 UXMLParser::findName(const UnicodeString &s) const { function in class:UXMLParser
747 const UnicodeString *p=fParser->findName(name);
803 const UnicodeString *p=fParser->findName(name);
/external/icu4c/common/
H A Dunames.c1536 FindName findName; local
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;

Completed in 225 milliseconds