HomeSort by relevance Sort by last modified time
    Searched full:res_index (Results 1 - 17 of 17) sorted by null

  /external/icu4c/stubdata/
icu_dat_generator.py 106 # Go through the list and generate res_index.txt for locales, brkitr,
109 res_index = "res_index.txt"
110 header_locale = "res_index:table(nofallback) {\n CLDRVersion { "
112 header = "res_index:table(nofallback) {\nInstalledLocales {\n"
116 locale_index = open(os.path.join(TMP_DAT_PATH, res_index), "w")
118 brkitr_index = open(os.path.join(TMP_DAT_PATH, "brkitr", res_index), "w")
120 coll_index = open(os.path.join(TMP_DAT_PATH, "coll", res_index), "w")
122 rbnf_index = open(os.path.join(TMP_DAT_PATH, "rbnf", res_index), "w")
128 if line.find("res_index") >= 0
    [all...]
icudt42l-default.txt 6 brkitr/res_index.res
48 coll/res_index.res
127 res_index.res
icudt42l-us-japan.txt 7 brkitr/res_index.res
35 coll/res_index.res
113 res_index.res
icudt42l-us.txt 6 brkitr/res_index.res
34 coll/res_index.res
106 res_index.res
icudt42l-large.txt 7 brkitr/res_index.res
68 coll/res_index.res
207 res_index.res
icudt42l-us-euro.txt 6 brkitr/res_index.res
54 coll/res_index.res
150 res_index.res
icudt42l-zh.txt 6 brkitr/res_index.res
63 coll/res_index.res
195 res_index.res
  /external/icu4c/data/
makedata.mak 252 ALL_RES = $(ALL_RES) $(ICUBRK)\res_index.res
270 ALL_RES = $(ALL_RES) res_index.res
292 ALL_RES = $(ALL_RES) $(ICUCOL)\res_index.res
313 ALL_RES = $(ALL_RES) $(ICURBNF)\res_index.res
334 #ALL_RES = $(ALL_RES) $(ICUTRNS)\res_index.res
555 res_index.res:
556 @echo Generating <<res_index.txt
558 res_index:table(nofallback) {
565 @"$(ICUTOOLS)\genrb\$(CFG)\genrb" -k -d"$(ICUBLD_PKG)" .\res_index.txt
571 $(ICUCOL)\res_index.res
    [all...]
Makefile 297 INDEX_NAME=res_index
Makefile.in 297 INDEX_NAME=res_index
  /external/opencore/codecs_v2/audio/aac/dec/src/
get_tns.cpp 37 calculated based on res_index. Also, the flag coef_res was changed
350 Int res_index; local
446 /* res is post-incremented for correct calculation of res_index */
511 res_index = res - compress;
513 s_mask = 2 << res_index;
516 * If res_index = 0, grab 2 bits of data
517 * If res_index = 1, grab 3 bits of data
518 * If res_index = 2, grab 4 bits of data
520 res_index += 2;
531 tempInt = get9_n_lessbits(res_index,
    [all...]
  /frameworks/base/media/libstagefright/codecs/aacdec/
get_tns.cpp 37 calculated based on res_index. Also, the flag coef_res was changed
350 Int res_index; local
446 /* res is post-incremented for correct calculation of res_index */
511 res_index = res - compress;
513 s_mask = 2 << res_index;
516 * If res_index = 0, grab 2 bits of data
517 * If res_index = 1, grab 3 bits of data
518 * If res_index = 2, grab 4 bits of data
520 res_index += 2;
531 tempInt = get9_n_lessbits(res_index,
    [all...]
  /external/icu4c/test/intltest/
aliastst.cpp 178 resIndex = ures_open(NULL,"res_index", &status);
180 errln("Could not open res_index.res. Exiting. Error: %s\n", u_errorName(status));
  /external/icu4c/test/cintltst/
cloctst.c     [all...]
  /external/icu4c/i18n/
coll.cpp 266 index = ures_openDirect(U_ICUDATA_COLL, "res_index", &status);
  /external/icu4c/common/
uloc.c 74 static const char _kIndexLocaleName[] = "res_index";
    [all...]
uresbund.c     [all...]

Completed in 170 milliseconds