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

  /external/icu/icu4c/source/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/UnifiedEmail/src/com/android/emailcommon/internet/
MimeUtility.java 56 public static String unfold(String s) { method in class:MimeUtility
76 return decode(unfold(s));
196 String[] parts = unfold(header).split(";");
  /packages/services/Telephony/src/com/android/phone/common/mail/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/icu/icu4c/source/common/
ucase.cpp 37 const uint16_t *unfold; member in struct:UCaseProps
342 if(csp->unfold==NULL || s==NULL) {
356 const uint16_t *unfold=csp->unfold; local
357 unfoldRows=unfold[UCASE_UNFOLD_ROWS];
358 unfoldRowWidth=unfold[UCASE_UNFOLD_ROW_WIDTH];
359 unfoldStringWidth=unfold[UCASE_UNFOLD_STRING_WIDTH];
360 unfold+=unfoldRowWidth;
372 const UChar *p=reinterpret_cast<const UChar *>(unfold+(i*unfoldRowWidth));
398 : 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/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UCaseProps.java 79 // read unfold[]
82 unfold=new char[count];
84 unfold[i]=bytes.getChar();
364 * compare s, which has a length, with t=unfold[unfoldOffset..], which has a maximum length or is NUL-terminated
375 c2=unfold[unfoldOffset++];
386 if(max==0 || unfold[unfoldOffset]==0) {
407 if(unfold==null || s==null) {
422 unfoldRows=unfold[UNFOLD_ROWS];
423 unfoldRowWidth=unfold[UNFOLD_ROW_WIDTH];
424 unfoldStringWidth=unfold[UNFOLD_STRING_WIDTH]
1309 private char unfold[]; field in class:UCaseProps
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 348 milliseconds