Home
last modified time | relevance | path

Searched refs:conversion (Results 1 – 25 of 246) sorted by relevance

12345678910

/external/webkit/WebCore/bindings/js/
DJSSVGPODListCustom.h109 typename JSSVGPODListTraits<PODType>::ConversionCallback conversion) in initialize() argument
114 … listImp->initialize(JSSVGPODListTraits<PODType>::PODListItem::copy(conversion(args.at(0))), ec)); in initialize()
136 … typename JSSVGPODListTraits<PODType>::ConversionCallback conversion) in insertItemBefore() argument
148 …stImp->insertItemBefore(JSSVGPODListTraits<PODType>::PODListItem::copy(conversion(args.at(0))), in… in insertItemBefore()
153 typename JSSVGPODListTraits<PODType>::ConversionCallback conversion) in replaceItem() argument
165 …listImp->replaceItem(JSSVGPODListTraits<PODType>::PODListItem::copy(conversion(args.at(0))), index… in replaceItem()
187 typename JSSVGPODListTraits<PODType>::ConversionCallback conversion) in appendItem() argument
192 … listImp->appendItem(JSSVGPODListTraits<PODType>::PODListItem::copy(conversion(args.at(0))), ec)); in appendItem()
/external/icu4c/extra/uconv/
DREADME3 The uconv command is an iconv(1)-like conversion / transcoding
11 <jonas.utterstrom@vittran.norrnod.se>, and offered simple conversion and
13 moved to the main ICU distribution and converted to the C conversion
/external/bluetooth/glib/glib/gnulib/
Dvasnprintf.c85 char conversion, in print_long_long() argument
111 switch (conversion) in print_long_long()
339 if (dp->conversion == '%') in vasnprintf()
352 if (dp->conversion == 'n') in vasnprintf()
438 switch (dp->conversion) in vasnprintf()
697 *p = dp->conversion; in vasnprintf()
899 dp->conversion, in vasnprintf()
905 dp->conversion, in vasnprintf()
Dprintf-parse.h47 char conversion; /* d i o u x X f e E g G c s p n U % but not C S */ member
/external/webkit/WebKitTools/Scripts/webkitpy/
Ddiff_parser.py57 for pattern, conversion in conversion_patterns:
60 return conversion(matched)
/external/icu4c/samples/ucnv/
Dreadme.txt4 convsamp: a sample program which demonstrates using ICU conversion
9 Writing a custom conversion callback function
/external/icu4c/samples/
Dreadme.txt11 case - demonstrates how to do Unicode case conversion in C and C++.
33 ucnv - demonstrates the use of ICU codepage conversion
/external/e2fsprogs/intl/
Dvasnprintf.c222 if (dp->conversion == '%') in VASNPRINTF()
238 if (dp->conversion == 'n') in VASNPRINTF()
325 switch (dp->conversion) in VASNPRINTF()
556 *p = dp->conversion; in VASNPRINTF()
Dprintf-parse.h48 char conversion; /* d i o u x X f e E g G c s p n U % but not C S */ member
Dwprintf-parse.h48 wchar_t conversion; /* d i o u x X f e E g G c s p n U % but not C S */ member
/external/icu4c/extra/uconv/resources/
Dfr.txt100 …//problemCvtToU { "La conversion d''Unicode vers l''encodage de destination a échoué à la position…
101 …//problemCvtFromU { "La conversion de l''encodage original vers Unicode a échoué à la position {0}…
102 …//problemCvtFromUOut { "La conversion de l''encodage original vers Unicode a échoué à la position …
/external/icu4c/test/testdata/
Dtest4x.ucm8 # Test file for MBCS conversion extension with four-byte codepage data.
Dtest5.ucm8 # Test file for MBCS conversion with three-byte codepage data.
Dtest1.ucm8 # Test file for MBCS conversion with single-byte codepage data.
Dtest1bmp.ucm8 # Test file for MBCS conversion with single-byte codepage data.
/external/chromium/third_party/icu/source/test/testdata/
Dtest4x.ucm8 # Test file for MBCS conversion extension with four-byte codepage data.
Dtest1.ucm8 # Test file for MBCS conversion with single-byte codepage data.
Dtest1bmp.ucm8 # Test file for MBCS conversion with single-byte codepage data.
Dtestdata.mak31 …a.dat" : $(TEST_RES_FILES) "$(TESTDATABLD)\casing.res" "$(TESTDATABLD)\conversion.res" "$(TESTDATA…
38 conversion.res
/external/jpeg/
Dfilelist.doc12 "jpegtran" uses the library to do lossless conversion between different
69 jccolor.c Color space conversion.
96 jdcolor.c Color space conversion.
97 jdmerge.c Merged upsampling/color conversion (faster, lower quality).
/external/qemu/docs/
DAUDIO.TXT42 - A target conversion function, called 'clip()' that is used to read from the stereo
47 from the stereo buffer for the next conversion through 'clip'.
167 standard rate/volume adjustment before mixing the conversion into the target
/external/genext2fs/m4/
Dac_func_scanf_can_malloc.m451 …AC_DEFINE([SCANF_CAN_MALLOC], 1, [Define to 1 if the scanf %a conversion format mallocs a buffer. …
/external/libxml2/patches/
D0001-Add-ICU-support-for-libxml.patch184 + * ICU based generic conversion functions *
253 * The real API used by libxml for on-the-fly conversion *
440 + UConverter *uconv; /* for conversion between an encoding and UTF-16 */
441 + UConverter *utf8; /* for conversion between UTF-8 and UTF-16 */
/external/openssl/crypto/dso/
DREADME11 There is now a callback scheme in place where filename conversion can
/external/libpng/
DTODO19 Text conversion between different code pages (Latin-1 -> Mac and DOS).

12345678910