HomeSort by relevance Sort by last modified time
    Searched refs:converter (Results 26 - 50 of 158) sorted by null

12 3 4 5 6 7

  /external/icu4c/common/
ucnv.c 148 and created from a converter that is shared across threads.
192 UTRACE_DATA3(UTRACE_OPEN_CLOSE, "clone converter %s at %p into stackBuffer %p",
289 Checking whether it's an algorithic converter is okay
303 toUArgs.converter = fromUArgs.converter = localConverter;
319 ucnv_close (UConverter * converter)
325 if (converter == NULL)
331 UTRACE_DATA3(UTRACE_OPEN_CLOSE, "close converter %s at %p, isCopyLocal=%b",
332 ucnv_getName(converter, &errorCode), converter, converter->isCopyLocal)
    [all...]
unistr_cnv.cpp 104 // use the provided converter
108 // use the default converter
171 // create the converter
172 UConverter *converter; local
187 converter = u_getDefaultConverter(&status);
199 converter = ucnv_open(codepage, &status);
202 length = doExtract(start, length, target, capacity, converter, status);
204 // close the converter
206 u_releaseDefaultConverter(converter);
208 ucnv_close(converter);
323 UConverter *converter; local
    [all...]
ucnv2022.c 48 * I am disabling the generic ISO-2022 converter after proposing to do so on
58 * 2. I believe that no one is really using the generic ISO-2022 converter
60 * Note that ICU's generic ISO-2022 converter has always output one escape
63 * the previous converter is closed and a new one opened,
70 * The ICU ISO-2022 converter does not handle this - and has no information
163 * Note: The converter uses some leniency:
263 * v) Get the converter name form escSeqStateTable_Result_2022[21] which is JISX208
301 * When the generic ISO-2022 converter is completely removed, not just disabled
372 /*********** ISO 2022 Converter Protos ***********/
377 _ISO2022Close(UConverter *converter);
    [all...]
  /external/icu4c/common/unicode/
