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

  /external/chromium/third_party/icu/public/i18n/unicode/
colldata.h 54 * This object holds a list of CEs generated from a particular
65 * @param coll - the Collator used to collect the CEs.
66 * @param string - the string for which to collect the CEs.
83 * Return the number of CEs in the list.
85 * @return the number of CEs in the list.
103 * Check if the CEs in another <code>CEList</code> match the
109 * @return <code>TRUE</code> if the CEs match, <code>FALSE</code> otherwise.
139 uint32_t *ces; member in class:CEList
254 * generate a partcular list of CEs.
305 * of CEs starting with a given CE
    [all...]
  /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/chromium/third_party/icu/source/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/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/chromium/third_party/icu/source/test/cintltst/
citertst.c 1273 uint32_t ces[20]; local
    [all...]
  /external/icu4c/test/cintltst/
citertst.c 1268 uint32_t ces[20]; local
    [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.cc 317 CEntryStub ces(1);
318 call(ces.GetCode(), RelocInfo::DEBUG_BREAK);
    [all...]
  /external/v8/src/x64/
macro-assembler-x64.cc 384 CEntryStub ces(f->result_size);
385 CallStub(&ces);
422 CEntryStub ces(result_size);
423 jmp(ces.GetCode(), RelocInfo::CODE_TARGET);
    [all...]
  /external/v8/src/arm/
macro-assembler-arm.cc 627 CEntryStub ces(1);
628 Call(ces.GetCode(), RelocInfo::DEBUG_BREAK);
    [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...]

Completed in 3100 milliseconds