HomeSort by relevance Sort by last modified time
    Searched full:marks (Results 1 - 25 of 885) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
JJTAddressListParserState.java 7 private java.util.Stack marks; field in class:JJTAddressListParserState
15 marks = new java.util.Stack();
31 marks.removeAllElements();
52 mk = ((Integer)marks.pop()).intValue();
73 mk = ((Integer)marks.pop()).intValue();
78 marks.push(new Integer(mk));
89 mk = ((Integer)marks.pop()).intValue();
109 mk = ((Integer)marks.pop()).intValue();
119 mk = ((Integer)marks.pop()).intValue();
  /external/icu4c/layout/
TibetanReordering.h 64 // Stress marks -> Marks placed above or below a syllable, affecting the whole syllable. They are combining
65 // marks, so they have to be attached to a specific stack. The are using to emphasise a syllable.
69 // Digit combining marks -> dependent marks that combine with digits.
85 CC_BASE = 1, // Base Consonants, Base Consonants with Subjoined attached in code point, Sanskrit base marks
96 CC_ABOVE_S_MARK = 12, // Stress Marks placed above the text
97 CC_BELOW_S_MARK = 13, // Stress Marks placed below the text
110 CF_PREDIGIT = 0x02000000, // flag to detect pre-digit marks for reordering
MarkToBasePosnSubtables.cpp 94 //JK: adjustment needs to account for non-zero advance of any marks between base glyph and current mark
95 GlyphIterator gi(baseIterator, (le_uint16)0); // copy of baseIterator that won't ignore marks
97 while (gi.getCurrStreamPosition() < glyphIterator->getCurrStreamPosition()) { // for all intervening glyphs (marks)...
  /external/icu4c/samples/ucnv/
flagcb.h 3 simply marks the fact that the callback was called.
  /external/jsr305/ri/src/main/java/javax/annotation/meta/
TypeQualifierNickname.java 9 * This annotation is applied to a annotation, and marks the annotation as being
  /external/proguard/src/proguard/obfuscate/
AttributeUsageMarker.java 29 * This ClassVisitor marks all attributes that it visits.
54 * Marks the given VisitorAccepter as being used (or useful).
NameAndTypeUsageMarker.java 32 * This ClassVisitor marks all NameAndType constant pool entries that are
109 * Marks the given UTF-8 constant pool entry of the given class.
118 * Marks the given VisitorAccepter as being used.
  /external/proguard/docs/manual/
optimizations.html 56 <dd>Marks classes as final, whenever possible.</dd>
69 <dd>Marks fields as private, whenever possible.</dd>
76 <dd>Marks methods as private, whenever possible (<i>devirtualization</i>).</dd>
80 <dd>Marks methods as static, whenever possible (<i>devirtualization</i>).</dd>
83 <dd>Marks methods as final, whenever possible.</dd>
  /external/proguard/src/proguard/optimize/info/
ParameterUsageMarker.java 34 * This MemberVisitor counts the parameters and marks the used parameters
35 * of the methods that it visits. It also marks the 'this' parameters of
64 * Creates a new ParameterUsageMarker that optionally marks all parameters.
241 * Marks the given parameter as being used.
254 * Marks the given parameters as being used.
BackwardBranchMarker.java 30 * This InstructionVisitor marks all methods that branch backward in any of the
64 * Marks the given method if the given branch offset is negative.
  /external/bluetooth/glib/docs/reference/glib/tmpl/
timers.sgml 45 Marks a start time, so that future calls to g_timer_elapsed() will report the
46 time since g_timer_start() was called. g_timer_new() automatically marks the
56 Marks an end time, so calls to g_timer_elapsed() will return the difference
  /hardware/broadcom/wlan/bcm4329/src/include/
msgtrace.h 35 /* This marks the start of a packed structure section. */
69 /* This marks the end of a packed structure section. */
  /external/chromium/base/
foundation_utils_mac.h 27 // When GC is on, NSMakeCollectable marks cf_object for GC and autorelease
  /external/dnsmasq/contrib/slackware-dnsmasq/
slack-desc 4 # the right side marks the last column you can put a character in. You must make
  /external/webkit/WebCore/manual-tests/resources/
chrome-bidi-text-window.html 25 the characters, the direction of parentheses, diacritics and combining marks,
  /frameworks/base/core/java/android/test/suitebuilder/annotation/
LargeTest.java 25 * Marks a test that should run as part of the large tests.
MediumTest.java 25 * Marks a test that should run as part of the medium tests.
SmallTest.java 25 * Marks a test that should run as part of the small tests.
Smoke.java 25 * Marks a test that should run as part of the smoke tests.
  /libcore/dalvik/src/main/java/dalvik/annotation/
AndroidOnly.java 25 * Marks a test-case as Android-only, that is, it should not be executed on
BrokenTest.java 25 * Marks a test case as broken. This means the test case should be fixed.
KnownFailure.java 25 * Marks a test case as a known failure. This means the underlying
SideEffect.java 25 * Marks a test-case as either having a side-effect that other tests might
  /libcore/luni/src/main/java/java/text/
DateFormat.java 744 * Marks the era part of a date.
749 * Marks the year part of a date.
754 * Marks the month part of a date.
759 * Marks the hour of the day part of a date (0-11).
764 * Marks the hour of the day part of a date (1-12).
769 * Marks the minute part of a time.
774 * Marks the second part of a time.
779 * Marks the millisecond part of a time.
784 * Marks the day of the week part of a date.
789 * Marks the day of the month part of a date
    [all...]
  /external/chromium/third_party/icu/source/i18n/
ucol_elm.h 96 UChar *cPoints; /* code point array of all combining marks */
97 uint32_t size; /* total number of combining marks */

Completed in 241 milliseconds

1 2 3 4 5 6 7 8 91011>>