/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
RecurrenceSetTest.java | 81 RecurrenceSet.fold(RRULE_LESS_THAN_75_CHARS)); 84 RecurrenceSet.fold(RRULE_MORE_THAN_75_CHARS)); 87 RecurrenceSet.fold(STRING_WITH_160_CHARS));
|
/external/skia/include/views/ |
SkSystemEventTypes.h | 21 The goal of these strings is two-fold:
|
/external/dropbear/libtomcrypt/src/prngs/ |
sober128.c | 38 #define FOLD N /* how many iterations of folding to do */ 180 /* relies on FOLD == N == 17! */ 230 /* also fold in the length of the key */ 257 /* also fold in the length of the key */
|
/external/kernel-headers/original/linux/ |
smp.h | 80 * These macros fold the SMP functionality into a single CPU system
|
/packages/apps/Email/src/com/android/email/mail/internet/ |
MimeMessage.java | 242 setHeader("To", MimeUtility.fold(Address.toHeader(addresses), TO_LENGTH)); 250 setHeader("CC", MimeUtility.fold(Address.toHeader(addresses), CC_LENGTH)); 258 setHeader("BCC", MimeUtility.fold(Address.toHeader(addresses), BCC_LENGTH)); 292 setHeader("From", MimeUtility.fold(from.toHeader(), FROM_LENGTH)); 314 setHeader("Reply-to", MimeUtility.fold(Address.toHeader(replyTo), REPLY_TO_LENGTH));
|
MimeUtility.java | 90 * @param s original string to encode and fold 104 return fold(encoded, usedCharacters); 126 public static String fold(String s, int usedCharacters) { method in class:MimeUtility
|
/packages/apps/Email/tests/src/com/android/email/mail/internet/ |
MimeMessageTest.java | 57 /** longer plain strings (with fold points) */ 159 // test 3: long subject (shouldn't fold) 163 assertEquals("64 shouldn't fold", 1, split.length); 165 // test 4: very long subject (should fold) 169 assertTrue("long subject should fold", split.length > 1); 203 // test 2: longer unicode (will fold) 210 assertTrue("long subject should fold", split.length > 1);
|
MimeUtilityTest.java | 172 * Test that fold/encode is efficient when it can be 177 String result3 = MimeUtility.fold(SHORT_PLAIN, 10); 246 // TODO: more tests for fold(String s, int usedCharacters)
|
/frameworks/base/core/java/android/pim/ |
RecurrenceSet.java | 382 split[n] = fold(split[n]); 394 * fold and unfolds ical content lines as per RFC 2445 section 4.1. 411 public static String fold(String unfoldedIcalContent) { method in class:RecurrenceSet
|
/external/jpeg/ |
jcdctmgr.c | 193 sample_data += start_row; /* fold in the vertical offset once */ 283 sample_data += start_row; /* fold in the vertical offset once */
|
/external/icu4c/samples/ustring/ |
ustring.cpp | 248 /* case-fold/default */ 259 /* case-fold/Turkic */ 334 /* case-fold/default */ 342 /* case-fold/Turkic */
|
/frameworks/base/media/libstagefright/ |
HTTPStream.cpp | 159 // legitimate responses that use a single newline to "fold" headers, which is
|
/packages/apps/Email/src/com/android/exchange/utility/ |
SimpleIcsWriter.java | 43 // Fold it when necessary.
|
/packages/apps/Email/src/com/android/email/mail/transport/ |
Rfc822Output.java | 305 * Unpack, encode, and fold address(es) into a header 316 writer.append(MimeUtility.fold(Address.packedToHeader(value), name.length() + 2));
|
/external/emma/core/java12/com/vladium/emma/report/ |
ReportDataModel.java | 115 // TODO: need to fold class's name into a method name prefix for collapsing case [only when it is not the same as the file name]
|
/external/icu4c/common/ |
utrie.c | 393 * Fold the normalization data for supplementary code points into 446 * Fold significant index values into the area just after the BMP indexes. 764 /* fold and compact if necessary, also checks that indexLength is within limits */ 769 /* fold the supplementary part of the index array */ [all...] |
unormcmp.cpp | 73 * try to decompose/case-fold c1/c2, and continue if one does; 119 * If this happens, then a simple solution is to case-fold both strings up front 587 * with 0049 capital I or 0069 small i fold differently whether they
|
/external/webkit/JavaScriptCore/runtime/ |
JSGlobalObject.h | 294 // FIXME: Fold reset into init.
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/ |
SAX2RTFDTM.java | 59 * may be possible/practical to fold them back into the base
|
/external/icu4c/common/unicode/ |
ucasemap.h | 368 * Case-fold the characters in a UTF-8 string.
|
/external/kernel-headers/original/asm-x86/ |
pgtable_32.h | 7 * the i386, we use that, but "fold" the mid level into the top-level page
|
/packages/apps/Email/src/com/android/email/mail/ |
Address.java | 264 // We need space character to be able to fold line.
|
/external/webkit/WebCore/dom/ |
SelectElement.cpp | [all...] |
/external/webkit/JavaScriptCore/icu/unicode/ |
ustring.h | 605 * @param n The maximum number of characters each string to case-fold and then compare. 629 * @param length The number of characters in each string to case-fold and then compare. [all...] |
/external/webkit/JavaScriptGlue/icu/unicode/ |
ustring.h | 605 * @param n The maximum number of characters each string to case-fold and then compare. 629 * @param length The number of characters in each string to case-fold and then compare. [all...] |