Home
last modified time | relevance | path

Searched refs:WIDE (Results 1 – 25 of 30) sorted by relevance

12

/external/icu4c/test/intltest/
Dtsdtfmsy.cpp65 …DateFormatSymbols::DtWidthType width[] = {DateFormatSymbols::WIDE, DateFormatSymbols::ABBREVIATED,… in TestGetMonths2()
90 …DateFormatSymbols::DtWidthType width[] = {DateFormatSymbols::WIDE, DateFormatSymbols::ABBREVIATED,… in TestGetWeekdays2()
202 … UnicodeString *wideMonths = en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE); in TestSymbols()
203 fr2.setMonths(wideMonths, count, DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE); in TestSymbols()
204 if( *en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE) != in TestSymbols()
205 *fr2.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE )) { in TestSymbols()
223 … *standaloneWideMonths = en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE); in TestSymbols()
224 … fr.setMonths(standaloneWideMonths, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE); in TestSymbols()
225 if( *en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE) != in TestSymbols()
226 *fr.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE )) { in TestSymbols()
[all …]
/external/javassist/src/main/javassist/bytecode/
DBytecode.java466 addOpcode(WIDE); in addAload()
485 addOpcode(WIDE); in addAstore()
548 addOpcode(WIDE); in addIload()
567 addOpcode(WIDE); in addIstore()
598 addOpcode(WIDE); in addLload()
617 addOpcode(WIDE); in addLstore()
648 addOpcode(WIDE); in addDload()
667 addOpcode(WIDE); in addDstore()
698 addOpcode(WIDE); in addFload()
717 addOpcode(WIDE); in addFstore()
[all …]
DCodeAttribute.java521 ci.writeByte(WIDE, pos - 3); in shiftIndex()
529 else if (opcode == WIDE) { in shiftIndex()
552 ci.writeByte(WIDE, pos - 2); in shiftIndex8()
579 ci.writeByte(WIDE, pos - 1); in shiftIndex0()
DOpcode.java229 int WIDE = 196; field
DCodeAnalyzer.java248 case WIDE : in visitInst()
DInstructionPrinter.java135 case WIDE: in instructionString()
DCodeIterator.java750 else if (opcode == WIDE) in nextOpcode()
/external/icu4c/i18n/
Dudat.cpp494 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_getSymbols()
506 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_getSymbols()
518 res = syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE); in udat_getSymbols()
526 res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_getSymbols()
600 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_countSymbols()
612 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_countSymbols()
624 syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE); in udat_countSymbols()
632 syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_countSymbols()
Ddtfmtsym.cpp548 case WIDE : in getMonths()
566 case WIDE : in getMonths()
609 case WIDE : in getWeekdays()
627 case WIDE : in getWeekdays()
657 case WIDE : in getQuarters()
675 case WIDE : in getQuarters()
793 case WIDE : in setMonths()
820 case WIDE : in setMonths()
887 case WIDE : in setWeekdays()
914 case WIDE : in setWeekdays()
[all …]
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
DClassPath.java1035 final byte WIDE = 1; in loadFields()
1100 if (fieldTypes[front] == WIDE) { in loadFields()
1119 if (fieldTypes[front] != WIDE) { in loadFields()
1121 if (fieldTypes[back] == WIDE) { in loadFields()
1129 if (fieldTypes[front] != WIDE) { in loadFields()
1169 if (fieldTypes[i] == WIDE && !gotDouble) { in loadFields()
1180 if (fieldTypes[i] == WIDE) { in loadFields()
/external/ipsec-tools/src/libipsec/
DNOTICE1 Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project.
30 Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
/external/ipsec-tools/
DNOTICE1 Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
88 Copyright (C) 2000 WIDE Project.
145 Copyright (C) 2000, 2001 WIDE Project.
204 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 and 2003 WIDE Project.
328 Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project.
357 Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
/external/icu4c/i18n/unicode/
Ddtfmtsym.h284 WIDE, enumerator
/external/ipsec-tools/src/racoon/
DNOTICE1 Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
88 Copyright (C) 2000 WIDE Project.
145 Copyright (C) 2000, 2001 WIDE Project.
204 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 and 2003 WIDE Project.
/external/ping6/
DNOTICE1 Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
/external/javassist/src/main/javassist/bytecode/stackmap/
DLiveness.java252 else if (op == Opcode.WIDE) in analyze()
DBasicBlock.java275 else if (op == Opcode.WIDE && ci.byteAt(index + 1) == Opcode.RET)
DTracer.java667 case Opcode.WIDE : in doOpcode148_201()
/external/javassist/src/main/javassist/bytecode/analysis/
DExecutor.java608 case WIDE: in execute()
/external/javassist/src/main/javassist/compiler/
DCodeGen.java1742 bytecode.addOpcode(WIDE); in atPlusPlus()
/external/harfbuzz/contrib/tables/
DDerivedCombiningClass.txt777 2794 ; 0 # So HEAVY WIDE-HEADED RIGHTWARDS ARROW
1035 FB1F..FB28 ; 0 # Lo [10] HEBREW LIGATURE YIDDISH YOD YOD PATAH..HEBREW LETTER WIDE TAV
1828 20E9 ; 230 # Mn COMBINING WIDE BRIDGE ABOVE
DScripts.txt250 2794 ; Common # So HEAVY WIDE-HEADED RIGHTWARDS ARROW
706 FB1F..FB28 ; Hebrew # Lo [10] HEBREW LIGATURE YIDDISH YOD YOD PATAH..HEBREW LETTER WIDE TAV
/external/tcpdump/
Daclocal.m4891 dnl Copyright (c) 1999 WIDE Project. All rights reserved.
/external/icu4c/data/unidata/norm2/
Duts46.txt2635 # 2776..2794 valid # 1.1 DINGBAT NEGATIVE CIRCLED DIGIT ONE..HEAVY WIDE-HEADE…
4568 FB21 >05D0 # 1.1 HEBREW LETTER WIDE ALEF
4569 FB22 >05D3 # 1.1 HEBREW LETTER WIDE DALET
4570 FB23 >05D4 # 1.1 HEBREW LETTER WIDE HE
4571 FB24 >05DB # 1.1 HEBREW LETTER WIDE KAF
4572 FB25 >05DC # 1.1 HEBREW LETTER WIDE LAMED
4573 FB26 >05DD # 1.1 HEBREW LETTER WIDE FINAL MEM
4574 FB27 >05E8 # 1.1 HEBREW LETTER WIDE RESH
4575 FB28 >05EA # 1.1 HEBREW LETTER WIDE TAV
/external/icu4c/test/testdata/
Dconfusables.txt2291 FB21 ; 05D0 ; SL # ( ‎ﬡ‎ → ‎א‎ ) HEBREW LETTER WIDE ALEF → HEBREW LETTER ALEF #
2303 FB22 ; 05D3 ; SL # ( ‎ﬢ‎ → ‎ד‎ ) HEBREW LETTER WIDE DALET → HEBREW LETTER DALET #
2305 FB23 ; 05D4 ; SL # ( ‎ﬣ‎ → ‎ה‎ ) HEBREW LETTER WIDE HE → HEBREW LETTER HE #
2311 FB24 ; 05DB ; SL # ( ‎ﬤ‎ → ‎כ‎ ) HEBREW LETTER WIDE KAF → HEBREW LETTER KAF #
2313 FB25 ; 05DC ; SL # ( ‎ﬥ‎ → ‎ל‎ ) HEBREW LETTER WIDE LAMED → HEBREW LETTER LAMED #
2315 FB26 ; 05DD ; SL # ( ‎ﬦ‎ → ‎ם‎ ) HEBREW LETTER WIDE FINAL MEM → HEBREW LETTER FINAL MEM #
2319 FB27 ; 05E8 ; SL # ( ‎ﬧ‎ → ‎ר‎ ) HEBREW LETTER WIDE RESH → HEBREW LETTER RESH #
2326 FB28 ; 05EA ; SL # ( ‎ﬨ‎ → ‎ת‎ ) HEBREW LETTER WIDE TAV → HEBREW LETTER TAV #
10717 FB21 ; 05D0 ; SA # ( ‎ﬡ‎ → ‎א‎ ) HEBREW LETTER WIDE ALEF → HEBREW LETTER ALEF #
10729 FB22 ; 05D3 ; SA # ( ‎ﬢ‎ → ‎ד‎ ) HEBREW LETTER WIDE DALET → HEBREW LETTER DALET #
[all …]

12