HomeSort by relevance Sort by last modified time
    Searched full:ustack (Results 1 - 25 of 26) sorted by null

1 2

  /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...]
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 99 UStack &foundBreaks ) const;
129 UStack &foundBreaks ) const = 0;
186 UStack &foundBreaks ) const;
242 UStack &foundBreaks ) const;
298 UStack &foundBreaks ) const;
354 UStack &foundBreaks ) const;
418 UStack &foundBreaks ) const;
brkeng.h 19 class UStack;
79 UStack &foundBreaks ) const = 0;
204 UStack &foundBreaks ) const;
233 UStack *fEngines;
brkeng.cpp 84 UStack &/*foundBreaks*/ ) const {
152 UStack *engines = new UStack(_deleteEngine, NULL, status);
ustr_wcs.cpp 294 UChar uStack [_STACK_BUFFER_CAPACITY];
452 target = uStack;
453 pTarget = uStack;
454 pTargetLimit = uStack + _STACK_BUFFER_CAPACITY;
uvectr64.h 184 // In the original UVector, these were in a separate derived class, UStack.
259 // UStack inlines
uvectr32.h 195 // In the original UVector, these were in a separate derived class, UStack.
278 // UStack inlines
dictbe.cpp 49 UStack &foundBreaks ) const {
249 UStack &foundBreaks ) const {
488 UStack &foundBreaks ) const {
681 UStack &foundBreaks ) const {
    [all...]
Android.mk 192 ustack.cpp \
Makefile.in 83 uhash.o uhash_us.o uenum.o ustrenum.o uvector.o ustack.o uvectr32.o uvectr64.o \
rbbi.cpp     [all...]
common.vcxproj.filters 130 <ClCompile Include="ustack.cpp">
    [all...]
  /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/valgrind/coregrind/m_sigframe/
sigframe-solaris.c 203 ustack. This has to be done after setting a new IP so the SS_ONSTACK
205 if (on_altstack && tst->os_state.ustack
206 && VG_(am_is_valid_for_client)((Addr)tst->os_state.ustack,
207 sizeof(*tst->os_state.ustack),
216 /* Copy it to ustack. */
217 *tst->os_state.ustack = altstack;
218 VG_TRACK(post_mem_write, Vg_CoreSignal, tid, (Addr)tst->os_state.ustack,
219 sizeof(*tst->os_state.ustack));
  /external/llvm/test/Transforms/InstCombine/
crash.ll 160 %class.UStack = type { i8** }
164 %breaks = alloca %class.UStack, align 4 ; <%class.UStack*> [#uses=3]
165 call void @_ZN6UStackC1Ei(%class.UStack* %breaks, i32 0)
178 invoke void @_ZN6UStackD1Ev(%class.UStack* %breaks)
193 call void @_ZN6UStackD1Ev(%class.UStack* %breaks)
197 declare void @_ZN6UStackC1Ei(%class.UStack*, i32)
199 declare void @_ZN6UStackD1Ev(%class.UStack*)
  /external/icu/icu4c/source/i18n/
regexcmp.h 215 UStack fSetStack; // Stack of UnicodeSets, used while evaluating
218 UStack fSetOpStack; // Stack of pending set operators (&&, --, union)
  /external/icu/icu4c/source/test/depstest/
dependencies.txt 192 uhash ustack utrie
669 group: ustack
670 ustack.o
917 uniset_closure utext uvector32 uvector64 ustack
  /external/icu/icu4c/source/tools/toolutil/
xmlparser.h 234 UStack fElementStack; // Stack holds the parent elements when nested
  /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/valgrind/coregrind/m_syswrap/
syswrap-solaris.c 545 if (tst->os_state.ustack
546 && ML_(safe_to_deref)(tst->os_state.ustack, sizeof(vki_stack_t))
547 && tst->os_state.ustack->ss_size) {
548 /* If ustack points to a valid stack copy it to ucontext. */
549 uc->uc_stack = *tst->os_state.ustack;
552 /* Ustack is not valid. A correct stack has to be figured out
639 if (tst->os_state.ustack
640 && VG_(am_is_valid_for_client)((Addr)tst->os_state.ustack,
641 sizeof(*tst->os_state.ustack),
643 *tst->os_state.ustack = uc->uc_stack
    [all...]
  /external/valgrind/coregrind/
pub_core_threadstate.h 292 vki_stack_t *ustack; member in struct:__anon25788
  /external/valgrind/coregrind/m_scheduler/
scheduler.c 508 tst->os_state.ustack = NULL;
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
m10300-opc.c 219 /* UStack pointer. */
    [all...]

Completed in 727 milliseconds

1 2