Searched defs:SCU (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Ducnvscsu.c42 SCU=0x0F, /* Change to Unicode mode */ enumerator in enum:__anon11999
370 } else if(b==SCU) {
695 } else if(b==SCU) {
996 * - if unicode mode would be smaller, then override the results with it - may need SCU at the beginning
1005 * - Only replace the result after an SDX or SCU?
1161 *target++=(uint8_t)SCU;
1220 c|=SCU<<16;
1444 /* targetCapacity==0 when SCU+supplementary where SCU used up targetCapacity==1 */
1632 *target++=(uint8_t)SCU;
[all...]
/external/icu/icu4c/source/common/
H A Ducnvscsu.c42 SCU=0x0F, /* Change to Unicode mode */ enumerator in enum:__anon21787
370 } else if(b==SCU) {
695 } else if(b==SCU) {
996 * - if unicode mode would be smaller, then override the results with it - may need SCU at the beginning
1005 * - Only replace the result after an SDX or SCU?
1161 *target++=(uint8_t)SCU;
1220 c|=SCU<<16;
1444 /* targetCapacity==0 when SCU+supplementary where SCU used up targetCapacity==1 */
1632 *target++=(uint8_t)SCU;
[all...]
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h602 void addArangeLabel(SymbolCU SCU) { ArangeLabels.push_back(SCU); } argument

Completed in 227 milliseconds