Searched refs:conversion (Results 1 - 25 of 58) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/man/
H A Dmsgconv.x2 msgconv \- character set conversion for message catalog
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/evolve/
H A DConverter.java52 private Conversion conversion; field in class:Converter
60 Conversion conversion) {
61 this(className, classVersion, null, conversion);
72 Conversion conversion) {
74 this.conversion = conversion;
77 Class cls = conversion.getClass();
95 return conversion;
99 * Returns true if the conversion objects are equal in this object and
107 return conversion
58 Converter(String className, int classVersion, Conversion conversion) argument
69 Converter(String declaringClassName, int declaringClassVersion, String fieldName, Conversion conversion) argument
[all...]
H A DEntityConverter.java43 Conversion conversion,
45 super(entityClassName, classVersion, null, conversion);
41 EntityConverter(String entityClassName, int classVersion, Conversion conversion, Set<String> deletedKeys) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dprintf-parse.h55 char conversion; /* d i o u x X f F e E g G a A c s p n U % but not C S */ member in struct:__anon2487
84 uint8_t conversion; /* d i o u x X f F e E g G a A c s p n U % but not C S */ member in struct:__anon2489
111 uint16_t conversion; /* d i o u x X f F e E g G a A c s p n U % but not C S */ member in struct:__anon2491
138 uint32_t conversion; /* d i o u x X f F e E g G a A c s p n U % but not C S */ member in struct:__anon2493
H A Dvasnprintf.c1502 of sprintf or SNPRINTF of a single conversion directive. */
1504 MAX_ROOM_NEEDED (const arguments *ap, size_t arg_index, FCHAR_T conversion, argument
1510 switch (conversion)
1866 if (dp->conversion == '%')
1882 if (dp->conversion == 'n')
1909 else if (dp->conversion == 'U')
2372 else if (dp->conversion == 's'
2383 specified, below requires a conversion between a char[]
2896 else if ((dp->conversion == 'a' || dp->conversion
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dprintf-parse.h54 char conversion; /* d i o u x X f F e E g G a A c s p n U % but not C S */ member in struct:__anon6579
83 uint8_t conversion; /* d i o u x X f F e E g G a A c s p n U % but not C S */ member in struct:__anon6581
110 uint16_t conversion; /* d i o u x X f F e E g G a A c s p n U % but not C S */ member in struct:__anon6583
137 uint32_t conversion; /* d i o u x X f F e E g G a A c s p n U % but not C S */ member in struct:__anon6585
H A Dvasnprintf.c1535 if (dp->conversion == '%')
1551 if (dp->conversion == 'n')
1578 else if (dp->conversion == 'U')
2041 else if ((dp->conversion == 'a' || dp->conversion == 'A')
2175 if (dp->conversion == 'A')
2206 if (dp->conversion == 'A')
2256 *p++ = dp->conversion - 'A' + 'X';
2278 : dp->conversion - 10);
2289 *p++ = dp->conversion
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A 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 in struct:__anon6453
H A 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 in struct:__anon6457
H A Dvasnprintf.c1536 if (dp->conversion == '%')
1552 if (dp->conversion == 'n')
1579 else if (dp->conversion == 'U')
2042 else if ((dp->conversion == 'a' || dp->conversion == 'A')
2176 if (dp->conversion == 'A')
2207 if (dp->conversion == 'A')
2257 *p++ = dp->conversion - 'A' + 'X';
2279 : dp->conversion - 10);
2290 *p++ = dp->conversion
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/libasprintf/
H A 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 in struct:__anon6463
H A Dvasnprintf.c1536 if (dp->conversion == '%')
1552 if (dp->conversion == 'n')
1579 else if (dp->conversion == 'U')
2042 else if ((dp->conversion == 'a' || dp->conversion == 'A')
2176 if (dp->conversion == 'A')
2207 if (dp->conversion == 'A')
2257 *p++ = dp->conversion - 'A' + 'X';
2279 : dp->conversion - 10);
2290 *p++ = dp->conversion
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtmbconv.tex23 \subsection{Background: The need for conversion}\label{needforconversion}
60 implements standard libc locale conversion). Derived classes include
72 A variable, wxConvCurrent, points to the conversion object that the user
128 of the conversion, you need to explicitly cast it to const char* if you use
134 can also use the conversion methods of the conversion objects directly.
135 This can even be useful if you need to do conversion in a non-Unicode
145 set using the passed conversion object, *wxConvCurrent. (In a Unicode build
146 of wxWidgets, the constructor ignores the passed conversion object and
172 If a conversion ha
[all...]
H A Dcsconv.tex43 Destructor frees any resources needed to perform the conversion.
54 A malformed string may still make conversion functions return \texttt{wxCONV\_FAILED}.
H A Dmbconv.tex33 \twocolitem{\textbf{wxConvLocal}}{Another conversion corresponding to the
34 current locale but this one uses the best available conversion.}
35 \twocolitem{\textbf{wxConvUI}}{The conversion used for hte standard UI elements
38 be set to some specific conversion if the program needs to use a specific
43 \twocolitem{\textbf{wxConvFile}}{The appropriate conversion for the file names,
52 returned by the conversion functions instead of the length of the converted
53 string if the conversion fails.
91 the conversion is calculated and returned. Note that this is the length and not
231 \helpref{GetMBNulLen}{wxmbconvgetmbnullen} for any conversion object. Currently
263 properly (i.e. as necessary for the encoding handled by this conversion)
[all...]
H A Dencconv.tex52 Initialize conversion. Both output or input encoding may
59 it more than once in order to switch to another conversion.
77 false if given conversion is impossible, true otherwise
78 (conversion may be impossible either if you try to convert
116 All of the versions above return \true if the conversion was lossless and
H A Dvariant.tex40 for conversion to and from wxVariant can be very easily implemented without modifying
66 the shift operator conversion for a few of its drawing related classes:
459 Operator for implicit conversion to a wxChar, using \helpref{wxVariant::GetChar}{wxvariantgetchar}.
465 Operator for implicit conversion to a double, using \helpref{wxVariant::GetDouble}{wxvariantgetdouble}.
469 Operator for implicit conversion to a long, using \helpref{wxVariant::GetLong}{wxvariantgetlong}.
475 Operator for implicit conversion to a string, using \helpref{wxVariant::MakeString}{wxvariantmakestring}.
481 Operator for implicit conversion to a pointer to a void, using \helpref{wxVariant::GetVoidPtr}{wxvariantgetvoidptr}.
487 Operator for implicit conversion to a pointer to a \helpref{wxDateTime}{wxdatetime}, using \helpref{wxVariant::GetDateTime}{wxvariantgetdatetime}.
H A Dlonglong.tex23 also has operators for implicit construction from and conversion to the native
126 This allows to convert a double value to wxLongLong type. Such conversion is
163 Truncate wxLongLong to long. If the conversion loses data (i.e. the wxLongLong
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/test/
H A Dtrsa4 echo skipping rsa conversion test
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dtrsa4 echo skipping rsa conversion test
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/test/
H A Dtrsa4 echo skipping rsa conversion test
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dist/winmsi/
H A Dwinbuild.bat54 echo When prompted during the conversion, say: Yes-to-All.
55 echo When finished with the conversion, do a Save-All and Exit.
65 echo Trying the conversion again...
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dbounds.s46 @ -fguess-branch-probability -fident -fif-conversion -fif-conversion2
66 @ -ftree-sra -ftree-switch-conversion -ftree-ter -ftree-vect-loop-version
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavresample/x86/
H A Ddither.asm2 ;* x86 optimized dithering format conversion
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dasm-offsets.s47 @ -fguess-branch-probability -fident -fif-conversion -fif-conversion2
67 @ -ftree-sra -ftree-switch-conversion -ftree-ter -ftree-vect-loop-version

Completed in 147 milliseconds

123