HomeSort by relevance Sort by last modified time
    Searched full:unfold (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/icu/icu4c/source/samples/case/
ucase.c 33 /* unfold = "aB LATIN SMALL LETTER DOTLESS I" */
34 static const UChar unfold[] = {0x61, 0x42, 0x131, 0} ; local
80 length = u_strFoldCase(buffer, sizeof(buffer)/sizeof(buffer[0]), unfold,
81 sizeof(unfold)/sizeof(unfold[0]), U_FOLD_CASE_DEFAULT,
87 u_fprintf(out, "u_strFoldCase(%S, U_FOLD_CASE_DEFAULT) -> %S\n", unfold, buffer);
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
RecurrenceSetTest.java 94 RecurrenceSet.unfold(RRULE_LESS_THAN_75_CHARS));
97 RecurrenceSet.unfold(RRULE_MORE_THAN_75_CHARS_FOLDED));
100 RecurrenceSet.unfold(STRING_WITH_160_CHARS_FOLDED));
  /toolchain/binutils/binutils-2.25/gold/testsuite/
icf_keep_unique_test.sh 34 echo "Identical Code Folding with keep-unique failed to unfold" $2
  /external/toybox/toys/pending/
fold.c 19 -s Fold/unfold at whitespace boundaries if possible
20 -u Unfold text (and refold if -w is given)
  /external/icu/icu4c/source/common/
ucase.cpp 39 const uint16_t *unfold; member in struct:UCaseProps
344 if(csp->unfold==NULL || s==NULL) {
358 const uint16_t *unfold=csp->unfold; local
359 unfoldRows=unfold[UCASE_UNFOLD_ROWS];
360 unfoldRowWidth=unfold[UCASE_UNFOLD_ROW_WIDTH];
361 unfoldStringWidth=unfold[UCASE_UNFOLD_STRING_WIDTH];
362 unfold+=unfoldRowWidth;
374 const UChar *p=reinterpret_cast<const UChar *>(unfold+(i*unfoldRowWidth));
400 : unfold(reinterpret_cast<const UChar *>(ucase_props_singleton.unfold))
    [all...]
ucase.h 147 const UChar *unfold; member in class:FullCaseFoldingIterator
405 /* constants for reverse case folding ("unfold") data */
  /external/libnl/doc/stylesheets/
slidy.css 344 background: transparent url(../graphics/unfold-dim.gif) no-repeat 0px 0.5em;
352 background: transparent url(../graphics/unfold.gif) no-repeat 0px 0.5em;
365 background: transparent url(../graphics/unfold-dim.gif) no-repeat 0px 0.5em;
373 background: transparent url(../graphics/unfold.gif) no-repeat 0px 0.5em;
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/internet/
MimeMessage.java 267 mTo = Address.parse(MimeUtility.unfold(getFirstHeader("To")));
272 mCc = Address.parse(MimeUtility.unfold(getFirstHeader("CC")));
277 mBcc = Address.parse(MimeUtility.unfold(getFirstHeader("BCC")));
334 String list = MimeUtility.unfold(getFirstHeader("From"));
336 list = MimeUtility.unfold(getFirstHeader("Sender"));
357 mReplyTo = Address.parse(MimeUtility.unfold(getFirstHeader("Reply-to")));
MimeUtility.java 53 public static String unfold(String s) { method in class:MimeUtility
73 return decode(unfold(s));
186 String[] parts = unfold(header).split(";");
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/internet/
MimeMessage.java 253 mTo = Address.parse(MimeUtility.unfold(getFirstHeader("To")));
258 mCc = Address.parse(MimeUtility.unfold(getFirstHeader("CC")));
263 mBcc = Address.parse(MimeUtility.unfold(getFirstHeader("BCC")));
322 String list = MimeUtility.unfold(getFirstHeader("From"));
324 list = MimeUtility.unfold(getFirstHeader("Sender"));
347 mReplyTo = Address.parse(MimeUtility.unfold(getFirstHeader("Reply-to")));
MimeUtility.java 56 public static String unfold(String s) { method in class:MimeUtility
76 return decode(unfold(s));
196 String[] parts = unfold(header).split(";");
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UCaseProps.java 82 // read unfold[]
85 unfold=ICUBinary.getChars(bytes, count, 0);
365 * compare s, which has a length, with t=unfold[unfoldOffset..], which has a maximum length or is NUL-terminated
376 c2=unfold[unfoldOffset++];
387 if(max==0 || unfold[unfoldOffset]==0) {
408 if(unfold==null || s==null) {
423 unfoldRows=unfold[UNFOLD_ROWS];
424 unfoldRowWidth=unfold[UNFOLD_ROW_WIDTH];
425 unfoldStringWidth=unfold[UNFOLD_STRING_WIDTH];
445 for(i=unfoldStringWidth; i<unfoldRowWidth && unfold[unfoldOffset+i]!=0; i+=UTF16.getCharCount(c))
1338 private char unfold[]; field in class:UCaseProps
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UCaseProps.java 78 // read unfold[]
81 unfold=ICUBinary.getChars(bytes, count, 0);
361 * compare s, which has a length, with t=unfold[unfoldOffset..], which has a maximum length or is NUL-terminated
372 c2=unfold[unfoldOffset++];
383 if(max==0 || unfold[unfoldOffset]==0) {
404 if(unfold==null || s==null) {
419 unfoldRows=unfold[UNFOLD_ROWS];
420 unfoldRowWidth=unfold[UNFOLD_ROW_WIDTH];
421 unfoldStringWidth=unfold[UNFOLD_STRING_WIDTH];
441 for(i=unfoldStringWidth; i<unfoldRowWidth && unfold[unfoldOffset+i]!=0; i+=UTF16.getCharCount(c))
1334 private char unfold[]; field in class:UCaseProps
    [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyInstrFloat.td 41 // DAGCombine oddly folds casts into the rhs of copysign. Unfold them.
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/
Field.java 88 * Unfold the field.
  /external/doclava/res/assets/templates-sdk/assets/css/
default.css     [all...]
  /development/samples/devbytes/graphics/FoldingLayout/src/com/example/android/foldinglayout/
FoldingLayoutActivity.java 360 /** This class uses user touch events to fold and unfold the folding view. */
373 * movements towards or away from the anchor point will either fold or unfold
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
BodyDescriptor.java 89 * Unfold Content-Type value
  /packages/apps/Email/tests/src/com/android/emailcommon/internet/
MimeUtilityTest.java 130 * Test that decode/unfold is efficient when it can be
133 String result1 = MimeUtility.unfold(SHORT_PLAIN);
142 // TODO: more tests for unfold(String s)
  /external/llvm/lib/CodeGen/
MachineLICM.cpp 427 // operands. FIXME: Consider unfold load folding instructions.
    [all...]
TwoAddressInstructionPass.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineLICM.cpp 242 /// ExtractHoistableLoad - Unfold a load from the given machineinstr if
452 // operands. FIXME: Consider unfold load folding instructions.
    [all...]
StackSlotColoring.cpp 459 // If it uses another frameindex, we can, currently* unfold it.
650 assert(Success && "Failed to unfold!");
  /external/parameter-framework/upstream/tools/coverage/
coverage.xsl 120 <p>Check/Uncheck the checkboxes to fold/unfold.</p>
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
RecurrenceSet.java 400 String unfoldedRuleStr = unfold(ruleStr);
437 public static String unfold(String foldedIcalContent) { method in class:RecurrenceSet

Completed in 842 milliseconds

1 2 3