/external/chromium_org/third_party/icu/source/common/ |
ustack.cpp | 12 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(UStack) 14 UStack::UStack(UErrorCode &status) : 19 UStack::UStack(int32_t initialCapacity, UErrorCode &status) : 24 UStack::UStack(UObjectDeleter *d, UKeyComparator *c, UErrorCode &status) : 29 UStack::UStack(UObjectDeleter *d, UKeyComparator *c, int32_t initialCapacity, UErrorCode &status) : 34 UStack::~UStack() { [all...] |
brkeng.h | 19 class UStack; 79 UStack &foundBreaks ) const = 0; 204 UStack &foundBreaks ) const; 233 UStack *fEngines;
|
dictbe.h | 98 UStack &foundBreaks ) const; 128 UStack &foundBreaks ) const = 0; 185 UStack &foundBreaks ) const; 246 UStack &foundBreaks ) const;
|
uvector.h | 304 class U_COMMON_API UStack : public UVector { 306 UStack(UErrorCode &status); 308 UStack(int32_t initialCapacity, UErrorCode &status); 310 UStack(UObjectDeleter *d, UKeyComparator *c, UErrorCode &status); 312 UStack(UObjectDeleter *d, UKeyComparator *c, int32_t initialCapacity, UErrorCode &status); 314 virtual ~UStack(); 317 // because UStack has no special cleanup to do. 351 UStack(const UStack&); 354 UStack& operator=(const UStack&) [all...] |
brkeng.cpp | 80 UStack &/*foundBreaks*/ ) const { 167 UStack *engines = new UStack(_deleteEngine, NULL, status);
|
triedict.cpp | 251 UStack fNodeStack; // Stack of nodes to process 922 UStack &nodes, UErrorCode &status, uint16_t value = 0) { [all...] |
rbbi.cpp | [all...] |
dictbe.cpp | 52 UStack &foundBreaks ) const { 250 UStack &foundBreaks ) const { 541 UStack &foundBreaks ) const {
|
/external/icu4c/common/ |
ustack.cpp | 12 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(UStack) 14 UStack::UStack(UErrorCode &status) : 19 UStack::UStack(int32_t initialCapacity, UErrorCode &status) : 24 UStack::UStack(UObjectDeleter *d, UElementsAreEqual *c, UErrorCode &status) : 29 UStack::UStack(UObjectDeleter *d, UElementsAreEqual *c, int32_t initialCapacity, UErrorCode &status) : 34 UStack::~UStack() { [all...] |
brkeng.h | 19 class UStack; 79 UStack &foundBreaks ) const = 0; 204 UStack &foundBreaks ) const; 233 UStack *fEngines;
|
dictbe.h | 98 UStack &foundBreaks ) const; 128 UStack &foundBreaks ) const = 0; 185 UStack &foundBreaks ) const; 248 UStack &foundBreaks ) const; 306 UStack &foundBreaks ) const;
|
uvector.h | 295 class U_COMMON_API UStack : public UVector { 297 UStack(UErrorCode &status); 299 UStack(int32_t initialCapacity, UErrorCode &status); 301 UStack(UObjectDeleter *d, UElementsAreEqual *c, UErrorCode &status); 303 UStack(UObjectDeleter *d, UElementsAreEqual *c, int32_t initialCapacity, UErrorCode &status); 305 virtual ~UStack(); 308 // because UStack has no special cleanup to do. 342 UStack(const UStack&); 345 UStack& operator=(const UStack&) [all...] |
brkeng.cpp | 83 UStack &/*foundBreaks*/ ) const { 170 UStack *engines = new UStack(_deleteEngine, NULL, status);
|
dictbe.cpp | 48 UStack &foundBreaks ) const { 241 UStack &foundBreaks ) const { 473 UStack &foundBreaks ) const { 755 UStack &foundBreaks ) const { [all...] |
rbbi.cpp | [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
uvectest.cpp | 7 // Test parts of UVector and UStack 127 UStack *a; 129 a = new UStack(status); 134 a = new UStack(2000, status); 139 a = new UStack(NULL, NULL, 2000, status); 144 a = new UStack(NULL, UVectorTest_compareCstrings, status);
|
uobjtest.cpp | 454 TESTCLASSID_CTOR(UStack, (status));
|
/external/icu4c/test/intltest/ |
uvectest.cpp | 7 // Test parts of UVector and UStack 127 UStack *a; 129 a = new UStack(status); 134 a = new UStack(2000, status); 139 a = new UStack(NULL, NULL, 2000, status); 144 a = new UStack(NULL, UVectorTest_compareCstrings, status);
|
uobjtest.cpp | 469 TESTCLASSID_CTOR(UStack, (status));
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
rbbi.h | 42 class UStack; 145 * If present, UStack of LanguageBreakEngine objects that might handle 150 UStack *fLanguageBreakEngines;
|
/external/chromium_org/third_party/icu/source/i18n/ |
regexcmp.h | 202 UStack fSetStack; // Stack of UnicodeSets, used while evaluating 205 UStack fSetOpStack; // Stack of pending set operators (&&, --, union)
|
/external/icu4c/common/unicode/ |
rbbi.h | 42 class UStack; 145 * If present, UStack of LanguageBreakEngine objects that might handle 150 UStack *fLanguageBreakEngines;
|
/external/icu4c/i18n/ |
regexcmp.h | 201 UStack fSetStack; // Stack of UnicodeSets, used while evaluating 204 UStack fSetOpStack; // Stack of pending set operators (&&, --, union)
|
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
xmlparser.h | 234 UStack fElementStack; // Stack holds the parent elements when nested
|
/external/icu4c/tools/toolutil/ |
xmlparser.h | 234 UStack fElementStack; // Stack holds the parent elements when nested
|