HomeSort by relevance Sort by last modified time
    Searched refs:expansion (Results 26 - 41 of 41) sorted by null

12

  /external/icu4c/i18n/
ucol_bld.cpp 846 /* since parts of expansion can be tailored, while others are not */
847 if(tok->expansion != 0) {
848 uint32_t len = tok->expansion >> 24;
850 uint32_t expOffset = tok->expansion & 0x00FFFFFF;
860 if((expt = (UColToken *)uhash_get(src->tailored, &exp)) != NULL && expt->strength != UCOL_TOK_RESET) { /* expansion is tailored */
878 /* then pick CEs out until there is no more and stuff them into expansion */
    [all...]
ucol_imp.h 75 * - max expansion tables (CE[endExpansionCECount] + uint8_t[endExpansionCECount])
90 * will have all offsets 0 except for the options and expansion offsets,
109 * uint32_t expansion; - offset to expansion table (uint32_t *expansion). This is an array of expansion CEs. Never 0.
119 * Tables described below are used for Boyer-Moore searching algorithm - they define the size of longest expansion
121 * uint32_t endExpansionCE; - offset to array of last collation element in expansion (uint32_t *).
123 * uint32_t expansionCESize; - array of maximum expansion sizes (uint8_t *)
221 /* This is the size of the buffer for expansion CE's *
814 uint32_t expansion; \/* uint32_t *expansion; *\/ member in struct:__anon3910
949 const uint32_t *expansion; member in struct:UCollator
    [all...]
ucol.cpp 476 /* need to always set the expansion value for an upper bound of the options */
477 myData->expansion = myData->options + sizeof(UColOptionSet);
695 /* need to always set the expansion value for an upper bound of the options */
696 myData->expansion = myData->options + sizeof(UColOptionSet);
828 result->expansion = (uint32_t*)((uint8_t*)result->image+result->image->expansion);
880 /* max expansion tables */
    [all...]
  /device/samsung/crespo/
device_base.mk 138 # PRODUCT_LOCALES expansion must not be a density.
  /external/bison/data/
glr.c 104 # Expansion of $<TYPE>$.
111 # Expansion of $<TYPE>NUM, where the current rule has RULE-LENGTH
124 # Expansion of @$.
131 # Expansion of @NUM, where the current rule has RULE-LENGTH symbols
142 # We do want M4 expansion after # for CPP macros.
    [all...]
yacc.c 96 # Expansion of $<TYPE>$.
103 # Expansion of $<TYPE>NUM, where the current rule has RULE-LENGTH
116 # Expansion of @$.
123 # Expansion of @NUM, where the current rule has RULE-LENGTH symbols
134 # We do want M4 expansion after # for CPP macros.
    [all...]
  /external/grub/docs/
texinfo.tex 477 % expansion of \tie (\leavevmode \penalty \@M \ ).
    [all...]
  /external/dnsmasq/src/
dnsmasq.h 588 unsigned int block, blocksize, expansion; member in struct:tftp_transfer
  /external/libpng/
CHANGES     [all...]
  /external/chromium/third_party/icu/source/i18n/
ucol.cpp 420 /* need to always set the expansion value for an upper bound of the options */
421 myData->expansion = myData->options + sizeof(UColOptionSet);
639 /* need to always set the expansion value for an upper bound of the options */
640 myData->expansion = myData->options + sizeof(UColOptionSet);
772 result->expansion = (uint32_t*)((uint8_t*)result->image+result->image->expansion);
824 /* max expansion tables */
    [all...]
  /external/v8/src/
date.js 136 // Size of next interval expansion.
    [all...]
string.js 268 var expansion = '$';
  /prebuilt/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /external/e2fsprogs/lib/et/
texinfo.tex     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 1262 milliseconds

12