Searched refs:uhash_iput (Results 1 - 11 of 11) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
H A Dchashtst.c264 uhash_iput(hash, 2004, (void*)one, &status);
265 uhash_iput(hash, 2005, (void*)two, &status);
/external/icu/icu4c/source/i18n/
H A Dregion.cpp137 uhash_iput(newNumericCodeMap.getAlias(),r->code,(void *)(r.getAlias()),&status);
176 uhash_iput(newNumericCodeMap.getAlias(),aliasFromRegion->code,(void *)aliasFromRegion,&status);
225 uhash_iput(newNumericCodeMap.getAlias(),r->code,(void *)r,&status);
H A Danytrans.cpp312 uhash_iput(cache, (int32_t) source, t, &ec);
H A Duspoof_conf.cpp304 uhash_iput(table, keyChar, smapString, &status);
H A Dmsgfmt.cpp565 uhash_iput(cachedFormatters, argStart, formatter, &status);
1339 uhash_iput(cachedFormatters, cur->key.integer, newFormat, &ec);
H A Dnumfmt.cpp1353 uhash_iput(NumberingSystem_cache, hashKey, (void*)ns, &status);
/external/icu/icu4c/source/common/
H A Duhash.h343 uhash_iput(UHashtable *hash,
397 * as previously stored by uhash_iput().
438 * Remove an item from a UHashtable stored by uhash_iput().
H A Duhash.c686 uhash_iput(UHashtable *hash, function
/external/icu/icu4c/source/tools/gensprep/
H A Dstore.c454 uhash_iput(hashTable,codepoint,value,status);
/external/icu/icu4c/source/test/intltest/
H A Dcolldata.cpp309 uhash_iput(map, ce, (void *) stringList, &status);
/external/icu/icu4c/source/common/unicode/
H A Durename.h947 #define uhash_iput U_ICU_ENTRY_POINT_RENAME(uhash_iput) macro

Completed in 1521 milliseconds