HomeSort by relevance Sort by last modified time
    Searched refs:CharacterNode (Results 1 - 8 of 8) 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 57 // CharacterNode class implementation
59 void CharacterNode::clear() {
63 void CharacterNode::deleteValues(UObjectDeleter *valueDeleter) {
76 CharacterNode::addValue(void *value, UObjectDeleter *valueDeleter, UErrorCode &status) {
179 fNodes = (CharacterNode *)uprv_malloc(fNodesCapacity * sizeof(CharacterNode));
197 CharacterNode *node = fNodes;
214 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/chromium_org/third_party/icu/source/i18n/
zstrfmt.h 24 struct CharacterNode {
26 // We malloc and free an uninitalized array of CharacterNode objects
49 inline UBool CharacterNode::hasValues() const {
53 inline int32_t CharacterNode::countValues() const {
60 inline const void *CharacterNode::getValue(int32_t index) const {
74 const CharacterNode *node, UErrorCode& status) = 0;
133 CharacterNode *fNodes;
141 CharacterNode* addChildNode(CharacterNode *parent, UChar c, UErrorCode &status);
142 CharacterNode* getChildNode(CharacterNode *parent, UChar c) const
    [all...]
zstrfmt.cpp 163 void CharacterNode::clear() {
167 void CharacterNode::deleteValues() {
178 CharacterNode::addValue(void *value, UErrorCode &status) {
265 fNodes = (CharacterNode *)uprv_malloc(fNodesCapacity * sizeof(CharacterNode));
283 CharacterNode *node = fNodes;
300 CharacterNode *newNodes = (CharacterNode *)uprv_malloc(newCapacity * sizeof(CharacterNode));
304 uprv_memcpy(newNodes, fNodes, fNodesCount * sizeof(CharacterNode));
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 54 milliseconds