Searched refs:converted (Results 1 - 25 of 123) sorted by relevance

12345

/macosx-10.9.5/ICU-511.35/icuSources/io/
H A Dsscanf.c39 int32_t converted; local
42 converted = u_vsscanf(buffer, patternSpecification, ap);
45 return converted;
54 int32_t converted; local
57 converted = u_vsscanf_u(buffer, patternSpecification, ap);
60 return converted;
68 int32_t converted; local
86 converted = u_vsscanf_u(buffer, pattern, ap);
93 return converted;
101 int32_t converted; local
[all...]
H A Duscanf.c40 int32_t converted; local
43 converted = u_vfscanf(f, patternSpecification, ap);
46 return converted;
55 int32_t converted; local
58 converted = u_vfscanf_u(f, patternSpecification, ap);
61 return converted;
69 int32_t converted; local
87 converted = u_vfscanf_u(f, pattern, ap);
94 return converted;
/macosx-10.9.5/Libc-997.90.3/locale/
H A Drunedepreciated.c42 size_t converted = mbrtowc(&wc, string, n, NULL); local
45 switch (converted) {
67 *result = string + converted;
77 size_t converted = wcrtomb(buf, rune, NULL); local
79 if (converted == (size_t)-1) {
82 } else if (n >= converted) {
84 bcopy(buf, string, converted);
86 *result = string + converted;
89 return (converted == (size_t)-1 ? 0 : converted);
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DRawSingleInput.java26 IdentityHashMap converted,
29 super(catalog, rawAccess, converted);
24 RawSingleInput(Catalog catalog, boolean rawAccess, IdentityHashMap converted, Object singleValue, Format declaredFormat) argument
H A DRawArrayInput.java29 IdentityHashMap converted,
32 super(catalog, rawAccess, converted);
27 RawArrayInput(Catalog catalog, boolean rawAccess, IdentityHashMap converted, RawObject raw, Format componentFormat) argument
H A DRawAbstractInput.java28 private IdentityHashMap converted; field in class:RawAbstractInput
32 IdentityHashMap converted) {
34 this.converted = converted;
89 if (converted != null) {
90 o2 = converted.get(o);
92 converted = new IdentityHashMap();
99 o = catalog.convertRawObject((RawObject) o, converted);
30 RawAbstractInput(Catalog catalog, boolean rawAccess, IdentityHashMap converted) argument
H A DRawComplexInput.java29 IdentityHashMap converted,
32 super(catalog, rawAccess, converted);
27 RawComplexInput(Catalog catalog, boolean rawAccess, IdentityHashMap converted, FieldInfo[] fields, RawObject[] objects) argument
H A DCatalog.java93 Object convertRawObject(RawObject o, IdentityHashMap converted); argument
H A DPrimitiveArrayFormat.java106 IdentityHashMap converted) {
108 (catalog, rawAccess, converted, rawObject, componentFormat);
110 converted.put(rawObject, a);
103 convertRawObject(Catalog catalog, boolean rawAccess, RawObject rawObject, IdentityHashMap converted) argument
H A DObjectArrayFormat.java144 IdentityHashMap converted) {
146 (catalog, rawAccess, converted, rawObject, useComponentFormat);
148 converted.put(rawObject, a);
141 convertRawObject(Catalog catalog, boolean rawAccess, RawObject rawObject, IdentityHashMap converted) argument
H A DProxiedFormat.java123 IdentityHashMap converted) {
125 (catalog, rawAccess, rawObject, converted);
127 converted.put(rawObject, o);
120 convertRawObject(Catalog catalog, boolean rawAccess, RawObject rawObject, IdentityHashMap converted) argument
H A DReadOnlyCatalog.java80 public Object convertRawObject(RawObject o, IdentityHashMap converted) { argument
H A DEnumFormat.java120 IdentityHashMap converted) {
125 converted.put(rawObject, o);
117 convertRawObject(Catalog catalog, boolean rawAccess, RawObject rawObject, IdentityHashMap converted) argument
/macosx-10.9.5/Security-55471.14.18/utilities/src/
H A Dder_string.c51 CFIndex converted = CFStringGetBytes(str, CFRangeMake(0, str_length), kCFStringEncodingUTF8, 0, false, NULL, maximum, &encodedLen); local
53 return ccder_sizeof(CCDER_UTF8_STRING, (converted == str_length) ? encodedLen : 0);
69 CFIndex converted = CFStringGetBytes(string, CFRangeMake(0, str_length), kCFStringEncodingUTF8, 0, false, buffer, der_space, &bytes_used); local
70 if (converted != str_length){
/macosx-10.9.5/Security-55471.14.18/utilities/utilities/
H A Dder_string.c51 CFIndex converted = CFStringGetBytes(str, CFRangeMake(0, str_length), kCFStringEncodingUTF8, 0, false, NULL, maximum, &encodedLen); local
53 return ccder_sizeof(CCDER_UTF8_STRING, (converted == str_length) ? encodedLen : 0);
69 CFIndex converted = CFStringGetBytes(string, CFRangeMake(0, str_length), kCFStringEncodingUTF8, 0, false, buffer, der_space, &bytes_used); local
70 if (converted != str_length){
/macosx-10.9.5/nano-11/src/
H A Dwinio.c1896 /* The length of memory allocated for converted. */
1897 char *converted; local
1900 /* Current position in converted. */
1933 converted = charalloc(alloc_len);
1952 converted[index++] = ctrl_buf_mb[i];
1964 converted[index++] = ' ';
1968 converted[index++] = ' ';
1984 converted = charealloc(converted, alloc_len);
1994 converted[inde
2427 edit_draw(const filestruct *fileptr, const char *converted, int line, size_t start) argument
2766 char *converted; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/mathml/
H A DRenderMathMLFraction.cpp82 bool converted = false; local
83 int thicknessIntValue = thickness.toIntStrict(&converted);
84 if (converted)
/macosx-10.9.5/iodbc-42.5/iodbc/iodbcinst/
H A Dunicode.c557 * converted - number of converted symbols from *wstr
567 u_short * converted)
611 if (converted)
612 *converted = (u_short) _converted;
628 if (converted)
629 *converted = (u_short) _converted;
724 * converted - number of converted bytes from *ustr
734 int * converted)
562 wcsntoutf8( SQLWCHAR * wstr, SQLCHAR * ustr, size_t wlen, size_t size, u_short * converted) argument
729 utf8ntowcs( SQLCHAR * ustr, SQLWCHAR * wstr, size_t ulen, size_t size, int * converted) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/plugins/
H A DPluginPackage.cpp252 bool converted = false; local
253 unsigned major = majorMinorParts[0].toUInt(&converted);
254 if (converted)
258 bool converted = false; local
259 unsigned minor = majorMinorParts[1].toUInt(&converted);
260 if (converted)
/macosx-10.9.5/CF-855.17/Examples/
H A Dplconvert.c8 2. A file name to write a converted property list file to.
30 Boolean converted = CFStringGetCString(str, buf, blen, kCFStringEncodingUTF8); local
31 if (converted) {
/macosx-10.9.5/CF-855.17/
H A Dplconvert.c31 2. A file name to write a converted property list file to.
53 Boolean converted = CFStringGetCString(str, buf, blen, kCFStringEncodingUTF8); local
54 if (converted) {
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Dlmenu.el166 converted
170 (setq converted (cons nil converted))
174 (setq converted
176 converted))))
178 (setq choice (x-popup-dialog t (cons name (nreverse converted))))
/macosx-10.9.5/CPANInternal-140/DBIx-Class/
H A DMakefile.PL71 *** AUTHOR MODE: all optional test dependencies converted to hard requires ***
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/Plugin/
H A DDumper.pm132 characters E<lt>, E<gt> and E<amp> converted to their equivalent HTML
133 entities and newlines converted to E<lt>brE<gt>.
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/Plugin/
H A DDumper.pm132 characters E<lt>, E<gt> and E<amp> converted to their equivalent HTML
133 entities and newlines converted to E<lt>brE<gt>.

Completed in 169 milliseconds

12345