/external/icu4c/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));
|
/external/icu4c/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/icu4c/i18n/ |
anytrans.cpp | 354 seen.puti(target, 1, ec);
|
dtitvinf.cpp | 260 skeletonSet.puti(UnicodeString(skeleton), 1, status);
|
dtptngen.cpp | [all...] |
decimfmt.cpp | 555 pluralPatternSet.puti(*value, 1, status); [all...] |
/external/icu4c/tools/toolutil/ |
xmlparser.cpp | 659 fNames.puti(s, 0, errorCode);
|