HomeSort by relevance Sort by last modified time
    Searched refs:ec (Results 551 - 575 of 811) sorted by null

<<21222324252627282930>>

  /external/icu4c/i18n/
numfmt.cpp 675 UErrorCode ec = U_ZERO_ERROR; local
676 getEffectiveCurrency(curr, ec);
677 if (U_SUCCESS(ec)) {
678 LocalPointer<CurrencyAmount> currAmt(new CurrencyAmount(parseResult, curr, ec));
679 if (U_FAILURE(ec)) {
    [all...]
decimfmt.cpp 1865 UErrorCode ec = U_ZERO_ERROR; local
1968 UErrorCode ec = U_ZERO_ERROR; local
3212 UErrorCode ec = U_ZERO_ERROR; local
3855 UCURR_SYMBOL_NAME, &isChoiceFormat, &len, &ec); local
5236 UErrorCode ec = U_ZERO_ERROR; local
    [all...]
rbt_pars.h 159 * @param ec Output param set to success/failure code.
164 UErrorCode& ec);
tridpars.h 207 * @param ec Output param to receive a success or an error code.
213 UErrorCode& ec);
  /external/webkit/Source/WebCore/editing/
EditingStyle.cpp 330 ExceptionCode ec = 0; local
332 m_mutableStyle->removeProperty(CSSPropertyWebkitTextFillColor, ec);
334 m_mutableStyle->removeProperty(CSSPropertyWebkitTextStrokeColor, ec);
335 ASSERT(!ec);
343 ExceptionCode ec; local
344 m_mutableStyle->setProperty(propertyID, value, important, ec);
713 ExceptionCode ec; local
714 m_mutableStyle->removeProperty(CSSPropertyBackgroundColor, ec);
761 ExceptionCode ec; local
762 m_mutableStyle->setProperty(it->id(), it->value()->cssText(), it->isImportant(), ec);
    [all...]
ApplyBlockElementCommand.cpp 159 ExceptionCode ec = 0;
160 String textAtPosition = static_cast<Text*>(textNode)->substringData(offset, 1, ec);
161 if (ec)
  /external/webkit/Source/WebCore/page/
DragController.cpp 128 ExceptionCode ec; local
129 anchor->appendChild(anchorText, ec);
131 fragment->appendChild(anchor, ec);
378 ExceptionCode ec = 0; local
379 return target->dispatchEvent(TextEvent::createForDrop(innerFrame->domWindow(), text), ec);
406 ExceptionCode ec; local
407 style->setProperty("color", color.serialized(), ec);
628 ExceptionCode ec = 0; local
629 range->selectNode(node, ec);
630 ASSERT(!ec);
    [all...]
  /external/icu4c/common/
uniset.cpp 283 UErrorCode ec = U_ZERO_ERROR; local
284 ensureCapacity(o.len, ec);
285 if (U_FAILURE(ec)) {
300 strings->assign(*o.strings, cloneUnicodeString, ec);
1028 UErrorCode ec = U_ZERO_ERROR;
1029 strings->sortedInsert(t, compareUnicodeString, ec);
1030 if (U_FAILURE(ec)) {
    [all...]
uvectr64.h 79 void assign(const UVector64& other, UErrorCode &ec);
148 //void sortedInsert(int64_t elem, UErrorCode& ec);
  /external/webkit/Tools/android/flex-2.5.4a/
dfa.c 202 register int i, ec; local
207 ec = ABS( ecgroup[i] );
208 out_char_set[i] = state[ec];
1048 int ec = ecgroup[tch]; local
1050 mkechar( ec, dupfwd, duplist );
1051 symlist[ec] = 1;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
KeyPairGeneratorSpi.java 1 package org.bouncycastle.jcajce.provider.asymmetric.ec;
31 import org.bouncycastle.math.ec.ECCurve;
32 import org.bouncycastle.math.ec.ECPoint;
43 public static class EC
70 public EC()
72 super("EC");
73 this.algorithm = "EC";
77 public EC(
284 extends EC
293 extends EC
    [all...]
  /external/icu4c/i18n/unicode/
simpletz.h 617 int32_t& dstOffset, UErrorCode& ec) const;
    [all...]
calendar.h     [all...]
  /external/llvm/tools/llvm-prof/
llvm-prof.cpp 268 error_code ec; local
270 if (!(ec = MemoryBuffer::getFileOrSTDIN(BitcodeFile, Buffer))) {
273 ErrorMessage = ec.message();
  /external/webkit/Source/WebCore/bindings/js/
JSLocationCustom.cpp 191 ExceptionCode ec = 0;
192 impl()->setProtocol(ustringToString(protocol), activeDOMWindow(exec), firstDOMWindow(exec), ec); local
193 setDOMException(exec, ec);
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
WNafMultiplier.java 1 package org.bouncycastle.math.ec;
WTauNafMultiplier.java 1 package org.bouncycastle.math.ec;
12 * Multiplies a {@link org.bouncycastle.math.ec.ECPoint.F2m ECPoint.F2m}
41 * Multiplies a {@link org.bouncycastle.math.ec.ECPoint.F2m ECPoint.F2m}
73 * Multiplies a {@link org.bouncycastle.math.ec.ECPoint.F2m ECPoint.F2m}
  /external/icu4c/
runConfigureICU 13 ec=0$1
14 if test $ec -eq 0
22 if test $ec -eq 0
57 exit $ec
  /external/icu4c/test/intltest/
tchcfmt.cpp 569 UErrorCode ec = U_ZERO_ERROR; local
570 ChoiceFormat fmt(pattern, ec);
572 if (U_FAILURE(ec)) {
579 if (U_FAILURE(ec)) {
  /external/llvm/lib/Archive/
ArchiveWriter.cpp 221 if (error_code ec = MemoryBuffer::getFile(member.getPath().c_str(), File)) {
223 *ErrMsg = ec.message();
419 if (error_code ec = MemoryBuffer::getFile(TmpArchive.c_str(), arch)) {
421 *ErrMsg = ec.message();
  /external/openssh/
bufec.c 25 #include <openssl/ec.h>
36 * Maximum supported EC GFp field length is 528 bits. SEC1 uncompressed
64 error("%s: giant EC point: len = %lu (max %u)",
kex.h 33 #include <openssl/ec.h>
key.h 33 #include <openssl/ec.h>
packet.h 23 #include <openssl/ec.h>

Completed in 1872 milliseconds

<<21222324252627282930>>