Searched refs:is_upper (Results 1 – 3 of 3) sorted by relevance
/external/libxslt/libxslt/ |
D | numbers.c | 232 int is_upper) in xsltNumberFormatAlpha() argument 243 alpha_list = (is_upper) ? alpha_upper_list : alpha_lower_list; in xsltNumberFormatAlpha() 258 int is_upper) in xsltNumberFormatRoman() argument 264 xmlBufferCCat(buffer, (is_upper) ? "M" : "m"); in xsltNumberFormatRoman() 268 xmlBufferCCat(buffer, (is_upper) ? "CM" : "cm"); in xsltNumberFormatRoman() 272 xmlBufferCCat(buffer, (is_upper) ? "D" : "d"); in xsltNumberFormatRoman() 276 xmlBufferCCat(buffer, (is_upper) ? "CD" : "cd"); in xsltNumberFormatRoman() 280 xmlBufferCCat(buffer, (is_upper) ? "C" : "c"); in xsltNumberFormatRoman() 284 xmlBufferCCat(buffer, (is_upper) ? "XC" : "xc"); in xsltNumberFormatRoman() 288 xmlBufferCCat(buffer, (is_upper) ? "L" : "l"); in xsltNumberFormatRoman() [all …]
|
/external/libxml2/ |
D | triop.h | 123 void trio_set_upper TRIO_PROTO((trio_pointer_t ref, int is_upper));
|
D | trio.c | 4749 TRIO_ARGS2((ref, is_upper), 4751 int is_upper) 4753 if (is_upper)
|