HomeSort by relevance Sort by last modified time
    Searched defs:unfold (Results 1 - 5 of 5) sorted by null

  /external/icu4c/samples/case/
ucase.c 27 /* 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);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
MimeUtility.java 55 public static String unfold(String s) { method in class:MimeUtility
75 return decode(unfold(s));
195 String[] parts = unfold(header).split(";");
  /external/icu4c/common/
ucase.c 36 const UChar *unfold; member in struct:UCaseProps
338 const UChar *unfold, *p; local
341 if(csp->unfold==NULL || s==NULL) {
355 unfold=csp->unfold;
356 unfoldRows=unfold[UCASE_UNFOLD_ROWS];
357 unfoldRowWidth=unfold[UCASE_UNFOLD_ROW_WIDTH];
358 unfoldStringWidth=unfold[UCASE_UNFOLD_STRING_WIDTH];
359 unfold+=unfoldRowWidth;
371 p=unfold+(i*unfoldRowWidth)
    [all...]
  /frameworks/opt/calendar/src/com/android/calendarcommon/
RecurrenceSet.java 391 String unfoldedRuleStr = unfold(ruleStr);
428 public static String unfold(String foldedIcalContent) { method in class:RecurrenceSet
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 162 milliseconds