/external/icu/icu4c/source/samples/case/ |
D | ucase.c | 34 static const UChar unfold[] = {0x61, 0x42, 0x131, 0} ; in c_main() local 80 length = u_strFoldCase(buffer, sizeof(buffer)/sizeof(buffer[0]), unfold, in c_main() 81 sizeof(unfold)/sizeof(unfold[0]), U_FOLD_CASE_DEFAULT, in c_main() 87 u_fprintf(out, "u_strFoldCase(%S, U_FOLD_CASE_DEFAULT) -> %S\n", unfold, buffer); in c_main()
|
/external/icu/icu4c/source/common/ |
D | ucase.cpp | 39 const uint16_t *unfold; member 361 if(ucase_props_singleton.unfold==NULL || s==NULL) { in ucase_addStringCaseClosure() 375 const uint16_t *unfold=ucase_props_singleton.unfold; in ucase_addStringCaseClosure() local 376 unfoldRows=unfold[UCASE_UNFOLD_ROWS]; in ucase_addStringCaseClosure() 377 unfoldRowWidth=unfold[UCASE_UNFOLD_ROW_WIDTH]; in ucase_addStringCaseClosure() 378 unfoldStringWidth=unfold[UCASE_UNFOLD_STRING_WIDTH]; in ucase_addStringCaseClosure() 379 unfold+=unfoldRowWidth; in ucase_addStringCaseClosure() 391 const UChar *p=reinterpret_cast<const UChar *>(unfold+(i*unfoldRowWidth)); in ucase_addStringCaseClosure() 417 : unfold(reinterpret_cast<const UChar *>(ucase_props_singleton.unfold)), in FullCaseFoldingIterator() 418 unfoldRows(unfold[UCASE_UNFOLD_ROWS]), in FullCaseFoldingIterator() [all …]
|
D | ucase.h | 144 const UChar *unfold; variable
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | UCaseProps.java | 85 unfold=ICUBinary.getChars(bytes, count, 0); in readData() 393 c2=unfold[unfoldOffset++]; in strcmpMax() 404 if(max==0 || unfold[unfoldOffset]==0) { in strcmpMax() 425 if(unfold==null || s==null) { in addStringCaseClosure() 440 unfoldRows=unfold[UNFOLD_ROWS]; in addStringCaseClosure() 441 unfoldRowWidth=unfold[UNFOLD_ROW_WIDTH]; in addStringCaseClosure() 442 unfoldStringWidth=unfold[UNFOLD_STRING_WIDTH]; in addStringCaseClosure() 462 …for(i=unfoldStringWidth; i<unfoldRowWidth && unfold[unfoldOffset+i]!=0; i+=UTF16.getCharCount(c)) { in addStringCaseClosure() 463 c=UTF16.charAt(unfold, unfoldOffset, unfold.length, i); in addStringCaseClosure() 1536 private char unfold[]; field in UCaseProps
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UCaseProps.java | 81 unfold=ICUBinary.getChars(bytes, count, 0); in readData() 389 c2=unfold[unfoldOffset++]; in strcmpMax() 400 if(max==0 || unfold[unfoldOffset]==0) { in strcmpMax() 421 if(unfold==null || s==null) { in addStringCaseClosure() 436 unfoldRows=unfold[UNFOLD_ROWS]; in addStringCaseClosure() 437 unfoldRowWidth=unfold[UNFOLD_ROW_WIDTH]; in addStringCaseClosure() 438 unfoldStringWidth=unfold[UNFOLD_STRING_WIDTH]; in addStringCaseClosure() 458 …for(i=unfoldStringWidth; i<unfoldRowWidth && unfold[unfoldOffset+i]!=0; i+=UTF16.getCharCount(c)) { in addStringCaseClosure() 459 c=UTF16.charAt(unfold, unfoldOffset, unfold.length, i); in addStringCaseClosure() 1531 private char unfold[]; field in UCaseProps
|
/external/libnl/doc/stylesheets/ |
D | 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;
|
/external/doclava/res/assets/templates-sdk/assets/css/ |
D | default.css | 9683 …unfold-less, .dac-auto-unfold-less.dac-modal-header-close:before, .paging-links .dac-auto-unfold-l… 9688 …unfold-less, .dac-invert .dac-auto-unfold-less.dac-modal-header-close:before, .dac-invert .paging-… 9693 …unfold-more, .dac-auto-unfold-more.dac-modal-header-close:before, .paging-links .dac-auto-unfold-m… 9698 …unfold-more, .dac-invert .dac-auto-unfold-more.dac-modal-header-close:before, .dac-invert .paging-… 9870 …unfold-less-white, .dac-unfold-less-white.dac-modal-header-close:before, .paging-links .dac-unfold… 9875 …unfold-less, .dac-unfold-less.dac-modal-header-close:before, .paging-links .dac-unfold-less.prev-p… 9880 …unfold-more-white, .dac-unfold-more-white.dac-modal-header-close:before, .paging-links .dac-unfold… 9885 …unfold-more, .dac-unfold-more.dac-modal-header-close:before, .paging-links .dac-unfold-more.prev-p…
|
/external/python/cpython3/Modules/_decimal/libmpdec/literature/ |
D | mulmod-ppro.txt | 198 unfold Qdiv. 235 unfold Qdiv.
|
/external/python/dateutil/dateutil/ |
D | rrule.py | 1511 unfold=False, argument 1520 unfold = True 1529 if unfold:
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrFormats.td | 251 // Mark the instruction as "illegal to memory fold/unfold" 339 bit isMemoryFoldable = 1; // Is it allowed to memory fold/unfold this instruction?
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | flags-copy-lowering.mir | 1028 ; these automatically. If not, maybe we want to unfold SETcc instructions
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrArithmetic.td | 441 // how to unfold them.
|
/external/python/dateutil/dateutil/test/ |
D | test_rrule.py | 2802 "FREQ=YEA\n RLY;COUNT=3\n", unfold=True,
|
/external/brotli/tests/testdata/ |
D | plrabn12.txt | 3067 Which I as freely give: Hell shall unfold, 4274 And perfect while they stood? how last unfold 5177 Vanguard, to right and left the front unfold; 5631 Absolved; if unforbid thou mayest unfold 9914 How comes it thus? unfold, celestial Guide,
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
/external/icu/icu4j/main/shared/data/ |
D | Transliterator_Han_Latin_Definition.txt | 13402 展開 < to\-unfold; 30401 展開 > to\-unfold;
|
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/ |
D | en-IPA.txt | 18785 $x{unfold → ənfold ; # ənfɑld
|
D | internal_raw_IPA.txt | 170123 unfold %34522 ənfˈold
|
D | internal_raw_IPA-old.txt | 203599 unfold %25289 ənfˈold
|