Home
last modified time | relevance | path

Searched refs:SCU (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/common/
Ducnvscsu.c44 SCU=0x0F, /* Change to Unicode mode */ enumerator
372 } else if(b==SCU) { in _SCSUToUnicodeWithOffsets()
697 } else if(b==SCU) { in _SCSUToUnicode()
1163 *target++=(uint8_t)SCU; in _SCSUFromUnicodeWithOffsets()
1222 c|=SCU<<16; in _SCSUFromUnicodeWithOffsets()
1649 *target++=(uint8_t)SCU; in _SCSUFromUnicode()
1705 c|=SCU<<16; in _SCSUFromUnicode()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h483 void addArangeLabel(SymbolCU SCU) { ArangeLabels.push_back(SCU); } in addArangeLabel() argument
DDwarfDebug.cpp1539 for (const SymbolCU &SCU : ArangeLabels) { in emitDebugARanges() local
1540 if (SCU.Sym->isInSection()) { in emitDebugARanges()
1542 MCSection *Section = &SCU.Sym->getSection(); in emitDebugARanges()
1544 SectionMap[Section].push_back(SCU); in emitDebugARanges()
1549 SectionMap[nullptr].push_back(SCU); in emitDebugARanges()
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
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()