/external/icu/icu4c/source/i18n/ |
collationbasedatabuilder.cpp | 59 binarySearch(const UVector64 &list, int64_t ce) { 65 int32_t cmp = compareInt64AsUnsigned(ce, list.elementAti(i)); 70 return ~start; // insert ce before i 75 return ~(start + 1); // insert ce after i 111 // For a base, the default is to compute an unassigned-character implicit CE. 123 // Some code assumes that the root first primary CE is the "space first primary" 133 int64_t ce = Collation::makeCE(Collation::FIRST_UNASSIGNED_PRIMARY); local 134 add(UnicodeString(), s, &ce, 1, errorCode); local 137 ce = Collation::makeCE(Collation::FIRST_TRAILING_PRIMARY); 138 rootElements.addElement(ce, errorCode) 345 int64_t ce = rootElements.elementAti(i); local 466 int64_t ce = rootElements.elementAti(i); local [all...] |
collationfastlatin.cpp | 108 * Single mini CE or a pair. 109 * The current mini CE is in the lower 16 bits, the next one is in the upper 16 bits. 445 * Single mini CE or a pair. 446 * The current mini CE is in the lower 16 bits, the next one is in the upper 16 bits. 943 uint32_t ce = pair & 0xffff; local 967 uint32_t ce = pair; local 980 uint32_t ce = pair & 0xffff; local 1004 uint32_t ce = pair; local 1027 uint32_t ce = pair & 0xffff; local 1070 uint32_t ce = pair & 0xffff; local [all...] |
collationfastlatin.h | 92 * (1=BAIL_OUT, 2=one CE, 3=two CEs). 103 * The higher a mini CE value, the easier it is to process. 108 * Encodes one CE with a long/low mini primary (there are 128). 116 * Encodes one CE with a short/high primary (there are 60), 117 * plus a secondary CE if the secondary weight is high. 179 * 1=bail out, 2=one mini CE, 3=two mini CEs 226 static uint32_t nextPair(const uint16_t *table, UChar32 c, uint32_t ce, 230 uint32_t ce = pair & 0xffff; local 231 if(ce >= MIN_SHORT) { return pair & TWO_SHORT_PRIMARIES_MASK; } 232 if(ce > variableTop) { return pair & TWO_LONG_PRIMARIES_MASK; [all...] |
collationkeys.cpp | 270 int64_t ce = iter.nextCE(errorCode); local 271 uint32_t p = (uint32_t)(ce >> 32); 273 // Variable CE, shift it to quaternary level. 297 ce = iter.nextCE(errorCode); 298 p = (uint32_t)(ce >> 32); 302 // ce could be primary ignorable, or NO_CE, or the merge separator, 303 // or a regular primary CE, but it is not variable. 304 // If ce==NO_CE, then write nothing for the primary level but 346 uint32_t lower32 = (uint32_t)ce; 508 // Do not change the artificial uppercase weight of a tertiary CE (0.0.ut) [all...] |
ucoleitr.cpp | 51 uint32_t ce; member in struct:RCEI 69 void put(uint32_t ce, int32_t ixLow, int32_t ixHigh); 92 void RCEBuffer::put(uint32_t ce, int32_t ixLow, int32_t ixHigh) 107 buffer[bufferIndex].ce = ce; 147 void PCEBuffer::put(uint64_t ce, int32_t ixLow, int32_t ixHigh) 162 buffer[bufferIndex].ce = ce; 207 uint64_t UCollationPCE::processCE(uint32_t ce) 212 // We could apply the mask to ce and the 335 int32_t ce = cei->next(*status); local 389 int32_t ce; local [all...] |
collationfastlatinbuilder.cpp | 63 binarySearch(const int64_t list[], int32_t limit, int64_t ce) { 68 int32_t cmp = compareInt64AsUnsigned(ce, list[i]); 73 return ~start; // insert ce before i 78 return ~(start + 1); // insert ce after i 335 // or a short-primary CE is followed by a secondary CE. 427 CollationFastLatinBuilder::addUniqueCE(int64_t ce, UErrorCode &errorCode) { 429 if(ce == 0 || (uint32_t)(ce >> 32) == Collation::NO_CE_PRIMARY) { return; } 430 ce &= ~(int64_t)Collation::CASE_MASK; // blank out case bit 464 int64_t ce = uniqueCEs.elementAti(i); local 574 int64_t ce = uniqueCEs.elementAti(i); local 590 int64_t ce = charCEs[i][0]; local 618 int64_t ce = charCEs[i][0]; local [all...] |
usrchimp.h | 34 /* get weights from a CE */ 41 #define isContinuation(CE) (((CE) & UCOL_CONTINUATION_MARKER) == UCOL_CONTINUATION_MARKER) 56 uint64_t ce; member in struct:PCEI 73 void put(uint64_t ce, int32_t ixLow, int32_t ixHigh); 98 * @param ixLow a pointer to an int32_t to receive the iterator index before fetching the CE. 99 * @param ixHigh a pointer to an int32_t to receive the iterator index after fetching the CE. 109 * @param ixLow A pointer to an int32_t to receive the iterator index after fetching the CE 110 * @param ixHigh A pointer to an int32_t to receiver the iterator index before fetching the CE 122 uint64_t processCE(uint32_t ce); [all...] |
/external/openssl/crypto/des/ |
des_opts.c | 431 long ca,cb,cc,cd,ce; local 468 ce=count/20+1;
|
/external/pcre/dist/ |
pcre_study.c | 101 pcre_uchar *cs, *ce; local 393 ce = cs = (pcre_uchar *)PRIV(find_bracket)(startcode, utf, GET2(slot, 0)); 395 do ce += GET(ce, 1); while (*ce == OP_ALT); 396 if (cc > cs && cc < ce) 418 ce = cs = (pcre_uchar *)PRIV(find_bracket)(startcode, utf, GET2(cc, 1)); 420 do ce += GET(ce, 1); while (*ce == OP_ALT) [all...] |
/external/qemu/distrib/sdl-1.2.15/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...] |
/external/skia/src/gpu/effects/ |
GrOvalEffect.cpp | 76 const CircleEffect& ce = CastEffect<CircleEffect>(other); local 77 return fEdgeType == ce.fEdgeType && fCenter == ce.fCenter && fRadius == ce.fRadius; 138 const CircleEffect& ce = drawEffect.castEffect<CircleEffect>(); local 148 SkASSERT(kHairlineAA_GrEffectEdgeType != ce.getEdgeType()); 149 if (GrEffectEdgeTypeIsInverseFill(ce.getEdgeType())) { 156 if (GrEffectEdgeTypeIsAA(ce.getEdgeType())) { 168 const CircleEffect& ce = drawEffect.castEffect<CircleEffect>(); local 169 return ce.getEdgeType() 173 const CircleEffect& ce = drawEffect.castEffect<CircleEffect>(); local [all...] |
/frameworks/rs/driver/ |
rsdShader.cpp | 602 const Element *ce = e->mHal.state.fields[ct]; local 603 if (ce->mHal.state.fieldsCount) { 604 initAddUserElement(ce, names, arrayLengths, count, prefix);
|
/libcore/luni/src/main/java/java/security/ |
Signature.java | 290 Set<String> ce = ((X509Certificate) certificate).getCriticalExtensionOIDs(); local 292 if (ce != null && !ce.isEmpty()) { 293 for (Iterator<String> i = ce.iterator(); i.hasNext();) {
|
/packages/services/Telephony/src/com/android/phone/ |
ChangeIccPinScreen.java | 258 CommandException ce = (CommandException) ar.exception; local 259 if (ce.getCommandError() == CommandException.Error.SIM_PUK2) {
|
/dalvik/dx/etc/ |
jasmin.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.ecf.ssl_1.0.0.v20100529-0735.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.ecf.ssl_1.1.0.v20130604-1622.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.ecf.ssl_1.1.0.v20130604-1622.jar | |
/external/chromium_org/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; 448 uint32_t ce = (uint32_t) ucol_getNextCE(coll, &elems->iteratordata_, status); local 546 uint32_t ce; local [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
colldata.cpp | 105 void CEList::add(uint32_t ce, UErrorCode &status) 130 ces[listSize++] = ce; 251 void put(uint32_t ce, UnicodeString *string, UErrorCode &status); 252 StringList *getStringList(uint32_t ce) const; 255 void putStringList(uint32_t ce, StringList *stringList, UErrorCode &status); 282 void CEToStringsMap::put(uint32_t ce, UnicodeString *string, UErrorCode &status) 284 StringList *strings = getStringList(ce); 294 putStringList(ce, strings, status); 300 StringList *CEToStringsMap::getStringList(uint32_t ce) const 302 return (StringList *) uhash_iget(map, ce); 500 uint32_t ce = ceList->get(offset); local [all...] |
/external/icu/icu4c/source/test/intltest/ |
colldata.cpp | 107 void CEList::add(uint32_t ce, UErrorCode &status) 132 ces[listSize++] = ce; 253 void put(uint32_t ce, UnicodeString *string, UErrorCode &status); 254 StringList *getStringList(uint32_t ce) const; 257 void putStringList(uint32_t ce, StringList *stringList, UErrorCode &status); 284 void CEToStringsMap::put(uint32_t ce, UnicodeString *string, UErrorCode &status) 286 StringList *strings = getStringList(ce); 296 putStringList(ce, strings, status); 302 StringList *CEToStringsMap::getStringList(uint32_t ce) const 304 return (StringList *) uhash_iget(map, ce); 514 uint32_t ce = ceList->get(offset); local [all...] |
/external/valgrind/main/coregrind/m_debuginfo/ |
priv_tytypes.h | 206 ce[N_TYENT_INDEX_CACHE]; member in struct:__anon37063
|
/libcore/luni/src/main/java/javax/crypto/ |
Cipher.java | 925 Set<String> ce = ((X509Certificate) certificate).getCriticalExtensionOIDs(); local [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
os.py | 4 - all functions from posix, nt, os2, or ce, e.g. unlink, stat, etc. 6 - os.name is 'posix', 'nt', 'os2', 'ce' or 'riscos' 87 elif 'ce' in _names: 88 name = 'ce' 90 from ce import * 92 from ce import _exit 98 import ce namespace 99 __all__.extend(_get_exports_list(ce)) 100 del ce
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
os.py | 4 - all functions from posix, nt, os2, or ce, e.g. unlink, stat, etc. 6 - os.name is 'posix', 'nt', 'os2', 'ce' or 'riscos' 87 elif 'ce' in _names: 88 name = 'ce' 90 from ce import * 92 from ce import _exit 98 import ce namespace 99 __all__.extend(_get_exports_list(ce)) 100 del ce
|