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

  /external/chromium_org/third_party/icu/source/test/cintltst/
chashtst.c 264 uhash_iput(hash, 2004, (void*)one, &status);
265 uhash_iput(hash, 2005, (void*)two, &status);
  /external/icu4c/test/cintltst/
chashtst.c 264 uhash_iput(hash, 2004, (void*)one, &status);
265 uhash_iput(hash, 2005, (void*)two, &status);
  /external/icu4c/i18n/
region.cpp 155 uhash_iput(numericCodeMap,r->code,(void *)r,&status);
187 uhash_iput(numericCodeMap,aliasFromRegion->code,(void *)aliasFromRegion,&status);
231 uhash_iput(numericCodeMap,r->code,(void *)r,&status);
anytrans.cpp 300 uhash_iput(cache, (int32_t) source, t, &ec);
uspoof_conf.cpp 304 uhash_iput(table, keyChar, smapString, &status);
msgfmt.cpp 553 uhash_iput(cachedFormatters, argStart, formatter, &status);
    [all...]
numfmt.cpp     [all...]
  /external/chromium_org/third_party/icu/source/common/
uhash.h 362 uhash_iput(UHashtable *hash,
416 * as previously stored by uhash_iput().
457 * Remove an item from a UHashtable stored by uhash_iput().
uhash.c 685 uhash_iput(UHashtable *hash, function
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
anytrans.cpp 300 uhash_iput(cache, (int32_t) source, t, &ec);
uspoof_conf.cpp 301 uhash_iput(table, keyChar, smapString, &status);
colldata.cpp 356 uhash_iput(map, ce, (void *) stringList, &status);
numfmt.cpp     [all...]
  /external/icu4c/common/
uhash.h 342 uhash_iput(UHashtable *hash,
396 * as previously stored by uhash_iput().
437 * Remove an item from a UHashtable stored by uhash_iput().
uhash.c 686 uhash_iput(UHashtable *hash, function
  /external/chromium_org/third_party/icu/source/tools/gensprep/
store.c 486 uhash_iput(hashTable,codepoint,value,status);
  /external/icu4c/test/intltest/
colldata.cpp 307 uhash_iput(map, ce, (void *) stringList, &status);
  /external/icu4c/tools/gensprep/
store.c 454 uhash_iput(hashTable,codepoint,value,status);
  /external/icu4c/common/unicode/
urename.h 951 #define uhash_iput macro
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h 943 #define uhash_iput macro
    [all...]

Completed in 526 milliseconds