Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ducnvscsu.c42 SCU=0x0F, /* Change to Unicode mode */ enumerator
370 } else if(b==SCU) { in _SCSUToUnicodeWithOffsets()
695 } else if(b==SCU) { in _SCSUToUnicode()
1161 *target++=(uint8_t)SCU; in _SCSUFromUnicodeWithOffsets()
1220 c|=SCU<<16; in _SCSUFromUnicodeWithOffsets()
1632 *target++=(uint8_t)SCU; in _SCSUFromUnicode()
1688 c|=SCU<<16; in _SCSUFromUnicode()
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetSCSU.java34 private static final short SCU=0x0F; /* Change to Unicode mode */ field in CharsetSCSU
393 }else if(b==SCU){ in singleByteMode()
867 target.put((byte)SCU); in loop()
935 c|=SCU<<16; in loop()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h525 void addArangeLabel(SymbolCU SCU) { ArangeLabels.push_back(SCU); } in addArangeLabel() argument
DDwarfDebug.cpp1623 for (const SymbolCU &SCU : ArangeLabels) { in emitDebugARanges() local
1624 if (SCU.Sym->isInSection()) { in emitDebugARanges()
1626 const MCSection *Section = &SCU.Sym->getSection(); in emitDebugARanges()
1628 SectionMap[Section].push_back(SCU); in emitDebugARanges()
1633 SectionMap[nullptr].push_back(SCU); in emitDebugARanges()