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

/external/icu/icu4c/source/common/
H A Dhash.h175 return uhash_geti(hash, &key);
H A Duhash.h414 uhash_geti(const UHashtable *hash,
H A Duhash.c657 uhash_geti(const UHashtable *hash, function
/external/icu/icu4c/source/test/cintltst/
H A Dchashtst.c194 if(uhash_geti(hash, (void*)two2) != 2){
195 log_err("FAIL: uhash_geti failed\n");
359 int32_t value = uhash_geti(hash, key);
/external/icu/icu4c/source/i18n/
H A Didentifier_info.cpp156 && !uhash_geti(fScriptSetSet, &scriptsForCP)) {
H A Drepattrn.cpp617 int32_t number = uhash_geti(fNamedCaptureMap, &groupName);
H A Duregex.cpp1507 groupNum = uhash_geti(regexp->fPat->fNamedCaptureMap, &groupName);
H A Dregexcmp.cpp1331 int32_t groupNumber = uhash_geti(fRXPat->fNamedCaptureMap, fCaptureName);
H A Drematch.cpp432 groupNum = uhash_geti(fPattern->fNamedCaptureMap, &groupName);
/external/icu/icu4c/source/common/unicode/
H A Durename.h936 #define uhash_geti U_ICU_ENTRY_POINT_RENAME(uhash_geti) macro
/external/icu/icu4c/source/test/intltest/
H A Dcollationtest.cpp909 if(uhash_geti(prevLocales, actual.getName()) != 0) {

Completed in 164 milliseconds