Searched defs:findName (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/tools/toolutil/
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/icu/icu4c/source/tools/toolutil/
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/chromium_org/third_party/icu/source/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;
/external/icu/icu4c/source/common/
H A Dunames.cpp1523 FindName findName; local
1617 findName.otherName=upper;
1618 findName.code=error;
1619 enumNames(uCharNames, 0, UCHAR_MAX_VALUE + 1, DO_FIND_NAME, &findName, nameChoice);
1620 if (findName.code == error) {
1623 return findName.code;

Completed in 353 milliseconds