Home
last modified time | relevance | path

Searched refs:res_index (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/data/
Dmakedata.mak267 ALL_RES = $(ALL_RES) $(ICUBRK)\res_index.res
285 ALL_RES = $(ALL_RES) res_index.res
307 ALL_RES = $(ALL_RES) curr\res_index.res
328 ALL_RES = $(ALL_RES) lang\res_index.res
349 ALL_RES = $(ALL_RES) region\res_index.res
371 ALL_RES = $(ALL_RES) zone\res_index.res
392 ALL_RES = $(ALL_RES) unit\res_index.res
413 ALL_RES = $(ALL_RES) $(ICUCOL)\res_index.res
434 ALL_RES = $(ALL_RES) $(ICURBNF)\res_index.res
455 #ALL_RES = $(ALL_RES) $(ICUTRNS)\res_index.res
[all …]
DMakefile.in378 INDEX_NAME=res_index
/external/freetype/src/base/
Dftmac.c811 ResourceIndex res_index; in FT_New_Face_From_Suitcase() local
824 for ( res_index = 1; ; res_index++ ) in FT_New_Face_From_Suitcase()
829 fond = Get1IndResource( TTAG_FOND, res_index ); in FT_New_Face_From_Suitcase()
/external/pdfium/third_party/freetype/src/base/
Dftmac.c811 ResourceIndex res_index; in FT_New_Face_From_Suitcase() local
824 for ( res_index = 1; ; ++res_index ) in FT_New_Face_From_Suitcase()
829 fond = Get1IndResource( TTAG_FOND, res_index ); in FT_New_Face_From_Suitcase()
/external/pdfium/third_party/libopenjpeg20/
Dj2k.c1565 OPJ_UINT32 res_index = index + p_pocs->compno0 * step_c; in opj_j2k_check_poc_val() local
1569 OPJ_UINT32 comp_index = res_index + layno0 * step_l; in opj_j2k_check_poc_val()
1578 res_index += step_c; in opj_j2k_check_poc_val()
1594 OPJ_UINT32 res_index = index + p_pocs->compno0 * step_c; in opj_j2k_check_poc_val() local
1598 OPJ_UINT32 comp_index = res_index + layno0 * step_l; in opj_j2k_check_poc_val()
1607 res_index += step_c; in opj_j2k_check_poc_val()