ucnv.h 26 * from UTF-16. You can open a converter with {@link ucnv_open() }. With that
27 * converter, you can get its properties, set options, convert your data and
28 * close the converter.</p>
30 * <p>Since many software programs recogize different converter names for
32 * iterate over the converter aliases. The functions {@link ucnv_getAvailableName() },
36 * <p>When a converter encounters an illegal, irregular, invalid or unmappable character
39 * or {@link ucnv_setToUCallBack() } on the converter. The header ucnv_err.h defines
75 /** Maximum length of a converter name including the terminating NULL @stable ICU 2.0 */
77 /** Maximum length of a converter name including path and terminating NULL @stable ICU 2.0 */
128 /* Number of converter types for which we have conversion routines. *
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ucnv.h 26 * from UTF-16. You can open a converter with {@link ucnv_open() }. With that
27 * converter, you can get its properties, set options, convert your data and
28 * close the converter.</p>
30 * <p>Since many software programs recogize different converter names for
32 * iterate over the converter aliases. The functions {@link ucnv_getAvailableName() },
36 * <p>When a converter encounters an illegal, irregular, invalid or unmappable character
39 * or {@link ucnv_getToUCallBack() } on the converter. The header ucnv_err.h defines
74 /** Maximum length of a converter name including the terminating NULL @stable ICU 2.0 */
76 /** Maximum length of a converter name including path and terminating NULL @stable ICU 2.0 */
127 /* Number of converter types for which we have conversion routines. *
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
ucnv.h 26 * from UTF-16. You can open a converter with {@link ucnv_open() }. With that
27 * converter, you can get its properties, set options, convert your data and
28 * close the converter.</p>
30 * <p>Since many software programs recogize different converter names for
32 * iterate over the converter aliases. The functions {@link ucnv_getAvailableName() },
36 * <p>When a converter encounters an illegal, irregular, invalid or unmappable character
39 * or {@link ucnv_getToUCallBack() } on the converter. The header ucnv_err.h defines
74 /** Maximum length of a converter name including the terminating NULL @stable ICU 2.0 */
76 /** Maximum length of a converter name including path and terminating NULL @stable ICU 2.0 */
127 /* Number of converter types for which we have conversion routines. *
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ucnv.h 26 * from UTF-16. You can open a converter with {@link ucnv_open() }. With that
27 * converter, you can get its properties, set options, convert your data and
28 * close the converter.</p>
30 * <p>Since many software programs recogize different converter names for
32 * iterate over the converter aliases. The functions {@link ucnv_getAvailableName() },
36 * <p>When a converter encounters an illegal, irregular, invalid or unmappable character
39 * or {@link ucnv_getToUCallBack() } on the converter. The header ucnv_err.h defines
74 /** Maximum length of a converter name including the terminating NULL @stable ICU 2.0 */
76 /** Maximum length of a converter name including path and terminating NULL @stable ICU 2.0 */
127 /* Number of converter types for which we have conversion routines. *
    [all...]
  /cts/tools/signature-tools/src/signature/converter/dex/
DexFactory.java 17 package signature.converter.dex;
20 import signature.converter.Visibility;
35 DexToSigConverter converter = new DexToSigConverter(); local
37 SigApi api = converter.convertApi(name, files, visibility);
  /cts/tools/signature-tools/src/signature/io/
IApiLoader.java 22 import signature.converter.Visibility;
  /cts/tools/signature-tools/test/signature/converter/util/
CompilationUnit.java 17 package signature.converter.util;
AbstractTestSourceConverter.java 17 package signature.converter.util;
24 import signature.converter.Visibility;
  /external/chromium/googleurl/src/
url_canon_icu.h 45 // Constructs a converter using an already-existing ICU character set
46 // converter. This converter is NOT owned by this object; the lifetime must
48 GURL_API ICUCharsetConverter(UConverter* converter);
57 // The ICU converter, not owned by this class.
  /hardware/ti/omap4xxx/libI420colorconvert/
ColorConvert.cpp 108 extern "C" void getI420ColorConverter(II420ColorConverter *converter) {
109 converter->getDecoderOutputFormat = getDecoderOutputFormat;
110 converter->convertDecoderOutputToI420 = convertDecoderOutputToI420;
111 converter->getEncoderInputFormat = getEncoderInputFormat;
112 converter->convertI420ToEncoderInput = convertI420ToEncoderInput;
113 converter->getEncoderInputBufferInfo = getEncoderInputBufferInfo;
  /cts/tools/signature-tools/test/signature/comparator/
AllDexTests.java 21 import signature.converter.dex.DexTestConverter;
22 import signature.converter.util.ITestSourceConverter;
  /external/webkit/Source/WebCore/platform/text/
TextCodecICU.h 68 ICUConverterWrapper() : converter(0) { }
71 UConverter* converter; member in struct:WebCore::ICUConverterWrapper
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
rebaseline_unittest.py 48 converter = BuilderToPort()
49 port = converter.port_for_builder("Leopard Intel Debug (Tests)")
  /frameworks/base/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
Android.mk 33 LOCAL_MODULE := libfwdlock-converter
  /frameworks/media/libvideoeditor/include/
II420ColorConverter.h 120 void getI420ColorConverter(II420ColorConverter *converter);
  /frameworks/media/libvideoeditor/lvpp/
I420ColorConverter.cpp 31 void (*getI420ColorConverter)(I420ColorConverter *converter) =
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
CandidatesViewManager.java 91 * @param converter The {@link WnnEngine} from which {@link CandidatesViewManager} gets the candidates
95 public void displayCandidates(WnnEngine converter);
  /cts/tools/signature-tools/src/signature/converter/
Main.java 17 package signature.converter;
20 import signature.converter.dex.DexFactory;
21 import signature.converter.doclet.DocletFactory;
  /cts/tools/signature-tools/test/signature/converter/
ConvertPackageTest.java 17 package signature.converter;
25 import signature.converter.util.AbstractConvertTest;
26 import signature.converter.util.CompilationUnit;
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x9/
X9FieldElement.java 19 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/srec/tools/thirdparty/OpenFst/fst/lib/
register.h 40 // and converter.
45 typedef Fst<A> *(*Converter)(const Fst<A> &fst);
49 Converter converter; member in struct:fst::FstRegister::Entry
50 Entry() : reader(0), converter(0) {}
62 const Converter GetConverter(const string &type) const {
63 return GetEntry(type).converter;
141 entry.converter = &FstRegisterer<F>::Convert;
160 const typename FstRegister<A>::Converter
161 converter = registr->GetConverter(ftype) local
    [all...]
  /external/icu4c/tools/gencnval/
gencnval.c 17 * converter name alias table to cnvalias.dat .
52 /* The combined tag and converter count can affect the number of lists
60 /* The maximum number of aliases that a standard tag/converter combination can have.
106 uint16_t converter; /* Index into stringStore */ member in struct:__anon6505
108 } Converter;
110 static Converter converters[MAX_CONV_COUNT];
166 addAlias(const char *alias, uint16_t standard, uint16_t converter, UBool defaultName);
169 addConverter(const char *converter);
184 addTaggedAlias(uint16_t tag, const char *alias, uint16_t converter);*/
298 /* write the table of aliases based on a tag/converter name combination *
404 char *converter, *alias; local
    [all...]

Completed in 403 milliseconds

12 3 4 5 6 7