Searched refs:chars (Results 76 - 100 of 442) sorted by relevance

1234567891011>>

/external/icu/icu4c/source/common/
H A Duniset_props.cpp384 RuleCharacterIterator chars(pattern, symbols, pos);
385 applyPattern(chars, symbols, rebuiltPat, USET_IGNORE_SPACE, NULL, status);
387 if (chars.inVariable()) {
388 // syntaxError(chars, "Extra chars in variable value");
430 * @param chars iterator over the pattern characters. Upon return
441 void UnicodeSet::applyPattern(RuleCharacterIterator& chars, argument
451 // Recognized special forms for chars, sets: c-c s-s s&s
474 while (mode != 2 && !chars.atEnd()) {
488 if (resemblesPropertyPattern(chars, opt
1158 resemblesPropertyPattern(RuleCharacterIterator& chars, int32_t iterOpts) argument
1284 applyPropertyPattern(RuleCharacterIterator& chars, UnicodeString& rebuiltPat, UErrorCode& ec) argument
[all...]
/external/icu/icu4c/source/layout/
H A DHanLayoutEngine.cpp54 le_int32 HanOpenTypeLayoutEngine::characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool /*rightToLeft*/, argument
61 if (chars == NULL || offset < 0 || count < 0 || max < 0 || offset >= max || offset + count > max) {
H A DIndicLayoutEngine.h108 * @param chars - the input character context
123 virtual le_int32 characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
136 * @param chars - the input character context
154 virtual le_int32 glyphProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
H A DLEFontInstance.cpp33 const LEFontInstance *LEFontInstance::getSubFont(const LEUnicode chars[], le_int32 *offset, le_int32 limit, argument
40 if (chars == NULL || *offset < 0 || limit < 0 || *offset >= limit || script < 0 || script >= scriptCodeCount) {
49 void LEFontInstance::mapCharsToGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, argument
60 LEUnicode16 high = chars[i];
64 LEUnicode16 low = chars[i + 1];
H A DLayoutEngine.cpp198 le_int32 LayoutEngine::characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, argument
222 const LEUnicode *inChars = &chars[offset];
245 CanonShaping::reorderMarks(&chars[offset], count, rightToLeft, reordered, fakeGlyphStorage);
305 le_int32 LayoutEngine::computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, argument
312 if (chars == NULL || offset < 0 || count < 0 || max < 0 || offset >= max || offset + count > max) {
318 le_int32 outCharCount = characterProcessing(chars, offset, count, max, rightToLeft, outChars, glyphStorage, success);
324 mapCharsToGlyphs(chars, offset, count, rightToLeft, rightToLeft, glyphStorage, success);
359 void LayoutEngine::adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, argument
366 if (chars == NULL || offset < 0 || count < 0) {
375 adjustMarkGlyphs(&chars[offse
423 adjustMarkGlyphs(const LEUnicode chars[], le_int32 charCount, le_bool reverse, LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode &success) argument
470 mapCharsToGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, le_bool mirror, LEGlyphStorage &glyphStorage, LEErrorCode &success) argument
487 layoutChars(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, float x, float y, LEErrorCode &success) argument
[all...]
H A DOpenTypeLayoutEngine.h263 * @param chars - the input character context
279 virtual le_int32 characterProcessing(const LEUnicode /*chars*/[], le_int32 offset, le_int32 count, le_int32 max, le_bool /*rightToLeft*/,
292 * @param chars - the input character context
311 virtual le_int32 glyphProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
348 * @param chars - the input character context
365 virtual le_int32 computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success);
382 virtual void adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, LEGlyphStorage &glyphStorage, LEErrorCode &success);
H A DTibetanReordering.cpp299 le_int32 TibetanReordering::findSyllable(const TibetanClassTable *classTable, const LEUnicode *chars, le_int32 prev, le_int32 charCount) argument
305 TibetanClassTable::CharClass charClass = (classTable->getCharClass(chars[cursor]) & TibetanClassTable::CF_CLASS_MASK);
322 le_int32 TibetanReordering::reorder(const LEUnicode *chars, le_int32 charCount, le_int32, argument
334 le_int32 syllable = findSyllable(classTable, chars, prev, charCount);
342 if (classTable->getCharClass(chars[prev]) & TibetanClassTable::CF_DOTTED_CIRCLE) {
348 charClass = classTable->getCharClass(chars[i]);
351 && ( classTable->getCharClass(chars[i+1]) & TibetanClassTable::CF_PREDIGIT))
354 output.writeChar(chars[i], i+1 , tagPref);
363 output.writeChar(chars[i], i, tagAbvf);
367 output.writeChar(chars[
[all...]
H A DArabicShaping.h59 static void shape(const LEUnicode *chars, le_int32 offset, le_int32 charCount, le_int32 charMax,
H A DHangulLayoutEngine.h106 * @param chars - the input character context
121 virtual le_int32 characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
H A DKhmerLayoutEngine.h109 * @param chars - the input character context
124 virtual le_int32 characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
H A DTibetanLayoutEngine.h109 * @param chars - the input character context
124 virtual le_int32 characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
/external/skia/bench/
H A DPathUtilsBench.cpp20 static void fillRandomBits( int chars, char* bits ){ argument
23 for (int i = 0; i < chars; ++i){
/external/stlport/test/unit/
H A Dequal_test.cpp92 char chars[] = "aabbccddggghhklllmqqqqssyyzz"; local
94 const unsigned count = sizeof(chars) - 1;
95 pair<char*, char*> range = equal_range((char*)chars, (char*)chars + count, 'q', less<char>());
96 CPPUNIT_ASSERT( (range.first - chars) == 18 );
97 CPPUNIT_ASSERT( (range.second - chars) == 22 );
101 range = equal_range((char*)chars, (char*)chars + count, 'm', less<char>());
/external/emma/core/java12/com/vladium/util/
H A DDescriptors.java119 final char [] chars = descriptor.toCharArray ();
124 for (end = chars.length; chars [-- end] != ')'; );
129 start = typeDescriptorToJavaName (chars, start, shortTypeNames, out);
137 typeDescriptorToJavaName (chars, end + 1, shortTypeNames, out);
/external/jarjar/src/main/com/tonicsystems/jarjar/
H A DWildcard.java54 char[] chars = result.toCharArray();
56 for (int i = 0, mark = 0, state = 0, len = chars.length; i < len + 1; i++) {
57 char ch = (i == len) ? '@' : chars[i];
60 parts.add(new String(chars, mark, i - mark));
72 int n = Integer.parseInt(new String(chars, mark, i - mark));
/external/harfbuzz_ng/test/api/
H A Dtest-buffer.c374 unsigned int bytes, chars, i, j, len; local
389 for (chars = 0; test->codepoints[chars]; chars++)
396 g_assert_cmpint (len, ==, chars);
397 for (j = 0; j < chars; j++)
728 unsigned int u_len, chars, j, len; local
735 for (chars = 0; test->codepoints[chars]; chars
782 unsigned int u_len, chars, j, len; local
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DSVGGlyph.cpp113 static inline bool isCompatibleArabicForm(const SVGGlyph& identifier, const Vector<SVGGlyph::ArabicForm>& chars, unsigned startPosition, unsigned endPosition) argument
115 if (chars.isEmpty())
118 Vector<SVGGlyph::ArabicForm>::const_iterator realEnd = chars.end();
119 Vector<SVGGlyph::ArabicForm>::const_iterator it = chars.begin() + startPosition;
123 Vector<SVGGlyph::ArabicForm>::const_iterator end = chars.begin() + endPosition;
136 const Vector<SVGGlyph::ArabicForm>& chars, unsigned startPosition, unsigned endPosition)
186 return isCompatibleArabicForm(identifier, chars, startPosition, endPosition);
135 isCompatibleGlyph(const SVGGlyph& identifier, bool isVerticalText, const String& language, const Vector<SVGGlyph::ArabicForm>& chars, unsigned startPosition, unsigned endPosition) argument
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DProcessorCharacters.java80 char[] chars = new char[nChars];
82 m_accumulator.getChars(0, nChars, chars, 0);
83 elem.setChars(chars);
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3speed.tcl43 set chars [list a b c d e f g h i j k l m n o p q r s t u v w x y z]
48 append term [lindex $chars [expr {int(rand()*[llength $chars])}]]
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dstrenum.h225 char *chars; member in class:StringEnumeration
227 * Capacity of chars, for use with default implementations and subclasses.
239 * Ensures that chars is at least as large as the requested capacity.
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcintltst.h54 U_CFUNC UChar* CharsToUChars(const char* chars);
69 * @param length length of chars
/external/guava/guava/src/com/google/common/base/
H A DCharMatcher.java51 @Beta // Possibly change from chars to code points; decide constants vs. methods
465 final char[] chars = sequence.toString().toCharArray();
466 Arrays.sort(chars); // not worth collapsing duplicates
470 return Arrays.binarySearch(chars, c) >= 0;
474 for (char c : chars) {
872 char[] chars = string.toCharArray();
879 if (pos == chars.length) {
882 if (matches(chars[pos])) {
885 chars[pos - spread] = chars[po
[all...]
/external/guava/guava-tests/test/com/google/common/io/
H A DLineBufferTest.java90 char[] chars = input.toCharArray();
92 while (off < chars.length) {
93 int len = Math.min(chars.length, off + chunk) - off;
94 lineBuf.add(chars, off, len);
/external/icu/icu4c/source/common/unicode/
H A Dstrenum.h225 char *chars; member in class:StringEnumeration
227 * Capacity of chars, for use with default implementations and subclasses.
239 * Ensures that chars is at least as large as the requested capacity.
/external/icu/icu4c/source/test/cintltst/
H A Dcintltst.h54 U_CFUNC UChar* CharsToUChars(const char* chars);
69 * @param length length of chars

Completed in 5824 milliseconds

1234567891011>>