/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/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));
|
/external/linux-tools-perf/util/ui/browsers/ |
hists.c | 63 static void map_symbol__set_folding(struct map_symbol *self, bool unfold) 65 self->unfolded = unfold ? self->has_children : false; 206 static int callchain_node__set_folding_rb_tree(struct callchain_node *self, bool unfold) 218 map_symbol__set_folding(&chain->ms, unfold); 223 n += callchain_node__set_folding_rb_tree(child, unfold); 229 static int callchain_node__set_folding(struct callchain_node *node, bool unfold) 237 map_symbol__set_folding(&chain->ms, unfold); 242 n += callchain_node__set_folding_rb_tree(node, unfold); 247 static int callchain__set_folding(struct rb_root *chain, bool unfold) 254 n += callchain_node__set_folding(node, unfold); [all...] |
/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 */
|
/external/chromium_org/third_party/angle/src/compiler/ |
UnfoldShortCircuit.cpp | 34 // If our right node doesn't have side effects, we know we don't need to unfold this 115 // Unfold "b ? x : y" into "type s; if(b) s = x; else s = y;"
|
/packages/apps/UnifiedEmail/src/com/android/emailcommon/internet/ |
MimeMessage.java | 258 mTo = Address.parse(MimeUtility.unfold(getFirstHeader("To"))); 263 mCc = Address.parse(MimeUtility.unfold(getFirstHeader("CC"))); 268 mBcc = Address.parse(MimeUtility.unfold(getFirstHeader("BCC"))); 327 String list = MimeUtility.unfold(getFirstHeader("From")); 329 list = MimeUtility.unfold(getFirstHeader("Sender")); 352 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/chromium_org/third_party/icu/source/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...] |
ucase.h | 359 /* constants for reverse case folding ("unfold") data */
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/ |
Field.java | 88 * Unfold the field.
|
/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/chromium_org/gpu/config/ |
gpu_driver_bug_list_json.cc | 589 "description": "Unfold short circuit on MacOSX.",
|
/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
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
BluetoothMapbMessageMmsEmail.java | 571 * 2) unfold and parse headers 580 message = message.replaceAll("\\r\\n[ \\\t]+", ""); // Unfold
|
/external/llvm/lib/CodeGen/ |
MachineLICM.cpp | 259 /// ExtractHoistableLoad - Unfold a load from the given machineinstr if 480 // operands. FIXME: Consider unfold load folding instructions. [all...] |
TwoAddressInstructionPass.cpp | [all...] |
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
swapimpl.cpp | 310 /* swap the uint16_t exceptions[] and unfold[] */
|
/external/icu4c/tools/toolutil/ |
swapimpl.cpp | 396 /* swap the uint16_t exceptions[] and unfold[] */
|
/external/flac/libFLAC/ |
bitreader.c | [all...] |
/system/media/camera/docs/ |
metadata_model.py | [all...] |
/external/llvm/lib/Transforms/Scalar/ |
JumpThreading.cpp | [all...] |
/external/chromium_org/third_party/sqlite/src/test/ |
fts1porter.test | [all...] |