Searched refs:lowercase (Results 1 - 13 of 13) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Dplainrsa-gen.c106 lowercase(char *input) function
140 fprintf(fp, "\tModulus: 0x%s\n", lowercase(BN_bn2hex(key->n)));
141 fprintf(fp, "\tPublicExponent: 0x%s\n", lowercase(BN_bn2hex(key->e)));
142 fprintf(fp, "\tPrivateExponent: 0x%s\n", lowercase(BN_bn2hex(key->d)));
143 fprintf(fp, "\tPrime1: 0x%s\n", lowercase(BN_bn2hex(key->p)));
144 fprintf(fp, "\tPrime2: 0x%s\n", lowercase(BN_bn2hex(key->q)));
145 fprintf(fp, "\tExponent1: 0x%s\n", lowercase(BN_bn2hex(key->dmp1)));
146 fprintf(fp, "\tExponent2: 0x%s\n", lowercase(BN_bn2hex(key->dmq1)));
147 fprintf(fp, "\tCoefficient: 0x%s\n", lowercase(BN_bn2hex(key->iqmp)));
/external/icu4c/samples/case/
H A Dcase.cpp44 /* lowercase = "istanbul" */
45 UChar lowercase[] = {0x69, 0x73, 0x74, 0x61, 0x6e, 0x62, 0x75, 0x6c, 0}; local
50 UnicodeString lower(lowercase);
61 u_fprintf(out, "\n\nlowercase=%S, uppercase=%S\n", lowercase, uppercase);
66 lowercase */
/external/svox/pico/lib/
H A Dpicobase.h80 * Converts the content of 'utf8str' to lowercase and stores it on 'lowercase'
83 * @param lowercaseMaxLen : maximal number of bytes available in 'lowercase'
84 * @param lowercase : string converted to lowercase (output)
88 picoos_int32 picobase_lowercase_utf8_str (picoos_uchar utf8str[], picoos_char lowercase[], picoos_int32 lowercaseMaxLen, picoos_uint8 * done);
159 * returns TRUE if the input string is UTF8 and lowercase
162 * @return TRUE if string is UTF8 and lowercase
H A Dpicoktab.h109 picoos_uchar *lowercase);
126 picoos_uint8 * value, picoos_uchar * lowercase,
H A Dpicobase.c1137 extern picoos_int32 picobase_lowercase_utf8_str (picoos_uchar utf8str[], picoos_char lowercase[], int lowercaseMaxLen, picoos_uint8 * done) argument
1157 lowercase[k] = utf8char[j];
1163 lowercase[k] = 0;
H A Dpicoktab.c334 n = n + picobase_det_utf8_length(g->graphTable[graphsOffset+n]); /* overread lowercase field */
511 picoos_bool picoktab_getStrPropLowercase (const picoktab_Graphs this, picoos_uint32 graphsOffset, picoos_uchar * lowercase) argument
517 ktab_getStrProp(this, graphsOffset, propOffset, lowercase);
578 picoos_uint8 * value, picoos_uchar * lowercase,
618 ktab_getUtf8(&pos, lowercase); /* get LOWERCASE and advance */
620 lowercase[0] = NULLC;
574 picoktab_graphsGetGraphInfo(const picoktab_Graphs this, picoos_uint16 graphIndex, picoos_uchar * from, picoos_uchar * to, picoos_uint8 * propset, picoos_uint8 * stokenType, picoos_uint8 * stokenSubType, picoos_uint8 * value, picoos_uchar * lowercase, picoos_uchar * graphsubs1, picoos_uchar * graphsubs2, picoos_uint8 * punct) argument
/external/chromium/chrome/browser/ui/views/
H A Dedit_search_engine_dialog.h70 // Creates a text field with the specified text. If |lowercase| is true, the
72 views::Textfield* CreateTextfield(const std::wstring& text, bool lowercase);
H A Dedit_search_engine_dialog.cc235 bool lowercase) {
237 lowercase ? Textfield::STYLE_LOWERCASE : Textfield::STYLE_DEFAULT);
234 CreateTextfield(const std::wstring& text, bool lowercase) argument
/external/libpng/
H A DCHANGES2210 Revised png_check_chunk_name() to reject a name with a lowercase 3rd byte.
2215 Reverted png_check_chunk_name() to accept a name with a lowercase 3rd byte.
/external/grub/docs/
H A Dtexinfo.tex592 % Plain TeX defines: @AA @AE @O @OE @L (plus lowercase versions) @ss.
2479 % Allow an optional argument of an uppercase letter, lowercase letter,
2497 % A ``lowercase letter'' is one whose \lccode is nonzero.
2510 \lowercaseenumerate % lowercase letter
2529 % The starting (lowercase) letter is in \thearg.
2535 \errmessage{No more lowercase letters in @enumerate; get a bigger
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/libvpx/examples/includes/geshi/
H A Dgeshi.php1211 * - GESHI_CAPS_LOWER: convert all keywords to lowercase where found
/external/dropbear/libtomcrypt/
H A Dcrypt.tex1839 The \textit{name} member is the name of the hash function (all lowercase). The \textit{hashsize} member is the size of the digest output

Completed in 2517 milliseconds