Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Duspoof_conf.cpp324 uhash_iput(fSLTable, keyChar, smapString, &status); in build()
325 uhash_iput(fSATable, keyChar, smapString, &status); in build()
326 uhash_iput(fMLTable, keyChar, smapString, &status); in build()
327 uhash_iput(fMATable, keyChar, smapString, &status); in build()
Dregion.cpp191 uhash_iput(newNumericCodeMap.getAlias(),r->code,(void *)(r.getAlias()),&status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
229uhash_iput(newNumericCodeMap.getAlias(),aliasFromRegion->code,(void *)aliasFromRegion,&status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
278 uhash_iput(newNumericCodeMap.getAlias(),r->code,(void *)r,&status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
Danytrans.cpp312 uhash_iput(cache, (int32_t) source, t, &ec); in getTransliterator()
Dmsgfmt.cpp566 uhash_iput(cachedFormatters, argStart, formatter, &status); in setArgStartFormat()
1340 uhash_iput(cachedFormatters, cur->key.integer, newFormat, &ec); in copyObjects()
Dnumfmt.cpp1370 uhash_iput(NumberingSystem_cache, hashKey, (void*)ns, &status); in makeInstance()
/external/icu/icu4c/source/test/cintltst/
Dchashtst.c264 uhash_iput(hash, 2004, (void*)one, &status); in TestOtherAPI()
265 uhash_iput(hash, 2005, (void*)two, &status); in TestOtherAPI()
/external/icu/icu4c/source/common/
Duhash.h346 uhash_iput(UHashtable *hash,
Duhash.c686 uhash_iput(UHashtable *hash, in uhash_iput() function
/external/icu/icu4c/source/tools/gensprep/
Dstore.c454 uhash_iput(hashTable,codepoint,value,status); in storeMapping()
/external/icu/icu4c/source/test/intltest/
Dcolldata.cpp309 uhash_iput(map, ce, (void *) stringList, &status); in putStringList()
/external/icu/icu4c/source/common/unicode/
Durename.h947 #define uhash_iput U_ICU_ENTRY_POINT_RENAME(uhash_iput) macro