HomeSort by relevance Sort by last modified time
    Searched refs:ce (Results 1 - 25 of 71) sorted by null

1 2 3

  /libcore/luni/src/test/java/org/apache/harmony/sql/tests/javax/sql/
ConnectionEventTest.java 57 ConnectionEvent ce = new ConnectionEvent(ipc); local
58 assertSame(ipc, ce.getSource());
59 assertNull(ce.getSQLException());
63 assertSame(ce2.getSource(),ce.getSource());
85 ConnectionEvent ce = new ConnectionEvent(ipc, null); local
86 assertSame(ipc, ce.getSource());
87 assertNull(ce.getSQLException());
90 ce = new ConnectionEvent(ipc, e);
91 assertSame(ipc, ce.getSource());
92 assertSame(e, ce.getSQLException())
107 ConnectionEvent ce = new ConnectionEvent(ipc); local
129 ConnectionEvent ce = new ConnectionEvent(ipc, e); local
150 ConnectionEvent ce = new ConnectionEvent(ipc, sqlException); local
    [all...]
  /external/chromium/third_party/icu/source/i18n/
ucoleitr.cpp 48 uint32_t ce; member in struct:RCEI
66 void put(uint32_t ce, int32_t ixLow, int32_t ixHigh);
89 void RCEBuffer::put(uint32_t ce, int32_t ixLow, int32_t ixHigh)
104 buffer[bufferIndex].ce = ce;
122 uint64_t ce; member in struct:PCEI
139 void put(uint64_t ce, int32_t ixLow, int32_t ixHigh);
167 void PCEBuffer::put(uint64_t ce, int32_t ixLow, int32_t ixHigh)
182 buffer[bufferIndex].ce = ce;
461 uint32_t ce = (uint32_t) ucol_getNextCE(coll, &elems->iteratordata_, status); local
559 uint32_t ce; local
    [all...]
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...]
colldata.cpp 125 void CEList::add(uint32_t ce, UErrorCode &status)
155 ces[listSize++] = ce;
294 void put(uint32_t ce, UnicodeString *string, UErrorCode &status);
295 StringList *getStringList(uint32_t ce) const;
299 void putStringList(uint32_t ce, StringList *stringList, UErrorCode &status);
326 void CEToStringsMap::put(uint32_t ce, UnicodeString *string, UErrorCode &status)
328 StringList *strings = getStringList(ce);
338 putStringList(ce, strings, status);
344 StringList *CEToStringsMap::getStringList(uint32_t ce) const
346 return (StringList *) uhash_iget(map, ce);
873 uint32_t ce = ceList->get(offset); local
    [all...]
bmsearch.cpp 418 int32_t operator[](uint32_t ce) const;
423 static int32_t hash(uint32_t ce);
490 int32_t BadCharacterTable::operator[](uint32_t ce) const
492 return badCharacterTable[hash(ce)];
505 int32_t BadCharacterTable::hash(uint32_t ce)
507 return UCOL_PRIMARYORDER(ce) % HASH_TABLE_SIZE;
727 // **** CE after the end of the pattern. ****
  /external/icu4c/i18n/
ucoleitr.cpp 48 uint32_t ce; member in struct:RCEI
66 void put(uint32_t ce, int32_t ixLow, int32_t ixHigh);
89 void RCEBuffer::put(uint32_t ce, int32_t ixLow, int32_t ixHigh)
104 buffer[bufferIndex].ce = ce;
122 uint64_t ce; member in struct:PCEI
139 void put(uint64_t ce, int32_t ixLow, int32_t ixHigh);
167 void PCEBuffer::put(uint64_t ce, int32_t ixLow, int32_t ixHigh)
182 buffer[bufferIndex].ce = ce;
448 uint32_t ce = (uint32_t) ucol_getNextCE(coll, &elems->iteratordata_, status); local
546 uint32_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
3448 int64_t ce; member in struct:CEI
    [all...]
colldata.cpp 125 void CEList::add(uint32_t ce, UErrorCode &status)
155 ces[listSize++] = ce;
294 void put(uint32_t ce, UnicodeString *string, UErrorCode &status);
295 StringList *getStringList(uint32_t ce) const;
299 void putStringList(uint32_t ce, StringList *stringList, UErrorCode &status);
326 void CEToStringsMap::put(uint32_t ce, UnicodeString *string, UErrorCode &status)
328 StringList *strings = getStringList(ce);
338 putStringList(ce, strings, status);
344 StringList *CEToStringsMap::getStringList(uint32_t ce) const
346 return (StringList *) uhash_iget(map, ce);
871 uint32_t ce = ceList->get(offset); local
    [all...]
