OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CharacterNode
(Results
1 - 8
of
8
) sorted by null
/external/icu4c/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
56
//
CharacterNode
class implementation
58
void
CharacterNode
::clear() {
62
void
CharacterNode
::deleteValues(UObjectDeleter *valueDeleter) {
75
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
));
[
all
...]
tzgnames.cpp
193
UBool handleMatch(int32_t matchLength, const
CharacterNode
*node, UErrorCode &status);
213
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 563 milliseconds