OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unames
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/coregrind/m_aspacemgr/
aspacemgr-segnames.c
175
const UChar *
unames
= (const UChar *)segnames;
local
178
slotindex |=
unames
[ix - 4]; slotindex <<= 8;
179
slotindex |=
unames
[ix - 3]; slotindex <<= 8;
180
slotindex |=
unames
[ix - 2]; slotindex <<= 8;
181
slotindex |=
unames
[ix - 1];
201
const UChar *
unames
= (const UChar *)segnames;
local
203
return (
unames
[ix] << 8) |
unames
[ix+1];
205
return (
unames
[ix - 2] << 8) |
unames
[ix - 1]
226
const UChar *
unames
= (const UChar *)segnames;
local
[
all
...]
/external/icu/icu4c/source/data/
makedata.mak
692
"$(ICU_LIB_TARGET)" : $(COMMON_ICUDATA_DEPENDENCIES) $(CNV_FILES) $(CNV_FILES_SPECIAL) "$(ICUBLD_PKG)\
unames
.icu" "$(ICUBLD_PKG)\cnvalias.icu" "$(ICUBLD_PKG)\nfkc.nrm" "$(ICUBLD_PKG)\nfkc_cf.nrm" "$(ICUBLD_PKG)\uts46.nrm" "$(ICUBLD_PKG)\$(ICUCOL)\ucadata.icu" $(CURR_RES_FILES) $(LANG_RES_FILES) $(REGION_RES_FILES) $(ZONE_RES_FILES) $(UNIT_RES_FILES) $(BRK_FILES) $(BRK_DICT_FILES) $(BRK_RES_FILES) $(ALL_RES) $(COL_COL_FILES) $(RBNF_RES_FILES) $(TRANSLIT_RES_FILES) $(SPREP_FILES) "$(ICUBLD_PKG)\confusables.cfu"
696
unames
.icu
[
all
...]
Makefile.in
253
DAT_FILES_SHORT=
unames
.icu cnvalias.icu coll/ucadata.icu nfkc.nrm nfkc_cf.nrm uts46.nrm
542
$(BUILDDIR)/%.spp: $(SPREPSRCDIR)/%.txt $(TOOLBINDIR)/gensprep$(TOOLEXEEXT) $(BUILDDIR)/
unames
.icu
[
all
...]
Completed in 107 milliseconds