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

  /external/icu/icu4c/source/test/intltest/
uvectest.cpp 175 TEST_ASSERT((a->puti("a", 1, status) == 0));
178 TEST_ASSERT((a->puti("b", 2, status) == 0));
186 TEST_ASSERT((b.puti("b", 2, status) == 0));
195 TEST_ASSERT((a->puti("a", 1, status) == 0));
ucdtest.cpp 43 unknownPropertyNames->puti(UnicodeString(ignorePropNames[i], -1, US_INV), 1, errorCode);
180 me->unknownPropertyNames->puti(propName, 1, errorCode);
loctest.cpp     [all...]
  /external/icu/icu4c/source/common/
hash.h 86 int32_t puti(const UnicodeString& key, int32_t value, UErrorCode& status);
202 inline int32_t Hashtable::puti(const UnicodeString& key, int32_t value, UErrorCode& status) { function in class:Hashtable
  /external/valgrind/VEX/priv/
ir_defs.c 2096 IRPutI* puti = LibVEX_Alloc_inline(sizeof(IRPutI)); local
3746 const IRPutI *puti = st->Ist.PutI.details; local
4006 const IRPutI* puti; local
4373 const IRPutI* puti = stmt->Ist.PutI.details; local
    [all...]
ir_opt.c 116 * Redundant-PutI removal
133 * If block contains GetI or PutI, Expensive transformations.
136 - Unrolled a loop, and block does not contain GetI or PutI:
139 - Unrolled a loop, and block contains GetI or PutI:
151 accessed using GetI/PutI, and there is no need so far for them to
406 IRPutI *puti, *puti2; local
422 puti = st->Ist.PutI.details;
423 e1 = flatten_Expr(bb, puti->ix);
424 e2 = flatten_Expr(bb, puti->data)
2572 IRPutI *puti, *puti2; local
3963 IRPutI *puti = st->Ist.PutI.details; local
4181 IRPutI *puti = st->Ist.PutI.details; local
4268 IRPutI *puti = st->Ist.PutI.details; local
5511 IRPutI *puti, *puti2; local
6273 IRPutI* puti = st->Ist.PutI.details; local
    [all...]
host_x86_isel.c 3983 IRPutI *puti = stmt->Ist.PutI.details; local
    [all...]
host_amd64_isel.c 4479 IRPutI *puti = stmt->Ist.PutI.details; local
    [all...]
host_ppc_isel.c 6314 IRPutI *puti = stmt->Ist.PutI.details; local
    [all...]
  /external/icu/icu4c/source/tools/gennorm2/
extradata.cpp 104 IcuToolErrorCode errorCode("gennorm2/writeExtraData()/Hashtable.puti()");
105 previousMappings.puti(newMapping, offset+1, errorCode);
  /external/icu/icu4c/source/i18n/
anytrans.cpp 379 seen.puti(target, 1, ec);
transreg.cpp     [all...]
dtitvinf.cpp 451 loadedCalendarTypes.puti(calendarTypeToUseUString, 1, status);
dtfmtsym.cpp     [all...]
dtptngen.cpp     [all...]
decimfmt.cpp 573 pluralPatternSet.puti(*value, 1, status);
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
xmlparser.cpp 661 fNames.puti(s, 0, errorCode);
  /external/valgrind/memcheck/
mc_translate.c 101 6. As the index in a GETI or PUTI operation. I'm not sure why... (njn).
7560 IRPutI *puti = st->Ist.PutI.details; local
    [all...]
  /external/valgrind/VEX/pub/
libvex_ir.h 95 the "GetI" and "PutI" primitives. This is necessary to describe
    [all...]

Completed in 799 milliseconds