Searched refs:unfold (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/samples/case/
H A Ducase.c27 /* unfold = "aB LATIN SMALL LETTER DOTLESS I" */
28 static const UChar unfold[] = {0x61, 0x42, 0x131, 0} ; local
74 length = u_strFoldCase(buffer, sizeof(buffer)/sizeof(buffer[0]), unfold,
75 sizeof(unfold)/sizeof(unfold[0]), U_FOLD_CASE_DEFAULT,
81 u_fprintf(out, "u_strFoldCase(%S, U_FOLD_CASE_DEFAULT) -> %S\n", unfold, buffer);
/external/icu/icu4c/source/samples/case/
H A Ducase.c27 /* unfold = "aB LATIN SMALL LETTER DOTLESS I" */
28 static const UChar unfold[] = {0x61, 0x42, 0x131, 0} ; local
74 length = u_strFoldCase(buffer, sizeof(buffer)/sizeof(buffer[0]), unfold,
75 sizeof(unfold)/sizeof(unfold[0]), U_FOLD_CASE_DEFAULT,
81 u_fprintf(out, "u_strFoldCase(%S, U_FOLD_CASE_DEFAULT) -> %S\n", unfold, buffer);
/external/chromium_org/third_party/icu/source/common/
H A Ducase.cpp38 const uint16_t *unfold; member in struct:UCaseProps
343 if(csp->unfold==NULL || s==NULL) {
357 const uint16_t *unfold=csp->unfold; local
358 unfoldRows=unfold[UCASE_UNFOLD_ROWS];
359 unfoldRowWidth=unfold[UCASE_UNFOLD_ROW_WIDTH];
360 unfoldStringWidth=unfold[UCASE_UNFOLD_STRING_WIDTH];
361 unfold+=unfoldRowWidth;
373 const UChar *p=reinterpret_cast<const UChar *>(unfold+(i*unfoldRowWidth));
399 : unfold(reinterpret_cas
[all...]
H A Ducase.h144 const UChar *unfold; member in class:FullCaseFoldingIterator
402 /* constants for reverse case folding ("unfold") data */
/external/icu/icu4c/source/common/
H A Ducase.cpp38 const uint16_t *unfold; member in struct:UCaseProps
343 if(csp->unfold==NULL || s==NULL) {
357 const uint16_t *unfold=csp->unfold; local
358 unfoldRows=unfold[UCASE_UNFOLD_ROWS];
359 unfoldRowWidth=unfold[UCASE_UNFOLD_ROW_WIDTH];
360 unfoldStringWidth=unfold[UCASE_UNFOLD_STRING_WIDTH];
361 unfold+=unfoldRowWidth;
373 const UChar *p=reinterpret_cast<const UChar *>(unfold+(i*unfoldRowWidth));
399 : unfold(reinterpret_cas
[all...]
H A Ducase.h144 const UChar *unfold; member in class:FullCaseFoldingIterator
402 /* constants for reverse case folding ("unfold") data */
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
H A Dhists.c71 static void map_symbol__set_folding(struct map_symbol *ms, bool unfold) argument
73 ms->unfolded = unfold ? ms->has_children : false;
217 static int callchain_node__set_folding_rb_tree(struct callchain_node *node, bool unfold) argument
229 map_symbol__set_folding(&chain->ms, unfold);
234 n += callchain_node__set_folding_rb_tree(child, unfold);
240 static int callchain_node__set_folding(struct callchain_node *node, bool unfold) argument
248 map_symbol__set_folding(&chain->ms, unfold);
253 n += callchain_node__set_folding_rb_tree(node, unfold);
258 static int callchain__set_folding(struct rb_root *chain, bool unfold) argument
265 n += callchain_node__set_folding(node, unfold);
271 hist_entry__set_folding(struct hist_entry *he, bool unfold) argument
283 hists__set_folding(struct hists *hists, bool unfold) argument
296 hist_browser__set_folding(struct hist_browser *browser, bool unfold) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1740 milliseconds