HomeSort by relevance Sort by last modified time
    Searched refs:converter (Results 176 - 200 of 366) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/icu/source/common/
ucnvlat1.c 146 cnv=pArgs->converter;
159 /* get the converter state from UConverter */
331 utf8=pToUArgs->converter;
337 /* get the converter state from the UTF-8 UConverter */
553 UConverter *cnv=pArgs->converter;
591 UConverter *cnv=pArgs->converter;
615 if(pToUArgs->converter->toUnicodeStatus!=0) {
681 /* non-ASCII character, handle in standard converter */
ucnv_u8.c 14 * UTF-8 converter implementation. Used to be in ucnv_utf.c.
17 * The CESU-8 converter uses all the same functions as the
18 * UTF-8 converter, with a branch for converting supplementary code points.
90 UConverter *cnv = args->converter;
218 UConverter *cnv = args->converter;
348 UConverter *cnv = args->converter;
462 UConverter *cnv = args->converter;
610 cnv = args->converter;
764 utf8=pToUArgs->converter;
765 cnv=pFromUArgs->converter;
    [all...]
ucnv_cnv.h 8 * Definitions for converter implementations.
76 * Converter implementation function(s) for ucnv_toUnicode().
109 * Converter implementation function for ucnv_convertEx(), for direct conversion
126 * Converter implementation function for ucnv_getNextUChar().
147 typedef void (*UConverterGetStarters)(const UConverter* converter,
162 * specificially for the converter in order to properly maintain the state.
167 * For converter-specific safeClone processing
168 * If this function is not set, then ucnv_safeClone assumes that the converter has no private data that changes
169 * after the converter is done opening.
171 * converter data to the new, empty converter, and is expected to set u
    [all...]
ucnv_err.c 30 /*Magic # 32 = 4(number of char in value string) * 8(max number of bytes per char for any converter) */
127 *uses a clean copy (resetted) of the converter, to convert that unicode
159 ucnv_setFromUCallBack (fromArgs->converter,
270 ucnv_setFromUCallBack (fromArgs->converter,
  /external/icu4c/common/
ucnvlat1.c 147 cnv=pArgs->converter;
160 /* get the converter state from UConverter */
332 utf8=pToUArgs->converter;
338 /* get the converter state from the UTF-8 UConverter */
554 UConverter *cnv=pArgs->converter;
592 UConverter *cnv=pArgs->converter;
616 if(pToUArgs->converter->toUnicodeStatus!=0) {
682 /* non-ASCII character, handle in standard converter */
ucnv_cnv.h 8 * Definitions for converter implementations.
79 * Converter implementation function(s) for ucnv_toUnicode().
112 * Converter implementation function for ucnv_convertEx(), for direct conversion
129 * Converter implementation function for ucnv_getNextUChar().
150 typedef void (*UConverterGetStarters)(const UConverter* converter,
165 * specificially for the converter in order to properly maintain the state.
170 * For converter-specific safeClone processing
171 * If this function is not set, then ucnv_safeClone assumes that the converter has no private data that changes
172 * after the converter is done opening.
174 * converter data to the new, empty converter, and is expected to set u
    [all...]
ucnv_err.c 30 /*Magic # 32 = 4(number of char in value string) * 8(max number of bytes per char for any converter) */
127 *uses a clean copy (resetted) of the converter, to convert that unicode
159 ucnv_setFromUCallBack (fromArgs->converter,
270 ucnv_setFromUCallBack (fromArgs->converter,
ucnv_u8.c 14 * UTF-8 converter implementation. Used to be in ucnv_utf.c.
17 * The CESU-8 converter uses all the same functions as the
18 * UTF-8 converter, with a branch for converting supplementary code points.
93 UConverter *cnv = args->converter;
221 UConverter *cnv = args->converter;
351 UConverter *cnv = args->converter;
465 UConverter *cnv = args->converter;
613 cnv = args->converter;
767 utf8=pToUArgs->converter;
773 /* get the converter state from the UTF-8 UConverter *
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
HtmlTree.java 532 PlainTextConverter converter = converterFactory.createInstance(); local
535 textPositions[i] = converter.getPlainTextLength();
536 converter.addNode(nodes.get(i), i, ends.get(i));
540 textPositions[numNodes] = converter.getPlainTextLength();
542 plainText = converter.getPlainText();
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlTree.java 565 PlainTextConverter converter = converterFactory.createInstance(); local
568 textPositions[i] = converter.getPlainTextLength();
569 converter.addNode(nodes.get(i), i, ends.get(i));
573 textPositions[numNodes] = converter.getPlainTextLength();
575 plainText = converter.getPlainText();
  /external/chromium/base/metrics/
histogram.cc 577 } converter; local
578 converter.range = range;
579 for (size_t i = 0; i < sizeof(converter); ++i)
580 sum = kCrcTable[(sum & 0xff) ^ converter.bytes[i]] ^ (sum >> 8);
588 } converter; local
589 DCHECK_EQ(sizeof(Histogram::Sample), sizeof(converter));
590 converter.range = range;
591 sum += converter.ints[0];
592 sum = (sum << 16) ^ sum ^ (static_cast<uint32>(converter.ints[1]) << 11);
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
TextCandidatesViewManager.java 144 /** The converter to get candidates from and notice the selected candidate to. */
680 public void displayCandidates(WnnEngine converter) {
722 mConverter = converter;
728 displayCandidates(converter, true, getMaxLine());
765 * @param converter {@link WnnEngine} which holds candidates.
769 private void displayCandidates(WnnEngine converter, boolean dispFirst, int maxLine) {
770 if (converter == null) {
780 if (converter instanceof SymbolList) {
805 result = converter.getNextCandidate();
810 if (converter instanceof SymbolList)
    [all...]
  /cts/tools/signature-tools/src/signature/converter/dex/
GenericSignatureParser.java 17 package signature.converter.dex;
19 import static signature.converter.dex.DexUtil.getClassName;
20 import static signature.converter.dex.DexUtil.getPackageName;
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
VertexBuffer9.cpp 93 const FormatConverter &converter = formatConverter(attrib); local
122 if (converter.identity && inputStride == elementSize)
128 converter.convertArray(input, inputStride, count, mapPtr);
367 // Policy rules for use with Converter, to choose whether to use the preferred or fallback conversion.
372 // Converter ties it all together. Given an OpenGL type/norm/size and choice of preferred/fallback conversion,
376 struct Converter
396 Converter<type, norm, size, preferred>::identity, \
397 Converter<type, norm, size, preferred>::finalSize, \
398 Converter<type, norm, size, preferred>::convertArray, \
399 static_cast<D3DDECLTYPE>(Converter<type, norm, size, preferred>::declflag)
    [all...]
VertexBuffer11.cpp 84 const VertexConverter &converter = getVertexConversion(attrib); local
114 converter.conversionFunc(input, inputStride, count, output);
  /external/chromium_org/third_party/skia/src/core/
SkScan_Hairline.cpp 293 SkAutoConicToQuads converter;
308 const SkPoint* quadPts = converter.computeQuads(pts,
310 for (int i = 0; i < converter.countQuads(); ++i) {
  /external/skia/src/core/
SkScan_Hairline.cpp 293 SkAutoConicToQuads converter;
308 const SkPoint* quadPts = converter.computeQuads(pts,
310 for (int i = 0; i < converter.countQuads(); ++i) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
pcm_plugin.h 160 const snd_config_t *converter,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm_plugin.h 160 const snd_config_t *converter,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm_plugin.h 160 const snd_config_t *converter,
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
dispatch.py 101 def converter(path): function in function:_create_path_to_resource_converter
111 return converter
  /external/chromium_org/chrome/renderer/extensions/
event_bindings.cc 171 scoped_ptr<content::V8ValueConverter> converter(
176 converter->FromV8Value(args[1]->ToObject(), context()->v8_context());
messaging_bindings.cc 239 scoped_ptr<V8ValueConverter> converter(V8ValueConverter::create());
258 tab = converter->ToV8Value(&source_tab, (*it)->v8_context());
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
dispatch.py 101 def converter(path): function in function:_create_path_to_resource_converter
111 return converter
  /external/chromium/googleurl/src/
url_canon_unittest.cc 112 // Returns the converter object, may be NULL.
113 UConverter* converter() const { return converter_; } function in class:__anon5331::UConvScoper
279 ASSERT_TRUE(conv.converter() != NULL);
280 url_canon::ICUCharsetConverter converter(conv.converter());
287 converter.ConvertFromUTF16(input_str.c_str(), input_len, &output);
294 // the converter resizes as needed.
297 ASSERT_TRUE(conv.converter());
298 url_canon::ICUCharsetConverter converter(conv.converter());
    [all...]

Completed in 855 milliseconds

1 2 3 4 5 6 78 91011>>