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

  /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, 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;
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...]
dictbe.h 98 UStack &foundBreaks ) const;
128 UStack &foundBreaks ) const = 0;
185 UStack &foundBreaks ) const;
241 UStack &foundBreaks ) const;
297 UStack &foundBreaks ) const;
360 UStack &foundBreaks ) const;
brkeng.cpp 83 UStack &/*foundBreaks*/ ) const {
170 UStack *engines = new UStack(_deleteEngine, NULL, status);
dictbe.cpp 48 UStack &foundBreaks ) const {
246 UStack &foundBreaks ) const {
474 UStack &foundBreaks ) const {
675 UStack &foundBreaks ) const {
    [all...]
rbbi.cpp     [all...]
  /external/icu/icu4c/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, 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;
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...]
dictbe.h 98 UStack &foundBreaks ) const;
128 UStack &foundBreaks ) const = 0;
185 UStack &foundBreaks ) const;
241 UStack &foundBreaks ) const;
297 UStack &foundBreaks ) const;
360 UStack &foundBreaks ) const;
brkeng.cpp 83 UStack &/*foundBreaks*/ ) const {
170 UStack *engines = new UStack(_deleteEngine, NULL, status);
dictbe.cpp 48 UStack &foundBreaks ) const {
249 UStack &foundBreaks ) const {
477 UStack &foundBreaks ) const {
678 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 469 TESTCLASSID_CTOR(UStack, (status));
  /external/icu/icu4c/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 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 201 UStack fSetStack; // Stack of UnicodeSets, used while evaluating
204 UStack fSetOpStack; // Stack of pending set operators (&&, --, union)
  /external/icu/icu4c/source/common/unicode/
rbbi.h 42 class UStack;
145 * If present, UStack of LanguageBreakEngine objects that might handle
150 UStack *fLanguageBreakEngines;
  /external/icu/icu4c/source/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/icu/icu4c/source/tools/toolutil/
xmlparser.h 234 UStack fElementStack; // Stack holds the parent elements when nested

Completed in 1124 milliseconds