Searched defs:ORIGIN (Results 1 – 3 of 3) sorted by relevance
49 final String ORIGIN = "A"; in testCompactStringBuilderForLatinA() local100 final String ORIGIN = "\uFF21"; in testCompactStringBuilderForNonLatinA() local138 final String ORIGIN = "\uFF21A"; in testCompactStringBuilderForMixedA1() local167 final String ORIGIN = "A\uFF21"; in testCompactStringBuilderForMixedA2() local180 final String ORIGIN = "\uFF21A\uFF21A\uFF21A\uFF21A\uFF21A"; in testCompactStringBuilderForDuplicatedMixedA1() local196 final String ORIGIN = "A\uFF21A\uFF21A\uFF21A\uFF21A\uFF21"; in testCompactStringBuilderForDuplicatedMixedA2() local211 final String ORIGIN = "\uD801\uDC00\uD801\uDC01"; in testCompactStringForSupplementaryCodePoint() local268 final String ORIGIN = "A\uD801\uDC00\uFF21"; in testCompactStringForSupplementaryCodePointMixed1() local299 final String ORIGIN = "\uD801\uDC00\uFF21A"; in testCompactStringForSupplementaryCodePointMixed2() local328 final String ORIGIN = "\uD801A\uDC00\uFF21"; in testCompactStringForSupplementaryCodePointMixed3() local[all …]
49 final String ORIGIN = "A"; in testCompactStringBufferForLatinA() local100 final String ORIGIN = "\uFF21"; in testCompactStringBufferForNonLatinA() local138 final String ORIGIN = "\uFF21A"; in testCompactStringBufferForMixedA1() local166 final String ORIGIN = "A\uFF21"; in testCompactStringBufferForMixedA2() local179 final String ORIGIN = "\uFF21A\uFF21A\uFF21A\uFF21A\uFF21A"; in testCompactStringBufferForDuplicatedMixedA1() local195 final String ORIGIN = "A\uFF21A\uFF21A\uFF21A\uFF21A\uFF21"; in testCompactStringBufferForDuplicatedMixedA2() local210 final String ORIGIN = "\uD801\uDC00\uD801\uDC01"; in testCompactStringForSupplementaryCodePoint() local267 final String ORIGIN = "A\uD801\uDC00\uFF21"; in testCompactStringForSupplementaryCodePointMixed1() local297 final String ORIGIN = "\uD801\uDC00\uFF21A"; in testCompactStringForSupplementaryCodePointMixed2() local326 final String ORIGIN = "\uD801A\uDC00\uFF21"; in testCompactStringForSupplementaryCodePointMixed3() local[all …]
339 private static final long ORIGIN = WBIT << 1; field in StampedLock