/third_party/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()
|
/third_party/flutter/skia/third_party/externals/icu/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()
|
/third_party/skia/third_party/externals/icu/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()
|
/third_party/icu/tools/unicode/c/genprops/ |
D | casepropsbuilder.cpp | 300 UnicodeString unfold; member in CasePropsBuilder 329 unfold. in CasePropsBuilder() 335 U_ASSERT(unfold.length()==UGENCASE_UNFOLD_WIDTH); in CasePropsBuilder() 376 unfold.append(s); in addUnfolding() 378 unfold.append(0); in addUnfolding() 382 unfold.append(c); in addUnfolding() 384 unfold.append(0); in addUnfolding() 387 U_ASSERT((unfold.length()%UGENCASE_UNFOLD_WIDTH)==0); in addUnfolding() 634 int32_t unfoldLength=unfold.length(); in makeUnfoldData() 636 UChar *unfoldBuffer=unfold.getBuffer(-1); in makeUnfoldData() [all …]
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ucase.cpp | 39 const uint16_t *unfold; member 362 if(ucase_props_singleton.unfold==NULL || s==NULL) { in ucase_addStringCaseClosure() 376 const uint16_t *unfold=ucase_props_singleton.unfold; in ucase_addStringCaseClosure() local 377 unfoldRows=unfold[UCASE_UNFOLD_ROWS]; in ucase_addStringCaseClosure() 378 unfoldRowWidth=unfold[UCASE_UNFOLD_ROW_WIDTH]; in ucase_addStringCaseClosure() 379 unfoldStringWidth=unfold[UCASE_UNFOLD_STRING_WIDTH]; in ucase_addStringCaseClosure() 380 unfold+=unfoldRowWidth; in ucase_addStringCaseClosure() 392 const UChar *p=reinterpret_cast<const UChar *>(unfold+(i*unfoldRowWidth)); in ucase_addStringCaseClosure() 418 : unfold(reinterpret_cast<const UChar *>(ucase_props_singleton.unfold)), in FullCaseFoldingIterator() 419 unfoldRows(unfold[UCASE_UNFOLD_ROWS]), in FullCaseFoldingIterator() [all …]
|
D | ucase.h | 145 const UChar *unfold; variable
|
/third_party/flutter/skia/third_party/externals/icu/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
|
/third_party/node/deps/icu-small/source/common/ |
D | ucase.cpp | 39 const uint16_t *unfold; member 362 if(ucase_props_singleton.unfold==NULL || s==NULL) { in ucase_addStringCaseClosure() 376 const uint16_t *unfold=ucase_props_singleton.unfold; in ucase_addStringCaseClosure() local 377 unfoldRows=unfold[UCASE_UNFOLD_ROWS]; in ucase_addStringCaseClosure() 378 unfoldRowWidth=unfold[UCASE_UNFOLD_ROW_WIDTH]; in ucase_addStringCaseClosure() 379 unfoldStringWidth=unfold[UCASE_UNFOLD_STRING_WIDTH]; in ucase_addStringCaseClosure() 380 unfold+=unfoldRowWidth; in ucase_addStringCaseClosure() 392 const UChar *p=reinterpret_cast<const UChar *>(unfold+(i*unfoldRowWidth)); in ucase_addStringCaseClosure() 418 : unfold(reinterpret_cast<const UChar *>(ucase_props_singleton.unfold)), in FullCaseFoldingIterator() 419 unfoldRows(unfold[UCASE_UNFOLD_ROWS]), in FullCaseFoldingIterator() [all …]
|
D | ucase.h | 145 const UChar *unfold; variable
|
/third_party/icu/icu4c/source/common/ |
D | ucase.cpp | 39 const uint16_t *unfold; member 362 if(ucase_props_singleton.unfold==NULL || s==NULL) { in ucase_addStringCaseClosure() 376 const uint16_t *unfold=ucase_props_singleton.unfold; in ucase_addStringCaseClosure() local 377 unfoldRows=unfold[UCASE_UNFOLD_ROWS]; in ucase_addStringCaseClosure() 378 unfoldRowWidth=unfold[UCASE_UNFOLD_ROW_WIDTH]; in ucase_addStringCaseClosure() 379 unfoldStringWidth=unfold[UCASE_UNFOLD_STRING_WIDTH]; in ucase_addStringCaseClosure() 380 unfold+=unfoldRowWidth; in ucase_addStringCaseClosure() 392 const UChar *p=reinterpret_cast<const UChar *>(unfold+(i*unfoldRowWidth)); in ucase_addStringCaseClosure() 418 : unfold(reinterpret_cast<const UChar *>(ucase_props_singleton.unfold)), in FullCaseFoldingIterator() 419 unfoldRows(unfold[UCASE_UNFOLD_ROWS]), in FullCaseFoldingIterator() [all …]
|
D | ucase.h | 145 const UChar *unfold; variable
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/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
|
/third_party/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() 1551 private char unfold[]; field in UCaseProps
|
/third_party/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;
|
/third_party/gstreamer/gstreamer/tests/misc/ |
D | network-clock-utils.scm | 31 (use-modules ((srfi srfi-1) (fold unfold))) 38 (unfold zero? (lambda (n) (char->integer (read-char))) 1- n)))))
|
/third_party/mindspore/tests/ut/python/ops/ |
D | test_nn_ops.py | 437 self.unfold = nn.Unfold(ksizes=[1, 2, 2, 1], 443 return self.unfold(x) 451 self.unfold = nn.Unfold(ksizes=[1, 2, 2, 1], 457 return self.unfold(x)
|
/third_party/python/Modules/_decimal/libmpdec/literature/ |
D | mulmod-ppro.txt | 198 unfold Qdiv. 235 unfold Qdiv.
|
/third_party/flutter/skia/third_party/externals/wuffs/test/data/ |
D | midsummer.txt | 271 Helen, to you our minds we will unfold:
|
D | midsummer.txt.gz |
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrFormats.td | 253 // Mark the instruction as "illegal to memory fold/unfold" 341 bit isMemoryFoldable = 1; // Is it allowed to memory fold/unfold this instruction?
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | icons.dart | 2834 /// <i class="material-icons md-36">unfold_less</i> — material icon named "unfold less". 2837 /// <i class="material-icons md-36">unfold_more</i> — material icon named "unfold more".
|
/third_party/skia/third_party/externals/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,
|
/third_party/icu/icu4j/main/shared/data/ |
D | Transliterator_Han_Latin_Definition.txt | 13402 展開 < to\-unfold; 30401 展開 > to\-unfold;
|
/third_party/icu/icu4j/perf-tests/data/collation/ |
D | ulyss10.txt | 8058 Power could a tale unfold: father a G man. If a fellow gave them trouble 21444 could speak he could a tale unfold--one of the strangest that have ever been
|