Home
last modified time | relevance | path

Searched refs:LVT (Results 1 – 25 of 33) sorted by relevance

12

/external/icu/icu4c/source/test/testdata/
DGraphemeBreakTest.txt43 ÷ 0020 ÷ AC01 ÷ # ÷ [0.2] SPACE (Other) ÷ [999.0] HANGUL SYLLABLE GAG (LVT) ÷ [0.3]
44 …0.2] SPACE (Other) × [9.0] COMBINING DIAERESIS (Extend) ÷ [999.0] HANGUL SYLLABLE GAG (LVT) ÷ [0.3]
71 ÷ 000D ÷ AC01 ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] HANGUL SYLLABLE GAG (LVT) ÷ [0.3]
72 … RETURN (CR)> (CR) ÷ [4.0] COMBINING DIAERESIS (Extend) ÷ [999.0] HANGUL SYLLABLE GAG (LVT) ÷ [0.3]
99 ÷ 000A ÷ AC01 ÷ # ÷ [0.2] <LINE FEED (LF)> (LF) ÷ [4.0] HANGUL SYLLABLE GAG (LVT) ÷ [0.3]
100 …NE FEED (LF)> (LF) ÷ [4.0] COMBINING DIAERESIS (Extend) ÷ [999.0] HANGUL SYLLABLE GAG (LVT) ÷ [0.3]
127 ÷ 0001 ÷ AC01 ÷ # ÷ [0.2] <START OF HEADING> (Control) ÷ [4.0] HANGUL SYLLABLE GAG (LVT) ÷ [0.3]
128 …HEADING> (Control) ÷ [4.0] COMBINING DIAERESIS (Extend) ÷ [999.0] HANGUL SYLLABLE GAG (LVT) ÷ [0.3]
155 ÷ 0300 ÷ AC01 ÷ # ÷ [0.2] COMBINING GRAVE ACCENT (Extend) ÷ [999.0] HANGUL SYLLABLE GAG (LVT) ÷ [0…
156 …VE ACCENT (Extend) × [9.0] COMBINING DIAERESIS (Extend) ÷ [999.0] HANGUL SYLLABLE GAG (LVT) ÷ [0.3]
[all …]
Dcollationtest.txt1006 &\uAC01<<*\u4E00-\u4EFF # first Hangul LVT syllable & lots of secondary diffs
1013 <3 LVT
1017 <2 LVT\u0308
Drbbitst.txt89 # LVT : \uAC01
91 <data>•\u1100\u1161\u11a8•\u1100\u1161\u11a8•</data> #LVT
/external/icu/icu4c/source/data/brkitr/
Dchar.txt31 $LVT = [\p{Grapheme_Cluster_Break = LVT}];
41 $L ($L | $V | $LV | $LVT);
43 ($LVT | $T) $T;
57 ($L | $V | $LV | $LVT) $L;
59 $T ($LVT | $T);
/external/pcre/dist/testdata/
Dtestoutput101968 \x{1111}\x{ad89}L, LVT
1970 0+ L, LVT
1980 \x{1111}\x{ad89}\x{11fe}L, LVT, T
1982 0+ L, LVT, T
1983 \x{1111}\x{ad89}\x{11fe}\x{11fe}L, LVT, T, T
1985 0+ L, LVT, T, T
1986 \x{ad89}\x{11fe}\x{11fe}LVT, T, T
1988 0+ LVT, T, T
2001 \x{ae4c}\x{ad89}LV, LVT
2003 0+ \x{ad89}LV, LVT
[all …]
Dtestinput101052 \x{1111}\x{ad89}L, LVT
1056 \x{1111}\x{ad89}\x{11fe}L, LVT, T
1057 \x{1111}\x{ad89}\x{11fe}\x{11fe}L, LVT, T, T
1058 \x{ad89}\x{11fe}\x{11fe}LVT, T, T
1063 \x{ae4c}\x{ad89}LV, LVT
1066 \x{1169}\x{ad89}V, LVT
1067 \x{ad89}\x{1111}LVT, L
1068 \x{ad89}\x{1169}LVT, V
1069 \x{ad89}\x{ae4c}LVT, LV
1070 \x{ad89}\x{ad89}LVT, LVT
[all …]
Dtestoutput61412 \x{1111}\x{ad89}L, LVT
1414 0+ L, LVT
1424 \x{1111}\x{ad89}\x{11fe}L, LVT, T
1426 0+ L, LVT, T
1427 \x{1111}\x{ad89}\x{11fe}\x{11fe}L, LVT, T, T
1429 0+ L, LVT, T, T
1430 \x{ad89}\x{11fe}\x{11fe}LVT, T, T
1432 0+ LVT, T, T
1445 \x{ae4c}\x{ad89}LV, LVT
1447 0+ \x{ad89}LV, LVT
[all …]
Dtestinput6833 \x{1111}\x{ad89}L, LVT
837 \x{1111}\x{ad89}\x{11fe}L, LVT, T
838 \x{1111}\x{ad89}\x{11fe}\x{11fe}L, LVT, T, T
839 \x{ad89}\x{11fe}\x{11fe}LVT, T, T
844 \x{ae4c}\x{ad89}LV, LVT
847 \x{1169}\x{ad89}V, LVT
848 \x{ad89}\x{1111}LVT, L
849 \x{ad89}\x{1169}LVT, V
850 \x{ad89}\x{ae4c}LVT, LV
851 \x{ad89}\x{ad89}LVT, LVT
[all …]
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp238 EVT LVT = LHS.getValueType(); in SoftenFloatRes_FCOPYSIGN() local
241 unsigned LSize = LVT.getSizeInBits(); in SoftenFloatRes_FCOPYSIGN()
252 int SizeDiff = RVT.getSizeInBits() - LVT.getSizeInBits(); in SoftenFloatRes_FCOPYSIGN()
259 SignBit = DAG.getNode(ISD::TRUNCATE, dl, LVT, SignBit); in SoftenFloatRes_FCOPYSIGN()
261 SignBit = DAG.getNode(ISD::ANY_EXTEND, dl, LVT, SignBit); in SoftenFloatRes_FCOPYSIGN()
263 DAG.getNode(ISD::SHL, dl, LVT, SignBit, in SoftenFloatRes_FCOPYSIGN()
271 ISD::SHL, dl, LVT, DAG.getConstant(1, dl, LVT), in SoftenFloatRes_FCOPYSIGN()
273 TLI.getShiftAmountTy(LVT, DAG.getDataLayout()))); in SoftenFloatRes_FCOPYSIGN()
274 Mask = DAG.getNode(ISD::SUB, dl, LVT, Mask, DAG.getConstant(1, dl, LVT)); in SoftenFloatRes_FCOPYSIGN()
275 LHS = DAG.getNode(ISD::AND, dl, LVT, LHS, Mask); in SoftenFloatRes_FCOPYSIGN()
[all …]
DLegalizeTypes.cpp1046 EVT LVT = Lo.getValueType(); in JoinIntegers() local
1049 LVT.getSizeInBits() + HVT.getSizeInBits()); in JoinIntegers()
1054 DAG.getConstant(LVT.getSizeInBits(), dlHi, in JoinIntegers()
DSelectionDAG.cpp4192 MVT LVT = MVT::i64; in FindOptimalMemOpLowering() local
4193 while (!TLI.isTypeLegal(LVT)) in FindOptimalMemOpLowering()
4194 LVT = (MVT::SimpleValueType)(LVT.SimpleTy - 1); in FindOptimalMemOpLowering()
4195 assert(LVT.isInteger()); in FindOptimalMemOpLowering()
4197 if (VT.bitsGT(LVT)) in FindOptimalMemOpLowering()
4198 VT = LVT; in FindOptimalMemOpLowering()
DDAGCombiner.cpp12239 EVT LVT = ExtVT; in visitEXTRACT_VECTOR_ELT() local
12243 if (NVT.bitsLT(LVT) && !TLI.isTruncateFree(LVT, NVT)) in visitEXTRACT_VECTOR_ELT()
12333 return DAG.getUNDEF(LVT); in visitEXTRACT_VECTOR_ELT()
/external/icu/icu4c/source/data/unidata/
Dppucd.txt545 value;GCB;LVT;LVT
592 value;hst;LVT;LVT_Syllable
17969 cp;AC01..AC1B;GCB=LVT;lb=H3
17970 cp;AC1D..AC37;GCB=LVT;lb=H3
17971 cp;AC39..AC53;GCB=LVT;lb=H3
17972 cp;AC55..AC6F;GCB=LVT;lb=H3
17973 cp;AC71..AC8B;GCB=LVT;lb=H3
17974 cp;AC8D..ACA7;GCB=LVT;lb=H3
17975 cp;ACA9..ACC3;GCB=LVT;lb=H3
17976 cp;ACC5..ACDF;GCB=LVT;lb=H3
[all …]
/external/selinux/policycoreutils/audit2allow/
Dtest.log34 node=lilly.example.com type=AVC_PATH msg=audit(1164783469.561:109): path="/linuxtest/LVT/lvt/log.c…
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/
Dcollationtest.txt1006 &\uAC01<<*\u4E00-\u4EFF # first Hangul LVT syllable & lots of secondary diffs
1013 <3 LVT
1017 <2 LVT\u0308
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/data/
Dcollationtest.txt1006 &\uAC01<<*\u4E00-\u4EFF # first Hangul LVT syllable & lots of secondary diffs
1013 <3 LVT
1017 <2 LVT\u0308
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
Drbbitst.txt72 # LVT : \uAC01
74 <data>•\u1100\u1161\u11a8•\u1100\u1161\u11a8•</data> #LVT
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
Drbbitst.txt72 # LVT : \uAC01
74 <data>•\u1100\u1161\u11a8•\u1100\u1161\u11a8•</data> #LVT
/external/icu/android_icu4j/src/main/java/android/icu/lang/
DUCharacter.java2535 public static final int LVT = 7; field
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUCharacter.java2995 public static final int LVT = 7; field
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUCharacterTest.java2079 { 0xb2c9, UProperty.GRAPHEME_CLUSTER_BREAK, UCharacter.GraphemeClusterBreak.LVT }, in TestAdditionalProperties()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUCharacterTest.java2075 { 0xb2c9, UProperty.GRAPHEME_CLUSTER_BREAK, UCharacter.GraphemeClusterBreak.LVT }, in TestAdditionalProperties()
/external/pcre/dist/doc/
Dpcre.txt5494 characters are of five types: L, V, T, LV, and LVT. An L character may
5495 be followed by an L, V, LV, or LVT character; an LV or V character may
5496 be followed by a V or T character; an LVT or T character may be follwed
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/icu/icu4j/tools/build/
Dicu4j48.api3.gz12;ICU4J 4.8;; 2ST@3.6;PB;NS;NF;NS; ...

12