Searched refs:CharacterNode (Results 1 - 5 of 5) sorted by relevance

/external/icu4c/i18n/
H A Dtznames_impl.h70 struct CharacterNode { struct
72 // We malloc and free an uninitalized array of CharacterNode objects
95 inline UBool CharacterNode::hasValues() const {
99 inline int32_t CharacterNode::countValues() const {
106 inline const void *CharacterNode::getValue(int32_t index) const {
120 const CharacterNode *node, UErrorCode& status) = 0;
141 CharacterNode *fNodes;
150 CharacterNode* addChildNode(CharacterNode *parent, UChar c, UErrorCode &status);
151 CharacterNode* getChildNod
[all...]
H A Dtznames_impl.cpp59 void CharacterNode::clear() {
63 void CharacterNode::deleteValues(UObjectDeleter *valueDeleter) {
76 CharacterNode::addValue(void *value, UObjectDeleter *valueDeleter, UErrorCode &status) {
178 fNodes = (CharacterNode *)uprv_malloc(fNodesCapacity * sizeof(CharacterNode));
196 CharacterNode *node = fNodes;
213 CharacterNode *newNodes = (CharacterNode *)uprv_malloc(newCapacity * sizeof(CharacterNode));
217 uprv_memcpy(newNodes, fNodes, fNodesCount * sizeof(CharacterNode));
[all...]
H A Dtzgnames.cpp178 UBool handleMatch(int32_t matchLength, const CharacterNode *node, UErrorCode &status);
198 GNameSearchHandler::handleMatch(int32_t matchLength, const CharacterNode *node, UErrorCode &status) {
/external/icu4c/common/unicode/
H A Durename.h1818 #define CharacterNode U_ICU_ENTRY_POINT_RENAME(CharacterNode) macro
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 39 milliseconds