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

  /external/chromium_org/third_party/icu/source/test/intltest/
uvectest.cpp 173 TEST_ASSERT((a->puti("a", 1, status) == 0));
176 TEST_ASSERT((a->puti("b", 2, status) == 0));
184 TEST_ASSERT((b.puti("b", 2, status) == 0));
193 TEST_ASSERT((a->puti("a", 1, status) == 0));
ucdtest.cpp 42 unknownPropertyNames->puti(UnicodeString(ignorePropNames[i], -1, US_INV), 1, errorCode);
173 me->unknownPropertyNames->puti(propName, 1, errorCode);
  /external/icu/icu4c/source/test/intltest/
uvectest.cpp 173 TEST_ASSERT((a->puti("a", 1, status) == 0));
176 TEST_ASSERT((a->puti("b", 2, status) == 0));
184 TEST_ASSERT((b.puti("b", 2, status) == 0));
193 TEST_ASSERT((a->puti("a", 1, status) == 0));
ucdtest.cpp 44 unknownPropertyNames->puti(UnicodeString(ignorePropNames[i], -1, US_INV), 1, errorCode);
179 me->unknownPropertyNames->puti(propName, 1, errorCode);
  /external/chromium_org/third_party/icu/source/common/
hash.h 73 int32_t puti(const UnicodeString& key, int32_t value, UErrorCode& status);
161 inline int32_t Hashtable::puti(const UnicodeString& key, int32_t value, UErrorCode& status) { function in class:Hashtable
  /external/icu/icu4c/source/common/
hash.h 74 int32_t puti(const UnicodeString& key, int32_t value, UErrorCode& status);
162 inline int32_t Hashtable::puti(const UnicodeString& key, int32_t value, UErrorCode& status) { function in class:Hashtable
  /external/valgrind/main/VEX/priv/
ir_defs.c 1938 IRPutI* puti = LibVEX_Alloc(sizeof(IRPutI)); local
3485 IRPutI* puti; local
3735 IRPutI* puti; local
4026 IRPutI* puti; 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)
2506 IRPutI *puti, *puti2; local
3832 IRPutI *puti = st->Ist.PutI.details; local
4050 IRPutI *puti = st->Ist.PutI.details; local
4137 IRPutI *puti = st->Ist.PutI.details; local
5375 IRPutI *puti, *puti2; local
    [all...]
host_x86_isel.c 3981 IRPutI *puti = stmt->Ist.PutI.details; local
    [all...]
host_amd64_isel.c 4406 IRPutI *puti = stmt->Ist.PutI.details; local
    [all...]
host_ppc_isel.c 5414 IRPutI *puti = stmt->Ist.PutI.details; local
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
anytrans.cpp 354 seen.puti(target, 1, ec);
dtitvinf.cpp 279 skeletonSet.puti(UnicodeString(skeleton), 1, status);
dtptngen.cpp     [all...]
decimfmt.cpp 523 pluralPatternSet.puti(*value, 1, status);
    [all...]
  /external/icu/icu4c/source/i18n/
anytrans.cpp 373 seen.puti(target, 1, ec);
dtitvinf.cpp 283 skeletonSet.puti(skeletonUniStr, 1, status);
dtptngen.cpp     [all...]
decimfmt.cpp 645 pluralPatternSet.puti(*value, 1, status);
    [all...]
  /external/chromium_org/third_party/icu/source/tools/toolutil/
xmlparser.cpp 659 fNames.puti(s, 0, errorCode);
  /external/icu/icu4c/source/tools/toolutil/
xmlparser.cpp 659 fNames.puti(s, 0, errorCode);
  /external/valgrind/main/memcheck/
mc_translate.c 94 6. As the index in a GETI or PUTI operation. I'm not sure why... (njn).
7063 IRPutI *puti = st->Ist.PutI.details; local
    [all...]
  /external/valgrind/main/VEX/pub/
libvex_ir.h 95 the "GetI" and "PutI" primitives. This is necessary to describe
    [all...]
  /external/chromium_org/third_party/icu/source/tools/gennorm2/
n2builder.cpp 815 IcuToolErrorCode errorCode("gennorm2/writeExtraData()/Hashtable.puti()");
816 writer.previousNoNoMappings.puti(newMapping, oldNoNoLength+1, errorCode);
    [all...]
  /external/icu/icu4c/source/tools/gennorm2/
n2builder.cpp     [all...]

Completed in 756 milliseconds