HomeSort by relevance Sort by last modified time
    Searched refs:CharacterNode (Results 1 - 5 of 5) sorted by null

  /external/icu/icu4c/source/i18n/
tznames_impl.h 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
    [all...]
tznames_impl.cpp 87 // CharacterNode class implementation
89 void CharacterNode::clear() {
93 void CharacterNode::deleteValues(UObjectDeleter *valueDeleter) {
106 CharacterNode::addValue(void *value, UObjectDeleter *valueDeleter, UErrorCode &status) {
209 fNodes = (CharacterNode *)uprv_malloc(fNodesCapacity * sizeof(CharacterNode));
227 CharacterNode *node = fNodes;
244 CharacterNode *newNodes = (CharacterNode *)uprv_malloc(newCapacity * sizeof(CharacterNode));
    [all...]
tzgnames.cpp 192 UBool handleMatch(int32_t matchLength, const CharacterNode *node, UErrorCode &status);
212 GNameSearchHandler::handleMatch(int32_t matchLength, const CharacterNode *node, UErrorCode &status) {
    [all...]
tzfmt.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 3187 milliseconds