Home | History | Annotate | Download | only in i18n

Lines Matching defs:CharacterNode

70 struct CharacterNode {
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* getChildNode(CharacterNode *parent, UChar c) const;
155 void search(CharacterNode *node, const UnicodeString &text, int32_t start,