HomeSort by relevance Sort by last modified time
    Searched defs:unfold (Results 1 - 6 of 6) 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.cpp 38 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_cast<const UChar *>(ucase_props_singleton.unfold))
    [all...]
ucase.h 144 const UChar *unfold; member in class:FullCaseFoldingIterator
402 /* constants for reverse case folding ("unfold") data */
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
RecurrenceSet.java 402 String unfoldedRuleStr = unfold(ruleStr);
439 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 1223 milliseconds