Home
last modified time | relevance | path

Searched refs:SIMPLE (Results 1 – 25 of 50) sorted by relevance

12

/external/icu/android_icu4j/src/main/java/android/icu/text/
DUnicodeSetSpanner.java119 return countIn(sequence, CountMethod.MIN_ELEMENTS, SpanCondition.SIMPLE); in countIn()
132 return countIn(sequence, countMethod, SpanCondition.SIMPLE); in countIn()
151 SpanCondition skipSpan = spanCondition == SpanCondition.NOT_CONTAINED ? SpanCondition.SIMPLE in countIn()
182 return replaceFrom(sequence, "", CountMethod.WHOLE_SPAN, SpanCondition.SIMPLE); in deleteFrom()
209 return replaceFrom(sequence, replacement, CountMethod.MIN_ELEMENTS, SpanCondition.SIMPLE); in replaceFrom()
225 return replaceFrom(sequence, replacement, countMethod, SpanCondition.SIMPLE); in replaceFrom()
244 SpanCondition copySpan = spanCondition == SpanCondition.NOT_CONTAINED ? SpanCondition.SIMPLE in replaceFrom()
315 return trim(sequence, TrimOption.BOTH, SpanCondition.SIMPLE); in trim()
337 return trim(sequence, trimOption, SpanCondition.SIMPLE); in trim()
DFilteredNormalizer2.java51 normalize(src, dest, UnicodeSet.SpanCondition.SIMPLE); in normalize()
62 return normalize(src, dest, UnicodeSet.SpanCondition.SIMPLE); in normalize()
118 UnicodeSet.SpanCondition spanCondition=UnicodeSet.SpanCondition.SIMPLE; in isNormalized()
122 spanCondition=UnicodeSet.SpanCondition.SIMPLE; in isNormalized()
140 UnicodeSet.SpanCondition spanCondition=UnicodeSet.SpanCondition.SIMPLE; in quickCheck()
144 spanCondition=UnicodeSet.SpanCondition.SIMPLE; in quickCheck()
164 UnicodeSet.SpanCondition spanCondition=UnicodeSet.SpanCondition.SIMPLE; in spanQuickCheckYes()
168 spanCondition=UnicodeSet.SpanCondition.SIMPLE; in spanQuickCheckYes()
226 spanCondition=UnicodeSet.SpanCondition.SIMPLE; in normalize()
256 int prefixLimit=set.span(second, 0, UnicodeSet.SpanCondition.SIMPLE); in normalizeSecondAndAppend()
[all …]
DMessagePattern.java757 SIMPLE, enumConstant
1008 argType=ArgType.SIMPLE; in parseArg()
1025 if(argType==ArgType.SIMPLE) { in parseArg()
1030 if(argType!=ArgType.SIMPLE) { in parseArg()
1036 if(argType==ArgType.SIMPLE) { in parseArg()
DMessagePatternUtil.java246 if (argType == MessagePattern.ArgType.SIMPLE) { in toString()
464 case SIMPLE: in buildArgNode()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSetSpanner.java136 return countIn(sequence, CountMethod.MIN_ELEMENTS, SpanCondition.SIMPLE); in countIn()
151 return countIn(sequence, countMethod, SpanCondition.SIMPLE); in countIn()
172 SpanCondition skipSpan = spanCondition == SpanCondition.NOT_CONTAINED ? SpanCondition.SIMPLE in countIn()
205 return replaceFrom(sequence, "", CountMethod.WHOLE_SPAN, SpanCondition.SIMPLE); in deleteFrom()
236 return replaceFrom(sequence, replacement, CountMethod.MIN_ELEMENTS, SpanCondition.SIMPLE); in replaceFrom()
254 return replaceFrom(sequence, replacement, countMethod, SpanCondition.SIMPLE); in replaceFrom()
275 SpanCondition copySpan = spanCondition == SpanCondition.NOT_CONTAINED ? SpanCondition.SIMPLE in replaceFrom()
356 return trim(sequence, TrimOption.BOTH, SpanCondition.SIMPLE); in trim()
380 return trim(sequence, trimOption, SpanCondition.SIMPLE); in trim()
DFilteredNormalizer2.java52 normalize(src, dest, UnicodeSet.SpanCondition.SIMPLE); in normalize()
64 return normalize(src, dest, UnicodeSet.SpanCondition.SIMPLE); in normalize()
127 UnicodeSet.SpanCondition spanCondition=UnicodeSet.SpanCondition.SIMPLE; in isNormalized()
131 spanCondition=UnicodeSet.SpanCondition.SIMPLE; in isNormalized()
150 UnicodeSet.SpanCondition spanCondition=UnicodeSet.SpanCondition.SIMPLE; in quickCheck()
154 spanCondition=UnicodeSet.SpanCondition.SIMPLE; in quickCheck()
175 UnicodeSet.SpanCondition spanCondition=UnicodeSet.SpanCondition.SIMPLE; in spanQuickCheckYes()
179 spanCondition=UnicodeSet.SpanCondition.SIMPLE; in spanQuickCheckYes()
240 spanCondition=UnicodeSet.SpanCondition.SIMPLE; in normalize()
270 int prefixLimit=set.span(second, 0, UnicodeSet.SpanCondition.SIMPLE); in normalizeSecondAndAppend()
[all …]
DMessagePattern.java819 SIMPLE, enumConstant
1079 argType=ArgType.SIMPLE; in parseArg()
1096 if(argType==ArgType.SIMPLE) { in parseArg()
1101 if(argType!=ArgType.SIMPLE) { in parseArg()
1107 if(argType==ArgType.SIMPLE) { in parseArg()
DMessagePatternUtil.java269 if (argType == MessagePattern.ArgType.SIMPLE) { in toString()
500 case SIMPLE: in buildArgNode()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUnicodeSetStringSpanTest.java35 int pos = set.spanBack(string, 3, SpanCondition.SIMPLE); in TestSimpleStringSpan()
40 pos = set.span(string, SpanCondition.SIMPLE); in TestSimpleStringSpan()
45 pos = set.span(string, 1, SpanCondition.SIMPLE); in TestSimpleStringSpan()
61 int length = containsSpanBackUTF16(set, string, 3, SpanCondition.SIMPLE); in TestSimpleStringSpanSlow()
66 length = containsSpanUTF16(set, string, SpanCondition.SIMPLE); in TestSimpleStringSpanSlow()
71 length = containsSpanUTF16(set, string.substring(1), SpanCondition.SIMPLE); in TestSimpleStringSpanSlow()
112 || set.span(s16.substring(0, 12), SpanCondition.SIMPLE) != 6 in TestSimpleStringSpanAndFreeze()
113 || set.span(s16.substring(7), SpanCondition.SIMPLE) != 5) { in TestSimpleStringSpanAndFreeze()
118 || set.span(s16.substring(0, 12), SpanCondition.SIMPLE) != 6 in TestSimpleStringSpanAndFreeze()
119 || set.span(s16.substring(7), SpanCondition.SIMPLE) != 5) { in TestSimpleStringSpanAndFreeze()
[all …]
DUnicodeSetTest.java2510 … checkCodePoints("x\u0308", "z\u0308", CountMethod.MIN_ELEMENTS, SpanCondition.SIMPLE, null, 1); in TestCodePoints()
2511 checkCodePoints("��", "��", CountMethod.MIN_ELEMENTS, SpanCondition.SIMPLE, null, 1); in TestCodePoints()
2512 checkCodePoints("��", "��", CountMethod.MIN_ELEMENTS, SpanCondition.SIMPLE, null, 1); in TestCodePoints()
2534 checkCountIn(m, CountMethod.MIN_ELEMENTS, SpanCondition.SIMPLE, "abc", 2); in TestCountIn()
2535 checkCountIn(m, CountMethod.WHOLE_SPAN, SpanCondition.SIMPLE, "abc", 1); in TestCountIn()
2545 return spanCondition != SpanCondition.SIMPLE ? m.countIn(ab, countMethod, spanCondition) in callCountIn()
2566 int problemFound = checkSpan(longString, us, SpanCondition.SIMPLE); in testForSpanGaps()
2666 …equence span", 3, new UnicodeSet("[a-cA]"). span(new StringBuilder("abc"), SpanCondition.SIMPLE) ); in TestCharSequenceArgs()
2667 …ence span", 3, new UnicodeSet("[a-cA]"). span(new StringBuilder("abc"), 1, SpanCondition.SIMPLE) ); in TestCharSequenceArgs()
2668 …spanBack", 0, new UnicodeSet("[a-cA]"). spanBack(new StringBuilder("abc"), SpanCondition.SIMPLE) ); in TestCharSequenceArgs()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUnicodeSetStringSpanTest.java34 int pos = set.spanBack(string, 3, SpanCondition.SIMPLE); in TestSimpleStringSpan()
39 pos = set.span(string, SpanCondition.SIMPLE); in TestSimpleStringSpan()
44 pos = set.span(string, 1, SpanCondition.SIMPLE); in TestSimpleStringSpan()
60 int length = containsSpanBackUTF16(set, string, 3, SpanCondition.SIMPLE); in TestSimpleStringSpanSlow()
65 length = containsSpanUTF16(set, string, SpanCondition.SIMPLE); in TestSimpleStringSpanSlow()
70 length = containsSpanUTF16(set, string.substring(1), SpanCondition.SIMPLE); in TestSimpleStringSpanSlow()
111 || set.span(s16.substring(0, 12), SpanCondition.SIMPLE) != 6 in TestSimpleStringSpanAndFreeze()
112 || set.span(s16.substring(7), SpanCondition.SIMPLE) != 5) { in TestSimpleStringSpanAndFreeze()
117 || set.span(s16.substring(0, 12), SpanCondition.SIMPLE) != 6 in TestSimpleStringSpanAndFreeze()
118 || set.span(s16.substring(7), SpanCondition.SIMPLE) != 5) { in TestSimpleStringSpanAndFreeze()
[all …]
DUnicodeSetTest.java2509 … checkCodePoints("x\u0308", "z\u0308", CountMethod.MIN_ELEMENTS, SpanCondition.SIMPLE, null, 1); in TestCodePoints()
2510 checkCodePoints("��", "��", CountMethod.MIN_ELEMENTS, SpanCondition.SIMPLE, null, 1); in TestCodePoints()
2511 checkCodePoints("��", "��", CountMethod.MIN_ELEMENTS, SpanCondition.SIMPLE, null, 1); in TestCodePoints()
2533 checkCountIn(m, CountMethod.MIN_ELEMENTS, SpanCondition.SIMPLE, "abc", 2); in TestCountIn()
2534 checkCountIn(m, CountMethod.WHOLE_SPAN, SpanCondition.SIMPLE, "abc", 1); in TestCountIn()
2544 return spanCondition != SpanCondition.SIMPLE ? m.countIn(ab, countMethod, spanCondition) in callCountIn()
2565 int problemFound = checkSpan(longString, us, SpanCondition.SIMPLE); in testForSpanGaps()
2665 …equence span", 3, new UnicodeSet("[a-cA]"). span(new StringBuilder("abc"), SpanCondition.SIMPLE) ); in TestCharSequenceArgs()
2666 …ence span", 3, new UnicodeSet("[a-cA]"). span(new StringBuilder("abc"), 1, SpanCondition.SIMPLE) ); in TestCharSequenceArgs()
2667 …spanBack", 0, new UnicodeSet("[a-cA]"). spanBack(new StringBuilder("abc"), SpanCondition.SIMPLE) ); in TestCharSequenceArgs()
[all …]
/external/r8/src/main/java/com/android/tools/r8/ir/optimize/
DInliningOracle.java102 return Reason.SIMPLE; in computeInliningReason()
156 if (!target.isInliningCandidate(method, reason != Reason.SIMPLE)) { in computeForInvokeWithReceiver()
229 if (!candidate.isInliningCandidate(method, reason != Reason.SIMPLE)) { in computeForInvokeStatic()
270 return new InlineAction(candidate, invoke, Reason.SIMPLE); in computeForInvokeSuper()
DInliner.java156 SIMPLE, // Inlinee has simple code suitable for inlining. enumConstant
172 return reason != Reason.SIMPLE; in forceInline()
/external/guava/guava-tests/benchmark/com/google/common/math/
DStatsBenchmark.java35 SIMPLE { enumConstant
95 SIMPLE { enumConstant
/external/messageformat/java/com/ibm/icu/text/
DMessagePattern.java816 SIMPLE, enumConstant
1073 argType=ArgType.SIMPLE; in parseArg()
1090 if(argType==ArgType.SIMPLE) { in parseArg()
1095 if(argType!=ArgType.SIMPLE) { in parseArg()
1101 if(argType==ArgType.SIMPLE) { in parseArg()
/external/valgrind/memcheck/tests/
Derr_disable1.stderr.exp2 --------- SIMPLE TEST ---------
/external/libxml2/test/valid/dtds/
Dxhtml1.dcl163 SIMPLE NO
/external/icu/icu4j/samples/src/com/ibm/icu/samples/text/messagepattern/
DMessagePatternUtilDemo.java54 if (argType == MessagePattern.ArgType.SIMPLE) { in printArg()
164 case SIMPLE: in genCode()
/external/ImageMagick/PerlMagick/t/
Dinput.fits1 SIMPLE = T BITPIX = …
/external/icu/icu4c/source/i18n/
Dtransreg.h117 enum { SIMPLE, COMPOUND, RULES } type; enumerator
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DMessagePatternUtilTest.java148 argType = MessagePattern.ArgType.SIMPLE; in ExpectArgNode()
172 … if (argType == MessagePattern.ArgType.NONE || argType == MessagePattern.ArgType.SIMPLE) { in matches()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DMessagePatternUtilTest.java149 argType = MessagePattern.ArgType.SIMPLE; in ExpectArgNode()
173 … if (argType == MessagePattern.ArgType.NONE || argType == MessagePattern.ArgType.SIMPLE) { in matches()
/external/iproute2/examples/
DREADME.cbq18 # First of all - this is just a SIMPLE EXAMPLE of CBQ power.
/external/ImageMagick/PerlMagick/t/reference/write/read/
Dinput_fits.miff14 SIMPLE={T}

12