bmsearch.cpp 371 int32_t operator[](uint32_t ce) const;
376 static int32_t hash(uint32_t ce);
443 int32_t BadCharacterTable::operator[](uint32_t ce) const
445 return badCharacterTable[hash(ce)];
458 int32_t BadCharacterTable::hash(uint32_t ce)
460 return UCOL_PRIMARYORDER(ce) % HASH_TABLE_SIZE;
680 // **** CE after the end of the pattern. ****
  /external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_audiocvt.c 416 Uint8 *src, *dst, lf, rf, ce; local
425 ce = (lf/2) + (rf/2);
428 dst[2] = lf - ce;
429 dst[3] = rf - ce;
430 dst[4] = ce;
431 dst[5] = ce;
437 Sint8 *src, *dst, lf, rf, ce; local
446 ce = (lf/2) + (rf/2);
449 dst[2] = lf - ce;
450 dst[3] = rf - ce;
459 Uint16 lf, rf, ce, lr, rr; local
518 Sint16 lf, rf, ce, lr, rr; local
593 Uint8 *src, *dst, lf, rf, ce; local
612 Sint8 *src, *dst, lf, rf, ce; local
632 Uint16 lf, rf, ce, lr, rr; local
681 Sint16 lf, rf, ce, lr, rr; local
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
TrustManagerImpl.java 147 CertificateException ce = null; local
159 ce = new CertificateException(e);
161 ce = new CertificateException(e);
164 if (ce != null) {
169 throw ce;
  /cts/tools/dx-tests/lib/
jasmin.jar 
  /dalvik/dx/etc/
jasmin.jar 
  /external/webkit/WebCore/platform/qt/
PlatformMouseEventQt.cpp 97 QContextMenuEvent *ce = static_cast<QContextMenuEvent *>(event); local
98 m_position = IntPoint(ce->pos());
99 m_globalPosition = IntPoint(ce->globalPos());
RenderThemeQt.h 174 void drawControl(QStyle::ControlElement ce, const QStyleOption& opt)
175 { style->drawControl(ce, &opt, painter, widget); }
  /external/openssl/crypto/des/
speed.c 189 long ca,cb,cc,cd,ce; local
218 ce=count/20+1;
296 printf("Doing crypt %ld times\n",ce);
299 for (count=0,run=1; COND(ce); count++)
303 e=((double)COUNT(ce))/e;
  /external/chromium/third_party/icu/public/i18n/unicode/
colldata.h 32 * The size of the internal CE buffer in a <code>CEList</code> object
92 * Get a particular CE from the list.
94 * @param index - the index of the CE to return
96 * @return the CE, or <code>0</code> if <code>index</code> is out of range
120 * @return a reference to the given CE in the list
136 void add(uint32_t ce, UErrorCode &status);
305 * of CEs starting with a given CE.
307 * @param ce - the CE
315 const StringList *getStringList(int32_t ce) const
    [all...]
  /external/icu4c/i18n/unicode/
colldata.h 33 * The size of the internal CE buffer in a <code>CEList</code> object
100 * Get a particular CE from the list.
102 * @param index - the index of the CE to return
104 * @return the CE, or <code>0</code> if <code>index</code> is out of range
128 * @return a reference to the given CE in the list
146 void add(uint32_t ce, UErrorCode &status);
318 * of CEs starting with a given CE.
320 * @param ce - the CE
328 const StringList *getStringList(int32_t ce) const
    [all...]
  /libcore/luni/src/main/java/java/security/
Signature.java 248 Set ce = ((X509Certificate) certificate).getCriticalExtensionOIDs(); local
250 if (ce != null && !ce.isEmpty()) {
251 for (Iterator i = ce.iterator(); i.hasNext();) {
  /external/clearsilver/scripts/
cs_lint.py 62 ce = string.find(self.data[self.at:], '?>')
63 if ce == -1:
66 ce = ce + self.at variable in class:ClearSilverChecker
67 self.check_command(ce)
  /packages/apps/Phone/src/com/android/phone/
FdnSetting.java 212 CommandException ce = (CommandException) ar.exception;
213 if (ce.getCommandError() == CommandException.Error.SIM_PUK2) {
232 CommandException ce = (CommandException) ar.exception;
233 if (ce.getCommandError() == CommandException.Error.SIM_PUK2) {
  /external/chromium/third_party/icu/source/test/cintltst/
citertst.c 1336 uint32_t ce = (uint32_t)ucol_next(iter, &status); local
1435 uint32_t ce; local
1586 uint32_t ce; local
    [all...]
  /external/icu4c/test/cintltst/
citertst.c 1331 uint32_t ce = (uint32_t)ucol_next(iter, &status); local
1430 uint32_t ce; local
1581 uint32_t ce; local
    [all...]
  /external/chromium/third_party/icu/source/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/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...]

Completed in 716 milliseconds

1 2 3