/cts/tests/tests/graphics/src/android/graphics/cts/ |
PaintTest.java | 60 char[] textChars = text.toCharArray(); 78 assertBreakText(text, textChars, textSpan, i, i + 1, true, totalWidth, 1, widths[i]); 82 assertBreakText(text, textChars, textSpan, 0, 0, true, totalWidth, 0, 0); 85 assertBreakText(text, textChars, textSpan, 0, 3, true, totalWidth, 89 assertBreakText(text, textChars, textSpan, 0, 3, false, totalWidth, 93 assertBreakText(text, textChars, textSpan, 5, 7, true, totalWidth, 97 assertBreakText(text, textChars, textSpan, 5, 7, false, totalWidth, 101 assertBreakText(text, textChars, textSpan, 2, 5, true, totalWidth, 105 assertBreakText(text, textChars, textSpan, 2, 5, false, totalWidth, 109 assertBreakText(text, textChars, textSpan, 2, 5, true, widths[2] + widths[3] [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
citrtest.cpp | 551 UChar textChars[]={ 0x0061, 0x0062, 0xd841, 0xdc02, 0x20ac, 0xd7ff, 0xd842, 0xdc06, 0xd801, 0xdc00, 0x0061, 0x0000}; 552 UnicodeString text(textChars); [all...] |
regextst.cpp | 327 char *textChars = NULL; 355 textChars = new char[inputUTF8Length+1]; 356 unEscapedInput.extract(textChars, inputUTF8Length+1, UTF8Converter.getAlias(), status); 357 utext_openUTF8(&inputText, textChars, inputUTF8Length, &status); 398 delete[] textChars; [all...] |
/external/icu4c/test/intltest/ |
citrtest.cpp | 552 UChar textChars[]={ 0x0061, 0x0062, 0xd841, 0xdc02, 0x20ac, 0xd7ff, 0xd842, 0xdc06, 0xd801, 0xdc00, 0x0061, 0x0000}; 553 UnicodeString text(textChars); [all...] |
regextst.cpp | 424 char *textChars = NULL; 452 textChars = new char[inputUTF8Length+1]; 453 unEscapedInput.extract(textChars, inputUTF8Length+1, UTF8Converter.getAlias(), status); 454 utext_openUTF8(&inputText, textChars, inputUTF8Length, &status); 495 delete[] textChars; [all...] |