Home
last modified time | relevance | path

Searched refs:StringBuffer (Results 1 – 25 of 490) sorted by relevance

12345678910>>...20

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/
DIDNAReference.java45 private static boolean startsWithPrefix(StringBuffer src){ in startsWithPrefix()
66 private static StringBuffer toASCIILower(StringBuffer src){ in toASCIILower()
67 StringBuffer dest = new StringBuffer(); in toASCIILower()
74 private static int compareCaseInsensitiveASCII(StringBuffer s1, StringBuffer s2){ in compareCaseInsensitiveASCII()
122 public static StringBuffer convertToASCII(String src, int options) in convertToASCII()
127 public static StringBuffer convertToASCII(StringBuffer src, int options) in convertToASCII()
132 public static StringBuffer convertToASCII(UCharacterIterator srcIter, int options) in convertToASCII()
154 StringBuffer processOut = null; in convertToASCII()
160 processOut = new StringBuffer(srcIter.getText()); in convertToASCII()
166 StringBuffer dest = new StringBuffer(); in convertToASCII()
[all …]
DTestIDNA.java90 StringBuffer inBuf = new StringBuffer(src); in doTestToUnicode()
94 StringBuffer out = IDNA.convertToUnicode(src,options); in doTestToUnicode()
109 StringBuffer out = IDNA.convertToUnicode(inBuf,options); in doTestToUnicode()
124 StringBuffer out = IDNA.convertToUnicode(inIter,options); in doTestToUnicode()
141 StringBuffer inBuf = new StringBuffer(src); in doTestIDNToUnicode()
145 StringBuffer out = IDNA.convertIDNToUnicode(src,options); in doTestIDNToUnicode()
159 StringBuffer out = IDNA.convertIDNToUnicode(inBuf,options); in doTestIDNToUnicode()
174 StringBuffer out = IDNA.convertIDNToUnicode(inIter,options); in doTestIDNToUnicode()
190 StringBuffer inBuf = new StringBuffer(src); in doTestToASCII()
194 StringBuffer out = IDNA.convertToASCII(src,options); in doTestToASCII()
[all …]
DTestIDNARef.java119 StringBuffer inBuf = new StringBuffer(src); in doTestToUnicode()
123 StringBuffer out = IDNAReference.convertToUnicode(src,options); in doTestToUnicode()
138 StringBuffer out = IDNAReference.convertToUnicode(inBuf,options); in doTestToUnicode()
153 StringBuffer out = IDNAReference.convertToUnicode(inIter,options); in doTestToUnicode()
176 StringBuffer inBuf = new StringBuffer(src); in doTestIDNToUnicode()
180 StringBuffer out = IDNAReference.convertIDNToUnicode(src,options); in doTestIDNToUnicode()
194 StringBuffer out = IDNAReference.convertIDNToUnicode(inBuf,options); in doTestIDNToUnicode()
209 StringBuffer out = IDNAReference.convertIDNToUnicode(inIter,options); in doTestIDNToUnicode()
231 StringBuffer inBuf = new StringBuffer(src); in doTestToASCII()
235 StringBuffer out = IDNAReference.convertToASCII(src,options); in doTestToASCII()
[all …]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
DIDNAReference.java42 private static boolean startsWithPrefix(StringBuffer src){ in startsWithPrefix()
63 private static StringBuffer toASCIILower(StringBuffer src){ in toASCIILower()
64 StringBuffer dest = new StringBuffer(); in toASCIILower()
71 private static int compareCaseInsensitiveASCII(StringBuffer s1, StringBuffer s2){ in compareCaseInsensitiveASCII()
119 public static StringBuffer convertToASCII(String src, int options) in convertToASCII()
124 public static StringBuffer convertToASCII(StringBuffer src, int options) in convertToASCII()
129 public static StringBuffer convertToASCII(UCharacterIterator srcIter, int options) in convertToASCII()
151 StringBuffer processOut = null; in convertToASCII()
157 processOut = new StringBuffer(srcIter.getText()); in convertToASCII()
163 StringBuffer dest = new StringBuffer(); in convertToASCII()
[all …]
DTestIDNA.java87 StringBuffer inBuf = new StringBuffer(src); in doTestToUnicode()
91 StringBuffer out = IDNA.convertToUnicode(src,options); in doTestToUnicode()
106 StringBuffer out = IDNA.convertToUnicode(inBuf,options); in doTestToUnicode()
121 StringBuffer out = IDNA.convertToUnicode(inIter,options); in doTestToUnicode()
138 StringBuffer inBuf = new StringBuffer(src); in doTestIDNToUnicode()
142 StringBuffer out = IDNA.convertIDNToUnicode(src,options); in doTestIDNToUnicode()
156 StringBuffer out = IDNA.convertIDNToUnicode(inBuf,options); in doTestIDNToUnicode()
171 StringBuffer out = IDNA.convertIDNToUnicode(inIter,options); in doTestIDNToUnicode()
187 StringBuffer inBuf = new StringBuffer(src); in doTestToASCII()
191 StringBuffer out = IDNA.convertToASCII(src,options); in doTestToASCII()
[all …]
DTestIDNARef.java116 StringBuffer inBuf = new StringBuffer(src); in doTestToUnicode()
120 StringBuffer out = IDNAReference.convertToUnicode(src,options); in doTestToUnicode()
135 StringBuffer out = IDNAReference.convertToUnicode(inBuf,options); in doTestToUnicode()
150 StringBuffer out = IDNAReference.convertToUnicode(inIter,options); in doTestToUnicode()
173 StringBuffer inBuf = new StringBuffer(src); in doTestIDNToUnicode()
177 StringBuffer out = IDNAReference.convertIDNToUnicode(src,options); in doTestIDNToUnicode()
191 StringBuffer out = IDNAReference.convertIDNToUnicode(inBuf,options); in doTestIDNToUnicode()
206 StringBuffer out = IDNAReference.convertIDNToUnicode(inIter,options); in doTestIDNToUnicode()
228 StringBuffer inBuf = new StringBuffer(src); in doTestToASCII()
232 StringBuffer out = IDNAReference.convertToASCII(src,options); in doTestToASCII()
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DIDNA2003.java39 private static boolean startsWithPrefix(StringBuffer src){ in startsWithPrefix()
58 private static StringBuffer toASCIILower(CharSequence src){ in toASCIILower()
59 StringBuffer dest = new StringBuffer(); in toASCIILower()
66 private static int compareCaseInsensitiveASCII(StringBuffer s1, StringBuffer s2){ in compareCaseInsensitiveASCII()
153 public static StringBuffer convertToASCII(UCharacterIterator src, int options) in convertToASCII()
175 StringBuffer processOut = null; in convertToASCII()
181 processOut = new StringBuffer(src.getText()); in convertToASCII()
188 StringBuffer dest = new StringBuffer(); in convertToASCII()
244 StringBuffer lowerOut = toASCIILower(punyout); in convertToASCII()
263 public static StringBuffer convertIDNToASCII(String src,int options) in convertIDNToASCII()
[all …]
DUtilityExtensions.java27 public static void appendToRule(StringBuffer rule, in appendToRule()
31 StringBuffer quoteBuf) { in appendToRule()
43 public static void appendToRule(StringBuffer rule, in appendToRule()
46 StringBuffer quoteBuf) { in appendToRule()
59 StringBuffer appendTo = new StringBuffer(); in formatInput()
69 public static StringBuffer formatInput(StringBuffer appendTo, in formatInput()
110 public static StringBuffer formatInput(StringBuffer appendTo, in formatInput()
DDateNumberFormat.java59 StringBuffer buf = new StringBuffer(); in DateNumberFormat()
145 public StringBuffer format(double number, StringBuffer toAppendTo, in format()
151 public StringBuffer format(long numberL, StringBuffer toAppendTo, in format()
191 public StringBuffer format(BigInteger number, StringBuffer toAppendTo, in format()
197 public StringBuffer format(java.math.BigDecimal number, StringBuffer toAppendTo, in format()
203 public StringBuffer format(BigDecimal number, in format()
204 StringBuffer toAppendTo, FieldPosition pos) { in format()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DIDNA2003.java37 private static boolean startsWithPrefix(StringBuffer src){ in startsWithPrefix()
56 private static StringBuffer toASCIILower(CharSequence src){ in toASCIILower()
57 StringBuffer dest = new StringBuffer(); in toASCIILower()
64 private static int compareCaseInsensitiveASCII(StringBuffer s1, StringBuffer s2){ in compareCaseInsensitiveASCII()
152 public static StringBuffer convertToASCII(UCharacterIterator src, int options) in convertToASCII()
174 StringBuffer processOut = null; in convertToASCII()
180 processOut = new StringBuffer(src.getText()); in convertToASCII()
187 StringBuffer dest = new StringBuffer(); in convertToASCII()
243 StringBuffer lowerOut = toASCIILower(punyout); in convertToASCII()
262 public static StringBuffer convertIDNToASCII(String src,int options) in convertIDNToASCII()
[all …]
DDateNumberFormat.java55 StringBuffer buf = new StringBuffer(); in DateNumberFormat()
141 public StringBuffer format(double number, StringBuffer toAppendTo, in format()
147 public StringBuffer format(long numberL, StringBuffer toAppendTo, in format()
187 public StringBuffer format(BigInteger number, StringBuffer toAppendTo, in format()
193 public StringBuffer format(java.math.BigDecimal number, StringBuffer toAppendTo, in format()
199 public StringBuffer format(BigDecimal number, in format()
200 StringBuffer toAppendTo, FieldPosition pos) { in format()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestNumberFormatAPI.java89 StringBuffer res3 = new StringBuffer(); in TestAPI()
90 StringBuffer res4 = new StringBuffer(); in TestAPI()
91 StringBuffer res5 = new StringBuffer(); in TestAPI()
92 StringBuffer res6 = new StringBuffer(); in TestAPI()
224 …public StringBuffer format(double number, StringBuffer toAppendTo, FieldPosition pos) {return null… in TestCoverage()
226 … public StringBuffer format(long number, StringBuffer toAppendTo, FieldPosition pos) {return null;} in TestCoverage()
228 …public StringBuffer format(BigInteger number, StringBuffer toAppendTo, FieldPosition pos) {return … in TestCoverage()
230 …public StringBuffer format(java.math.BigDecimal number, StringBuffer toAppendTo, FieldPosition pos… in TestCoverage()
232 …public StringBuffer format(com.ibm.icu.math.BigDecimal number, StringBuffer toAppendTo, FieldPosit… in TestCoverage()
DNumberRegressionTests.java105 StringBuffer sBuf1 = new StringBuffer(""); in Test4088161()
111 StringBuffer sBuf2 = new StringBuffer(""); in Test4088161()
127 StringBuffer buf1 = new StringBuffer(); in Test4087245()
128 StringBuffer buf2 = new StringBuffer(); in Test4087245()
164 StringBuffer sBuf = new StringBuffer(""); in Test4088503()
354 StringBuffer sb = new StringBuffer(""); in Test4090489()
373 StringBuffer sb; in Test4090504()
378 sb = new StringBuffer(""); in Test4090504()
850 StringBuffer formatted = new StringBuffer(); in Test4062486()
892 StringBuffer buffer = new StringBuffer(); in Test4106658()
[all …]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DIDNA.java499 public static StringBuffer convertToASCII(String src, int options) in convertToASCII()
530 public static StringBuffer convertToASCII(StringBuffer src, int options) in convertToASCII()
561 public static StringBuffer convertToASCII(UCharacterIterator src, int options) in convertToASCII()
596 public static StringBuffer convertIDNToASCII(UCharacterIterator src, int options) in convertIDNToASCII()
631 public static StringBuffer convertIDNToASCII(StringBuffer src, int options) in convertIDNToASCII()
666 public static StringBuffer convertIDNToASCII(String src,int options) in convertIDNToASCII()
697 public static StringBuffer convertToUnicode(String src, int options) in convertToUnicode()
728 public static StringBuffer convertToUnicode(StringBuffer src, int options) in convertToUnicode()
759 public static StringBuffer convertToUnicode(UCharacterIterator src, int options) in convertToUnicode()
791 public static StringBuffer convertIDNToUnicode(UCharacterIterator src, int options) in convertIDNToUnicode()
[all …]
DNumberFormat.java269 public StringBuffer format(Object number, in format()
270 StringBuffer toAppendTo, in format()
311 return format(number,new StringBuffer(), in format()
321 StringBuffer buf = new StringBuffer(19); in format()
332 return format(number, new StringBuffer(), in format()
341 return format(number, new StringBuffer(), in format()
350 return format(number, new StringBuffer(), in format()
359 return format(currAmt, new StringBuffer(), in format()
368 public abstract StringBuffer format(double number, in format()
369 StringBuffer toAppendTo, in format()
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DIDNA.java480 public static StringBuffer convertToASCII(String src, int options) in convertToASCII()
512 public static StringBuffer convertToASCII(StringBuffer src, int options) in convertToASCII()
544 public static StringBuffer convertToASCII(UCharacterIterator src, int options) in convertToASCII()
580 public static StringBuffer convertIDNToASCII(UCharacterIterator src, int options) in convertIDNToASCII()
616 public static StringBuffer convertIDNToASCII(StringBuffer src, int options) in convertIDNToASCII()
652 public static StringBuffer convertIDNToASCII(String src,int options) in convertIDNToASCII()
684 public static StringBuffer convertToUnicode(String src, int options) in convertToUnicode()
716 public static StringBuffer convertToUnicode(StringBuffer src, int options) in convertToUnicode()
748 public static StringBuffer convertToUnicode(UCharacterIterator src, int options) in convertToUnicode()
781 public static StringBuffer convertIDNToUnicode(UCharacterIterator src, int options) in convertIDNToUnicode()
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DIntlTestNumberFormatAPI.java92 StringBuffer res3 = new StringBuffer(); in TestAPI()
93 StringBuffer res4 = new StringBuffer(); in TestAPI()
94 StringBuffer res5 = new StringBuffer(); in TestAPI()
95 StringBuffer res6 = new StringBuffer(); in TestAPI()
227 …public StringBuffer format(double number, StringBuffer toAppendTo, FieldPosition pos) {return null… in TestCoverage()
229 … public StringBuffer format(long number, StringBuffer toAppendTo, FieldPosition pos) {return null;} in TestCoverage()
231 …public StringBuffer format(BigInteger number, StringBuffer toAppendTo, FieldPosition pos) {return … in TestCoverage()
233 …public StringBuffer format(java.math.BigDecimal number, StringBuffer toAppendTo, FieldPosition pos… in TestCoverage()
235 …public StringBuffer format(ohos.global.icu.math.BigDecimal number, StringBuffer toAppendTo, FieldP… in TestCoverage()
DNumberRegressionTests.java108 StringBuffer sBuf1 = new StringBuffer(""); in Test4088161()
114 StringBuffer sBuf2 = new StringBuffer(""); in Test4088161()
130 StringBuffer buf1 = new StringBuffer(); in Test4087245()
131 StringBuffer buf2 = new StringBuffer(); in Test4087245()
167 StringBuffer sBuf = new StringBuffer(""); in Test4088503()
357 StringBuffer sb = new StringBuffer(""); in Test4090489()
376 StringBuffer sb; in Test4090504()
381 sb = new StringBuffer(""); in Test4090504()
853 StringBuffer formatted = new StringBuffer(); in Test4062486()
895 StringBuffer buffer = new StringBuffer(); in Test4106658()
[all …]
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/impl/
DUtilityExtensions.java25 public static void appendToRule(StringBuffer rule, in appendToRule()
29 StringBuffer quoteBuf) { in appendToRule()
41 public static void appendToRule(StringBuffer rule, in appendToRule()
44 StringBuffer quoteBuf) { in appendToRule()
57 StringBuffer appendTo = new StringBuffer(); in formatInput()
67 public static StringBuffer formatInput(StringBuffer appendTo, in formatInput()
108 public static StringBuffer formatInput(StringBuffer appendTo, in formatInput()
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
DCollationPerformanceTest.java62 static StringBuffer temp_opt_fName = new StringBuffer("");
63 static StringBuffer temp_opt_locale = new StringBuffer("en_US");
65 static StringBuffer temp_opt_rules = new StringBuffer("");
66 static StringBuffer temp_opt_help = new StringBuffer("");
67 static StringBuffer temp_opt_loopCount = new StringBuffer("1");
68 static StringBuffer temp_opt_iLoopCount = new StringBuffer("1");
69 static StringBuffer temp_opt_terse = new StringBuffer("false");
70 static StringBuffer temp_opt_qsort = new StringBuffer("");
71 static StringBuffer temp_opt_binsearch = new StringBuffer("");
72 static StringBuffer temp_opt_icu = new StringBuffer("true");
[all …]
/third_party/flutter/flutter/dev/tools/gen_keycodes/lib/
Dcode_gen.dart20 final StringBuffer result = StringBuffer();
39 final StringBuffer definitions = StringBuffer();
57 final StringBuffer definitions = StringBuffer();
101 final StringBuffer synonyms = StringBuffer();
113 final StringBuffer scanCodeMap = StringBuffer();
122 final StringBuffer keyCodeMap = StringBuffer();
141 final StringBuffer glfwNumpadMap = StringBuffer();
157 final StringBuffer glfwKeyCodeMap = StringBuffer();
170 final StringBuffer xkbScanCodeMap = StringBuffer();
181 final StringBuffer androidKeyCodeMap = StringBuffer();
[all …]
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/icuadapter/
DNumberFormatJDK.java66 …public StringBuffer format(java.math.BigDecimal number, StringBuffer toAppendTo, FieldPosition pos… in format()
71 public StringBuffer format(BigDecimal number, StringBuffer toAppendTo, FieldPosition pos) { in format()
76 …public StringBuffer format(java.math.BigInteger number, StringBuffer toAppendTo, FieldPosition pos… in format()
85 public StringBuffer format(CurrencyAmount currAmt, StringBuffer toAppendTo, FieldPosition pos) { in format()
102 public StringBuffer format(double number, StringBuffer toAppendTo, FieldPosition pos) { in format()
109 public StringBuffer format(long number, StringBuffer toAppendTo, FieldPosition pos) { in format()
114 public StringBuffer format(Object number, StringBuffer toAppendTo, FieldPosition pos) { in format()
/third_party/icu/icu4j/samples/src/com/ibm/icu/samples/text/pluralformat/
DPluralFormatSample.java52 StringBuffer msgEn = new StringBuffer(); in PluralFormatExample()
53 StringBuffer msgSl = new StringBuffer(); in PluralFormatExample()
72 StringBuffer msgEn = new StringBuffer(); in PluralFormatExample()
73 StringBuffer msgSl = new StringBuffer(); in PluralFormatExample()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
DUnicodeNormalizer.java59 public StringBuffer normalize(String source, StringBuffer target) { in normalize()
79 return normalize(source, new StringBuffer()).toString(); in normalize()
101 private void internalDecompose(String source, StringBuffer target) { in internalDecompose()
102 StringBuffer buffer = new StringBuffer(); in internalDecompose()
141 private void internalCompose(StringBuffer target) { in internalCompose()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DUnicodeNormalizer.java56 public StringBuffer normalize(String source, StringBuffer target) { in normalize()
76 return normalize(source, new StringBuffer()).toString(); in normalize()
98 private void internalDecompose(String source, StringBuffer target) { in internalDecompose()
99 StringBuffer buffer = new StringBuffer(); in internalDecompose()
138 private void internalCompose(StringBuffer target) { in internalCompose()

12345678910>>...20