HomeSort by relevance Sort by last modified time
    Searched refs:ces (Results 1 - 9 of 9) sorted by null

  /external/icu4c/i18n/unicode/
colldata.h 61 * This object holds a list of CEs generated from a particular
72 * @param coll - the Collator used to collect the CEs.
73 * @param string - the string for which to collect the CEs.
91 * Return the number of CEs in the list.
93 * @return the number of CEs in the list.
111 * Check if the CEs in another <code>CEList</code> match the
117 * @return <code>TRUE</code> if the CEs match, <code>FALSE</code> otherwise.
149 uint32_t *ces; member in class:CEList
266 * generate a partcular list of CEs.
318 * of CEs starting with a given CE
    [all...]
  /external/icu4c/i18n/
colldata.cpp 50 : ces(NULL), listMax(CELIST_BUFFER_SIZE), listSize(0)
85 ces = ceBuffer;
120 if (ces != ceBuffer) {
121 DELETE_ARRAY(ces);
145 uprv_memcpy(newCEs, ces, listSize * sizeof(uint32_t));
147 if (ces != ceBuffer) {
148 DELETE_ARRAY(ces);
151 ces = newCEs;
155 ces[listSize++] = ce;
161 return ces[index]
    [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.cc 159 CEntryStub ces(1);
160 call(ces.GetCode(), RelocInfo::DEBUG_BREAK);
    [all...]
  /external/v8/src/x64/
macro-assembler-x64.cc 504 CEntryStub ces(1);
505 ces.SaveDoubles();
506 CallStub(&ces);
532 CEntryStub ces(f->result_size);
533 CallStub(&ces);
552 CEntryStub ces(f->result_size);
553 return TryCallStub(&ces);
741 CEntryStub ces(result_size);
742 jmp(ces.GetCode(), RelocInfo::CODE_TARGET);
750 CEntryStub ces(result_size)
    [all...]
  /external/icu4c/test/cintltst/
citertst.c 1268 uint32_t ces[20]; local
    [all...]
  /external/v8/src/arm/
macro-assembler-arm.cc     [all...]
  /external/v8/src/mips/
macro-assembler-mips.cc     [all...]
  /external/grub/docs/
texinfo.tex 183 par-a-digms rath-er rec-tan-gu-lar ro-bot-ics se-vere-ly set-up spa-ces
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex 187 par-a-digms rath-er rec-tan-gu-lar ro-bot-ics se-vere-ly set-up spa-ces
    [all...]

Completed in 541 milliseconds