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

12

  /external/icu4c/test/perf/collationperf/
collperf.cpp 1677 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/chromium/third_party/icu/source/i18n/
usearch.cpp 87 * @param ce collation element
91 inline int hash(uint32_t ce)
93 // the old value UCOL_PRIMARYORDER(ce) % MAX_TABLE_SIZE_ does not work
97 return UCOL_PRIMARYORDER(ce) % MAX_TABLE_SIZE_;
161 // if the ce is a variable, we mask and get only the primary values
282 * Initializing the ce table for a pattern.
317 if (pattern->CE != cetable && pattern->CE) {
318 uprv_free(pattern->CE);
323 int32_t ce; local
635 int32_t ce = getCE(strsrch, ucol_next(coleiter, &status)); local
877 uint32_t ce = UCOL_IGNORABLE; local
931 int32_t ce = getCE(strsrch, ucol_next(coleiter, &status)); local
1013 int32_t ce; local
1243 int32_t ce = getCE(strsrch, ucol_next(coleiter, status)); local
1446 int32_t ce = getCE(strsrch, ucol_next(coleiter, &status)); local
1642 int32_t *ce = strsrch->pattern.CE; local
1887 int32_t ce = getCE(strsrch, ucol_next(coleiter, status)); local
2084 int32_t ce = getCE(strsrch, ucol_previous(coleiter, status)); local
2305 int32_t *ce = strsrch->pattern.CE; local
2524 int32_t ce = getCE(strsrch, ucol_previous(coleiter, status)); local
3450 int64_t ce; member in struct:CEI
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
ssearch.cpp 1078 uint64_t ce; member in struct:PCE
1711 int32_t ce = ceList.get(offset); local
    [all...]
  /external/icu4c/i18n/
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
3448 int64_t ce; member in struct:CEI
    [all...]
  /external/icu4c/test/cintltst/
capitst.c 545 uint32_t ce = ucol_next(iter1, &status); local
551 if (ce2 != ce) {
554 if (ce == UCOL_NULLORDER) {
    [all...]
cmsccoll.c 1040 /* these values are used for finding CE values for indirect positioning. */
2682 uint32_t ce; local
2728 uint32_t ce; local
    [all...]
  /external/icu4c/test/intltest/
ssearch.cpp 1073 uint64_t ce; member in struct:PCE
1222 const CEList* ce = NULL; local
1804 int32_t ce = ceList.get(offset); local
    [all...]
  /frameworks/base/core/java/android/webkit/
LoadListener.java 489 WebViewWorker.CacheEncoding ce = new WebViewWorker.CacheEncoding(); local
490 ce.mEncoding = mEncoding;
491 ce.mListener = this;
493 WebViewWorker.MSG_UPDATE_CACHE_ENCODING, ce).sendToTarget();
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
capitst.c 535 uint32_t ce = ucol_next(iter1, &status); local
541 if (ce2 != ce) {
544 if (ce == UCOL_NULLORDER) {
    [all...]
cmsccoll.c 1040 /* these values are used for finding CE values for indirect positioning. */
2678 uint32_t ce; local
2724 uint32_t ce; local
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CDMAPhone.java 602 CommandException ce = new CommandException( local
604 AsyncResult.forMessage(response).exception = ce;
    [all...]
  /prebuilt/linux-x86/toolchain/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:__anon14462
  /external/sqlite/dist/
sqlite3.c 52930 } ce; member in union:vdbeExecUnion
    [all...]
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 
jfreechart-1.0.9.jar 
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilt/common/ant/
ant.jar 

Completed in 1305 milliseconds

12