Home
last modified time | relevance | path

Searched refs:SCU (Results 1 - 7 of 7) sorted by relevance

/third_party/icu/icu4c/source/common/
H A Ducnvscsu.cpp44 SCU=0x0F, /* Change to Unicode mode */ enumerator
372 } else if(b==SCU) { in _SCSUToUnicodeWithOffsets()
697 } else if(b==SCU) { in _SCSUToUnicode()
998 * - if unicode mode would be smaller, then override the results with it - may need SCU at the beginning
1007 * - Only replace the result after an SDX or SCU?
1163 *target++=(uint8_t)SCU; in _SCSUFromUnicodeWithOffsets()
1222 c|=SCU<<16; in _SCSUFromUnicodeWithOffsets()
1454 /* targetCapacity==0 when SCU+supplementary where SCU used up targetCapacity==1 */ in _SCSUFromUnicodeWithOffsets()
1649 *target++=(uint8_t)SCU; in _SCSUFromUnicode()
[all...]
/third_party/node/deps/icu-small/source/common/
H A Ducnvscsu.cpp44 SCU=0x0F, /* Change to Unicode mode */ enumerator
372 } else if(b==SCU) { in _SCSUToUnicodeWithOffsets()
697 } else if(b==SCU) { in _SCSUToUnicode()
998 * - if unicode mode would be smaller, then override the results with it - may need SCU at the beginning
1007 * - Only replace the result after an SDX or SCU?
1163 *target++=(uint8_t)SCU; in _SCSUFromUnicodeWithOffsets()
1222 c|=SCU<<16; in _SCSUFromUnicodeWithOffsets()
1454 /* targetCapacity==0 when SCU+supplementary where SCU used up targetCapacity==1 */ in _SCSUFromUnicodeWithOffsets()
1649 *target++=(uint8_t)SCU; in _SCSUFromUnicode()
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnvscsu.cpp44 SCU=0x0F, /* Change to Unicode mode */ enumerator
372 } else if(b==SCU) { in _SCSUToUnicodeWithOffsets()
697 } else if(b==SCU) { in _SCSUToUnicode()
998 * - if unicode mode would be smaller, then override the results with it - may need SCU at the beginning
1007 * - Only replace the result after an SDX or SCU?
1163 *target++=(uint8_t)SCU; in _SCSUFromUnicodeWithOffsets()
1222 c|=SCU<<16; in _SCSUFromUnicodeWithOffsets()
1454 /* targetCapacity==0 when SCU+supplementary where SCU used up targetCapacity==1 */ in _SCSUFromUnicodeWithOffsets()
1649 *target++=(uint8_t)SCU; in _SCSUFromUnicode()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h648 void addArangeLabel(SymbolCU SCU) { ArangeLabels.push_back(SCU); } in addArangeLabel() argument
H A DDwarfDebug.cpp2555 for (const SymbolCU &SCU : ArangeLabels) {
2556 if (SCU.Sym->isInSection()) {
2558 MCSection *Section = &SCU.Sym->getSection();
2560 SectionMap[Section].push_back(SCU);
2565 SectionMap[nullptr].push_back(SCU);
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetSCSU.java36 private static final short SCU=0x0F; /* Change to Unicode mode */ field in CharsetSCSU
395 }else if(b==SCU){ in singleByteMode()
871 target.put((byte)SCU); in loop()
939 c|=SCU<<16; in loop()
1207 /* targetCapacity==0 when SCU+supplementary where SCU used up targetCapacity==1 */ in outputBytes()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-charset-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/ibm/ com/ibm/icu/ ...

Completed in 14 milliseconds