Searched defs:converter (Results 1 - 25 of 82) sorted by relevance

1234

/external/clang/test/CodeGen/
H A D2003-11-20-UnionBitfield.c5 char converter; member in struct:printf_spec
/external/v8/test/cctest/
H A Dtest-disasm-arm.cc44 disasm::NameConverter converter; local
45 disasm::Disassembler disasm(converter);
H A Dtest-disasm-mips.cc44 disasm::NameConverter converter; local
45 disasm::Disassembler disasm(converter);
H A Dtest-disasm-mips64.cc44 disasm::NameConverter converter; local
45 disasm::Disassembler disasm(converter);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
H A DX9FieldElement.java19 private static X9IntegerConverter converter = new X9IntegerConverter(); field in class:X9FieldElement
59 int byteCount = converter.getByteLength(f);
60 byte[] paddedBigInteger = converter.integerToBytes(f.toBigInteger(), byteCount);
/external/icu/icu4c/source/samples/cal/
H A Duprint.c28 /* converter */
29 UConverter *converter; local
46 /* open a default converter */
47 converter = ucnv_open(0, status);
58 ucnv_fromUnicode(converter, &myTarget, myTarget + arraySize,
73 /* close the converter */
74 ucnv_close(converter);
/external/icu/icu4c/source/samples/date/
H A Duprint.c29 /* converter */
30 UConverter *converter; local
47 /* open a default converter */
48 converter = ucnv_open(0, status);
59 ucnv_fromUnicode(converter, &myTarget, myTarget + arraySize,
74 /* close the converter */
75 ucnv_close(converter);
/external/icu/icu4c/source/common/
H A Ducnv_cb.c46 args->converter,
62 just retry shoving data through the same converter. Note, if you got
81 ucnv_fromUnicode(args->converter,
115 errBuffLen = args->converter->charErrorBufferLength;
118 newTarget = (char *)(args->converter->charErrorBuffer + errBuffLen);
120 newTargetLimit = (char *)(args->converter->charErrorBuffer +
121 sizeof(args->converter->charErrorBuffer));
129 /* We're going to tell the converter that the errbuff len is empty.
131 itself. If the errbuff is needed by the converter this time,
134 args->converter
179 UConverter *converter; local
[all...]
H A Dustr_cnv.cpp30 /* mutexed access to a shared default converter ----------------------------- */
37 UConverter *converter = NULL; local
44 converter = gDefaultConverter;
50 /* if the cache was empty, create a converter */
51 if(converter == NULL) {
52 converter = ucnv_open(NULL, status);
54 ucnv_close(converter);
55 converter = NULL;
59 return converter;
63 u_releaseDefaultConverter(UConverter *converter) argument
86 UConverter *converter = NULL; local
[all...]
H A Dunistr_cnv.cpp94 // use the provided converter
98 // use the default converter
161 // create the converter
162 UConverter *converter; local
177 converter = u_getDefaultConverter(&status);
189 converter = ucnv_open(codepage, &status);
192 length = doExtract(start, length, target, capacity, converter, status);
194 // close the converter
196 u_releaseDefaultConverter(converter);
198 ucnv_close(converter);
313 UConverter *converter; local
355 doCodepageCreate(const char *codepageData, int32_t dataLength, UConverter *converter, UErrorCode &status) argument
[all...]
/external/icu/icu4c/source/common/unicode/
H A Ducnv_err.h26 * and ucnv_setToUCallback functions, to set the behaviour of a converter
174 UCNV_CLOSE = 4, /**< Called when the converter is closed. The
177 converter. the pointer available as the
180 by the new converter, the callback must clone
194 UBool flush; /**< The internal state of converter will be reset and data flushed if set to TRUE. @stable ICU 2.0 */
195 UConverter *converter; /**< Pointer to the converter that is opened and to which this struct is passed as an argument. @stable ICU 2.0 */ member in struct:__anon5582
210 UBool flush; /**< The internal state of converter will be reset and data flushed if set to TRUE. @stable ICU 2.0 */
211 UConverter *converter; /**< Pointer to the converter tha member in struct:__anon5583
[all...]
/external/icu/icu4c/source/io/
H A Dustream.cpp44 UConverter *converter; local
47 // use the default converter to convert chunks of text
48 converter = u_getDefaultConverter(&errorCode);
56 ucnv_fromUnicode(converter, &s, sLimit, &us, uLimit, 0, FALSE, &errorCode);
64 u_releaseDefaultConverter(converter);
84 UConverter *converter; local
87 // use the default converter to convert chunks of text
88 converter = u_getDefaultConverter(&errorCode);
117 ucnv_toUnicode(converter, &us, uLimit, &s, sLimit, 0, !continueReading, &errorCode);
161 u_releaseDefaultConverter(converter);
[all...]
/external/openfst/src/include/fst/
H A Dregister.h50 Converter converter; member in struct:fst::FstRegisterEntry
51 FstRegisterEntry() : reader(0), converter(0) {}
52 FstRegisterEntry(Reader r, Converter c) : reader(r), converter(c) { }
56 // an FST type, and its reader and converter.
69 return this->GetEntry(type).converter;
121 converter = registr->GetConverter(ftype); local
122 if (!converter) {
128 return converter(fst);
/external/openfst/src/include/fst/script/
H A Dregister.h42 Converter converter; member in struct:fst::script::FstClassRegEntry
45 reader(r), creator(cr), converter(co) { }
46 FstClassRegEntry() : reader(0), creator(0), converter(0) { }
65 return this->GetEntry(arc_type).converter;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/93/1/.cp/
H A Dconvert.jar ... core/contrib/converter/dom/ org/eclipse/jdt/core/contrib/ant/Converter$1.class Converter.java package org.
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
H A DKeyAgreementSpi.java61 private static final X9IntegerConverter converter = new X9IntegerConverter(); field in class:KeyAgreementSpi
105 return converter.integerToBytes(r, converter.getByteLength(parameters.getCurve()));
/external/chromium-trace/trace-viewer/third_party/WebOb/webob/
H A Ddescriptors.py156 def converter(prop, parse, serialize, convert_name=None): function
175 return converter(prop, parse_list, serialize_list, 'list')
192 return converter(prop, parse_date, serialize_date, 'HTTP date')
/external/droiddriver/src/io/appium/droiddriver/scroll/
H A DAccessibilityEventScrollStepStrategy.java104 long scrollEventTimeoutMillis, DirectionConverter converter) {
107 this.directionConverter = converter;
211 long scrollEventTimeoutMillis, DirectionConverter converter) {
212 super(uiAutomation, scrollEventTimeoutMillis, converter);
103 AccessibilityEventScrollStepStrategy(UiAutomation uiAutomation, long scrollEventTimeoutMillis, DirectionConverter converter) argument
210 NullAccessibilityEventScrollStepStrategy(UiAutomation uiAutomation, long scrollEventTimeoutMillis, DirectionConverter converter) argument
/external/icu/icu4c/source/extra/uconv/
H A Duwmsg.c38 /* converter */
39 UConverter *converter; local
54 /* open a default converter */
55 converter = ucnv_open(0, status);
66 ucnv_fromUnicode(converter, &myTarget, myTarget + arraySize,
81 /* close the converter */
82 ucnv_close(converter);
/external/javassist/src/main/javassist/tools/reflect/
H A DReflection.java81 protected CodeConverter converter; field in class:Reflection
97 converter = new CodeConverter();
129 clazz.instrument(converter);
231 converter.replaceFieldRead(f, clazz, readPrefix + name);
232 converter.replaceFieldWrite(f, clazz, writePrefix + name);
/external/mockito/cglib-and-asm/src/org/mockito/cglib/beans/
H A DBeanCopier.java55 abstract public void copy(Object from, Object to, Converter converter); argument
/external/skia/src/pdf/
H A DSkPDFUtils.cpp163 SkAutoConicToQuads converter; local
164 const SkPoint* quads = converter.computeQuads(args, iter.conicWeight(), tol);
165 for (int i = 0; i < converter.countQuads(); ++i) {
/external/v8/src/
H A Ddisassembler.cc92 const V8NameConverter& converter,
103 disasm::Disassembler d(converter);
105 if (converter.code() != NULL) {
106 it = new RelocIterator(converter.code());
179 RelocInfo relocinfo(pcs[i], rmodes[i], datas[i], converter.code());
90 DecodeIt(Isolate* isolate, FILE* f, const V8NameConverter& converter, byte* begin, byte* end) argument
H A Dsafepoint-table.cc65 disasm::NameConverter converter; local
82 os << " | " << converter.NameOfCPURegister(j);
/external/icu/icu4c/source/tools/genrb/
H A Dderb.c43 static void printOutBundle(UFILE *out, UConverter *converter, UResourceBundle *resource, int32_t indent, const char *pname, UErrorCode *status);
44 static void printString(UFILE *out, UConverter *converter, const UChar *str, int32_t len);
45 static void printCString(UFILE *out, UConverter *converter, const char *str, int32_t len);
46 static void printIndent(UFILE *out, UConverter *converter, int32_t indent);
47 static void printHex(UFILE *out, UConverter *converter, uint8_t what);
82 UConverter *converter = NULL; // not used local
299 u_fprintf(ustderr, "%s: couldn't configure converter for encoding\n", pname);
325 printOutBundle(out, converter, bundle, 0, pname, &status);
338 ucnv_close(converter);
380 static void printString(UFILE *out, UConverter *converter, cons argument
384 printCString(UFILE *out, UConverter *converter, const char *str, int32_t len) argument
392 printIndent(UFILE *out, UConverter *converter, int32_t indent) argument
403 printHex(UFILE *out, UConverter *converter, uint8_t what) argument
413 printOutAlias(UFILE *out, UConverter *converter, UResourceBundle *parent, Resource r, const char *key, int32_t indent, const char *pname, UErrorCode *status) argument
446 printOutBundle(UFILE *out, UConverter *converter, UResourceBundle *resource, int32_t indent, const char *pname, UErrorCode *status) argument
[all...]

Completed in 536 milliseconds

1234