Searched refs:lowercase (Results 1 - 10 of 10) sorted by relevance
/external/ipsec-tools/src/racoon/ |
H A D | plainrsa-gen.c | 106 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 D | case.cpp | 44 /* 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 D | picobase.h | 80 * 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 D | picoktab.h | 109 picoos_uchar *lowercase); 126 picoos_uint8 * value, picoos_uchar * lowercase,
|
H A D | picobase.c | 1137 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 D | picoktab.c | 334 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/libpng/ |
H A D | CHANGES | 2210 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 D | texinfo.tex | 592 % 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/libvpx/examples/includes/geshi/ |
H A D | geshi.php | 1211 * - GESHI_CAPS_LOWER: convert all keywords to lowercase where found
|
/external/dropbear/libtomcrypt/ |
H A D | crypt.tex | 1839 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 1144 milliseconds