Searched refs:unfold (Results 1 – 5 of 5) sorted by relevance
/external/icu4c/samples/case/ |
D | ucase.c | 28 static const UChar unfold[] = {0x61, 0x42, 0x131, 0} ; in c_main() local 74 length = u_strFoldCase(buffer, sizeof(buffer)/sizeof(buffer[0]), unfold, in c_main() 75 sizeof(unfold)/sizeof(unfold[0]), U_FOLD_CASE_DEFAULT, in c_main() 81 u_fprintf(out, "u_strFoldCase(%S, U_FOLD_CASE_DEFAULT) -> %S\n", unfold, buffer); in c_main()
|
/external/linux-tools-perf/util/ui/browsers/ |
D | hists.c | 63 static void map_symbol__set_folding(struct map_symbol *self, bool unfold) in map_symbol__set_folding() argument 65 self->unfolded = unfold ? self->has_children : false; in map_symbol__set_folding() 206 static int callchain_node__set_folding_rb_tree(struct callchain_node *self, bool unfold) in callchain_node__set_folding_rb_tree() argument 218 map_symbol__set_folding(&chain->ms, unfold); in callchain_node__set_folding_rb_tree() 223 n += callchain_node__set_folding_rb_tree(child, unfold); in callchain_node__set_folding_rb_tree() 229 static int callchain_node__set_folding(struct callchain_node *node, bool unfold) in callchain_node__set_folding() argument 237 map_symbol__set_folding(&chain->ms, unfold); in callchain_node__set_folding() 242 n += callchain_node__set_folding_rb_tree(node, unfold); in callchain_node__set_folding() 247 static int callchain__set_folding(struct rb_root *chain, bool unfold) in callchain__set_folding() argument 254 n += callchain_node__set_folding(node, unfold); in callchain__set_folding() [all …]
|
/external/icu4c/common/ |
D | ucase.c | 36 const UChar *unfold; member 338 const UChar *unfold, *p; in ucase_addStringCaseClosure() local 341 if(csp->unfold==NULL || s==NULL) { in ucase_addStringCaseClosure() 355 unfold=csp->unfold; in ucase_addStringCaseClosure() 356 unfoldRows=unfold[UCASE_UNFOLD_ROWS]; in ucase_addStringCaseClosure() 357 unfoldRowWidth=unfold[UCASE_UNFOLD_ROW_WIDTH]; in ucase_addStringCaseClosure() 358 unfoldStringWidth=unfold[UCASE_UNFOLD_STRING_WIDTH]; in ucase_addStringCaseClosure() 359 unfold+=unfoldRowWidth; in ucase_addStringCaseClosure() 371 p=unfold+(i*unfoldRowWidth); in ucase_addStringCaseClosure()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrArithmetic.td | 474 // how to unfold them.
|
/external/webkit/PerformanceTests/Parser/resources/ |
D | final-url-en | 45666 http://www.greenleaf-publishing.com/catalogue/unfold.htm
|