HomeSort by relevance Sort by last modified time
    Searched defs:ce (Results 26 - 50 of 83) sorted by null

12 3 4

  /external/icu4c/i18n/
colldata.cpp 125 void CEList::add(uint32_t ce, UErrorCode &status)
155 ces[listSize++] = ce;
298 void put(uint32_t ce, UnicodeString *string, UErrorCode &status);
299 StringList *getStringList(uint32_t ce) const;
303 void putStringList(uint32_t ce, StringList *stringList, UErrorCode &status);
330 void CEToStringsMap::put(uint32_t ce, UnicodeString *string, UErrorCode &status)
332 StringList *strings = getStringList(ce);
342 putStringList(ce, strings, status);
348 StringList *CEToStringsMap::getStringList(uint32_t ce) const
350 return (StringList *) uhash_iget(map, ce);
873 uint32_t ce = ceList->get(offset); local
    [all...]
ucol_elm.cpp 508 /* found the ce in expansion, we'll just modify the size if it is
816 static uint32_t uprv_uca_addPrefix(tempUCATable *t, uint32_t CE,
838 fprintf(stdout, "El: %08X Pref: ", CE);
903 if(!isPrefix(CE)) {
906 firstContractionOffset = uprv_cnttab_addContraction(contractions, UPRV_CNTTAB_NEWELEMENT, 0, CE, status);
909 uprv_cnttab_addContraction(contractions, firstContractionOffset, 0xFFFF, CE, status);
910 CE = constructContractCE(SPEC_PROC_TAG, firstContractionOffset);
914 int32_t position = uprv_cnttab_findCP(contractions, CE, *element->prefix, status);
916 uint32_t eCE = uprv_cnttab_getCE(contractions, CE, position, status)
1323 uint32_t ce; local
1653 int32_t ce; local
    [all...]
usearch.cpp 89 * @param ce collation element
93 inline int hash(uint32_t ce)
95 // the old value UCOL_PRIMARYORDER(ce) % MAX_TABLE_SIZE_ does not work
99 return UCOL_PRIMARYORDER(ce) % MAX_TABLE_SIZE_;
163 // if the ce is a variable, we mask and get only the primary values
284 * Initializing the ce table for a pattern.
323 if (pattern->CE != cetable && pattern->CE) {
324 uprv_free(pattern->CE);
329 int32_t ce; local
645 int32_t ce = getCE(strsrch, ucol_next(coleiter, &status)); local
887 uint32_t ce = UCOL_IGNORABLE; local
941 int32_t ce = getCE(strsrch, ucol_next(coleiter, &status)); local
1023 int32_t ce; local
1219 int32_t ce = getCE(strsrch, ucol_next(coleiter, status)); local
1422 int32_t ce = getCE(strsrch, ucol_next(coleiter, &status)); local
1618 int32_t *ce = strsrch->pattern.CE; local
1863 int32_t ce = getCE(strsrch, ucol_next(coleiter, status)); local
2060 int32_t ce = getCE(strsrch, ucol_previous(coleiter, status)); local
2281 int32_t *ce = strsrch->pattern.CE; local
2500 int32_t ce = getCE(strsrch, ucol_previous(coleiter, status)); local
3440 int64_t ce; member in struct:CEI
    [all...]
  /external/icu4c/test/perf/collationperf/
collperf.cpp 1683 int32_t ce; local
    [all...]
  /external/icu4c/tools/dumpce/
dumpce.cpp 187 uint32_t ce = ucol_next(iter, &error); local
195 if (UCOL_PRIMARYORDER(ce) != 0) {
196 fprintf(f, "%04x", UCOL_PRIMARYORDER(ce));
199 if (UCOL_SECONDARYORDER(ce) != 0) {
200 fprintf(f, " %02x", UCOL_SECONDARYORDER(ce));
203 if (UCOL_TERTIARYORDER(ce) != 0) {
204 fprintf(f, " %02x", UCOL_TERTIARYORDER(ce));
208 ce = ucol_next(iter, &error);
209 if (ce == UCOL_NULLORDER) {
1224 int32_t ce = ucol_next(coleiter, &error); local
    [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_dta_int.h 159 tNFA_DTA_CE_DATA ce; member in union:__anon9231::__anon9232
  /external/mesa3d/include/pixelflinger2/
pixelflinger2_interface.h 136 } ce : member in struct:GGLBlendState
  /external/openssh/
session.c 1209 struct envstring *ce = custom_environment; local
1210 char *str = ce->s;
1218 custom_environment = ce->next;
1219 xfree(ce->s);
1220 xfree(ce);
    [all...]
  /external/valgrind/main/VEX/priv/
ir_defs.c 89 void ppIRCallee ( IRCallee* ce )
91 vex_printf("%s", ce->name);
92 if (ce->regparms > 0)
93 vex_printf("[rp=%d]", ce->regparms);
94 if (ce->mcx_mask > 0)
95 vex_printf("[mcx=0x%x]", ce->mcx_mask);
96 vex_printf("{%p}", (void*)ce->addr);
1360 IRCallee* ce = LibVEX_Alloc(sizeof(IRCallee)); local
    [all...]
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Blend.cpp 871 SEdgeVector *ce; local
873 for (ce = csite->getNeighbor(), ecnt = csite->getNumNeighbors(); ecnt--; ce++)
875 double d1 = hypotSq(m_AllSites[ce->second].getVCenter().x - si,
876 m_AllSites[ce->second].getVCenter().y - sj);
1146 SEdgeVector *ce; local
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.cpp 851 SEdgeVector *ce; local
853 for (ce = csite->getNeighbor(), ecnt = csite->getNumNeighbors(); ecnt--; ce++)
855 double d1 = hypotSq(m_AllSites[ce->second].getVCenter().x - si,
856 m_AllSites[ce->second].getVCenter().y - sj);
1126 SEdgeVector *ce; local
    [all...]
  /prebuilts/tools/common/cglib/
cglib-2.2.3.jar 
cglib-nodep-2.2.3.jar 
  /external/icu4c/test/cintltst/
citertst.c 1333 uint32_t ce = (uint32_t)ucol_next(iter, &status); local
1432 uint32_t ce; local
1542 uint32_t ce = ucol_next(iter, &status); local
    [all...]
capitst.c 551 uint32_t ce = ucol_next(iter1, &status); local
557 if (ce2 != ce) {
560 if (ce == UCOL_NULLORDER) {
    [all...]
cmsccoll.c 1049 /* these values are used for finding CE values for indirect positioning. */
2715 uint32_t ce; local
2761 uint32_t ce; local
    [all...]
  /external/icu4c/test/intltest/
