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

  /external/icu/icu4c/source/i18n/
uspoof_conf.cpp 323 // uhash_iput(table, keyChar, smapString, &status);
324 uhash_iput(fSLTable, keyChar, smapString, &status);
325 uhash_iput(fSATable, keyChar, smapString, &status);
326 uhash_iput(fMLTable, keyChar, smapString, &status);
327 uhash_iput(fMATable, keyChar, smapString, &status);
anytrans.cpp 312 uhash_iput(cache, (int32_t) source, t, &ec);
region.cpp 191 uhash_iput(newNumericCodeMap.getAlias(),r->code,(void *)(r.getAlias()),&status);
229 uhash_iput(newNumericCodeMap.getAlias(),aliasFromRegion->code,(void *)aliasFromRegion,&status);
278 uhash_iput(newNumericCodeMap.getAlias(),r->code,(void *)r,&status);
msgfmt.cpp 566 uhash_iput(cachedFormatters, argStart, formatter, &status);
    [all...]
numfmt.cpp     [all...]
  /external/icu/icu4c/source/test/cintltst/
chashtst.c 264 uhash_iput(hash, 2004, (void*)one, &status);
265 uhash_iput(hash, 2005, (void*)two, &status);
  /external/icu/icu4c/source/common/
uhash.h 346 uhash_iput(UHashtable *hash,
400 * as previously stored by uhash_iput().
441 * Remove an item from a UHashtable stored by uhash_iput().
uhash.c 686 uhash_iput(UHashtable *hash, function
  /external/icu/icu4c/source/tools/gensprep/
store.c 454 uhash_iput(hashTable,codepoint,value,status);
  /external/icu/icu4c/source/test/intltest/
colldata.cpp 309 uhash_iput(map, ce, (void *) stringList, &status);
  /external/icu/icu4c/source/common/unicode/
urename.h 947 #define uhash_iput macro
    [all...]

Completed in 89 milliseconds