ssearch.cpp 1081 uint64_t ce; member in struct:PCE
1230 const CEList* ce = NULL; local
1812 int32_t ce = ceList.get(offset); local
    [all...]
  /external/valgrind/main/callgrind/
main.c 1366 call_entry* ce; local
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c 2197 CFSICacheEnt* ce = &cfsi_cache[hash]; local
2303 CFSICacheEnt* ce; local
2357 CFSICacheEnt* ce; local
    [all...]
  /external/opencv/cvaux/include/
cvaux.h 322 int* ce; member in struct:CvCliqueFinder
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMAPhone.java 598 CommandException ce = new CommandException( local
600 AsyncResult.forMessage(response).exception = ce;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ixjuser.h 309 * driver as the ce element of an IXJ_CADENCE structure. The elements_used
314 * indefinitely. The ce variable is a pointer to the array of IXJ_TONE
351 IXJ_CADENCE_ELEMENT *ce; member in struct:__anon24243
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ixjuser.h 309 * driver as the ce element of an IXJ_CADENCE structure. The elements_used
314 * indefinitely. The ce variable is a pointer to the array of IXJ_TONE
351 IXJ_CADENCE_ELEMENT *ce; member in struct:__anon25833
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ixjuser.h 309 * driver as the ce element of an IXJ_CADENCE structure. The elements_used
314 * indefinitely. The ce variable is a pointer to the array of IXJ_TONE
351 IXJ_CADENCE_ELEMENT *ce; member in struct:__anon27345
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 2397 milliseconds

12 3 4