HomeSort by relevance Sort by last modified time
    Searched full:subscript (Results 26 - 50 of 565) sorted by null

12 3 4 5 6 7 8 91011>>

  /cts/tests/tests/text/src/android/text/cts/
HtmlTest.java 178 s = new SpannableString("Hello subscript world");
181 assertEquals("<p dir=\"ltr\">Hello <sub>subscript</sub> world</p>\n", Html.toHtml(s));
  /external/webkit/Source/JavaScriptCore/parser/
Nodes.h 452 BracketAccessorNode(JSGlobalData*, ExpressionNode* base, ExpressionNode* subscript, bool subscriptHasAssignments);
455 ExpressionNode* subscript() const { return m_subscript; } function in class:JSC::BracketAccessorNode
553 FunctionCallBracketNode(JSGlobalData*, ExpressionNode* base, ExpressionNode* subscript, ArgumentsNode*, unsigned divot, unsigned startOffset, unsigned endOffset);
612 PostfixBracketNode(JSGlobalData*, ExpressionNode* base, ExpressionNode* subscript, Operator, unsigned divot, unsigned startOffset, unsigned endOffset);
657 DeleteBracketNode(JSGlobalData*, ExpressionNode* base, ExpressionNode* subscript, unsigned divot, unsigned startOffset, unsigned endOffset);
731 PrefixBracketNode(JSGlobalData*, ExpressionNode* base, ExpressionNode* subscript, Operator, unsigned divot, unsigned startOffset, unsigned endOffset);
    [all...]
ASTBuilder.h 660 return new (m_globalData) DeleteBracketNode(m_globalData, bracket->base(), bracket->subscript(), divot, divot - start, end - divot);
    [all...]
  /dalvik/vm/compiler/
Dataflow.cpp 810 /* Return the Dalvik register/subscript pair of a given SSA register */
818 * and subscript pair. Each SSA register can be used to index the
819 * ssaToDalvikMap list to get the subscript[31..16]/dalvik_reg[15..0] mapping.
1048 * and subscript pair. Each SSA register can be used to index the
1049 * ssaToDalvikMap list to get the subscript[31..16]/dalvik_reg[15..0] mapping.
1172 /* Bump up the subscript */
    [all...]
  /external/harfbuzz/src/
harfbuzz-myanmar.c 34 Mymr_CC_CONSONANT = 1, /* Consonant of type 1, that has subscript form */
35 Mymr_CC_CONSONANT2 = 2, /* Consonant of type 2, that has no subscript form */
43 Mymr_CC_VIRAMA = 10, /* Subscript consonant combining character */
173 {-2, -2, -2, -2, 26, 26, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2}, /* 25 - Virama after subscript consonant */
174 {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 12, 17, 18, 19, 20, 21, -1, 1, -1}, /* 26 - ra/ya after subscript consonant + virama */
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-myanmar.c 34 Mymr_CC_CONSONANT = 1, /* Consonant of type 1, that has subscript form */
35 Mymr_CC_CONSONANT2 = 2, /* Consonant of type 2, that has no subscript form */
43 Mymr_CC_VIRAMA = 10, /* Subscript consonant combining character */
173 {-2, -2, -2, -2, 26, 26, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2}, /* 25 - Virama after subscript consonant */
174 {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 12, 17, 18, 19, 20, 21, -1, 1, -1}, /* 26 - ra/ya after subscript consonant + virama */
  /external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 99 return "Argument for subscript setter is an uninitialized value";
100 return "Subscript index is an uninitialized value";
329 BT_objc_subscript_undef.reset(new BuiltinBug("Subscript access on an "
  /external/clang/test/SemaCXX/
overloaded-operator.cpp 294 // PR5360: Arrays should lead to built-in candidates for subscript.
348 x[0] = 0; // expected-error {{does not provide a subscript operator}}
  /frameworks/base/core/tests/coretests/src/android/text/
HtmlTest.java 207 s = new SpannableString("Hello subscript world");
210 assertEquals(Html.toHtml(s), "<p>Hello <sub>subscript</sub> world</p>\n");
  /external/chromium/chrome/browser/ui/cocoa/
rwhvm_editcommand_helper.mm 99 "subscript",
  /external/clang/include/clang/Basic/
OperatorKinds.def 100 OVERLOADED_OPERATOR_MULTI(Subscript , "[]" , false, true , true)
  /external/icu4c/layout/
KhmerReordering.cpp 65 // _rb Khmer sign robat u17CC. combining mark for subscript consonants
72 // it to create a subscript consonant or independent vowel
265 // that is, a letter in which the subscript for is only under the
271 // c3 Khmer consonant of type 3. Its subscript form takes space under
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
applescript.php 58 'shadow','strikethrough','subscript','superscript','underline','ask','no','yes','false', 'id',
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLElement01.html 45 <SUB ID="Test-SUB" TITLE="SUB Element" LANG="en" DIR="ltr" CLASS="SUB-class">Subscript</SUB>
HTMLElement02.html 45 <SUB ID="Test-SUB" TITLE="SUB Element" LANG="en" DIR="ltr" CLASS="SUB-class">Subscript</SUB>
HTMLElement03.html 45 <SUB ID="Test-SUB" TITLE="SUB Element" LANG="en" DIR="ltr" CLASS="SUB-class">Subscript</SUB>
HTMLElement04.html 45 <SUB ID="Test-SUB" TITLE="SUB Element" LANG="en" DIR="ltr" CLASS="SUB-class">Subscript</SUB>
HTMLElement05.html 45 <SUB ID="Test-SUB" TITLE="SUB Element" LANG="en" DIR="ltr" CLASS="SUB-class">Subscript</SUB>
HTMLElement06.html 45 <SUB ID="Test-SUB" TITLE="SUB Element" LANG="en" DIR="ltr" CLASS="SUB-class">Subscript</SUB>
HTMLElement07.html 45 <SUB ID="Test-SUB" TITLE="SUB Element" LANG="en" DIR="ltr" CLASS="SUB-class">Subscript</SUB>
HTMLElement08.html 45 <SUB ID="Test-SUB" TITLE="SUB Element" LANG="en" DIR="ltr" CLASS="SUB-class">Subscript</SUB>
HTMLElement09.html 45 <SUB ID="Test-SUB" TITLE="SUB Element" LANG="en" DIR="ltr" CLASS="SUB-class">Subscript</SUB>
HTMLElement10.html 45 <SUB ID="Test-SUB" TITLE="SUB Element" LANG="en" DIR="ltr" CLASS="SUB-class">Subscript</SUB>
HTMLElement100.html 45 <SUB ID="Test-SUB" TITLE="SUB Element" LANG="en" DIR="ltr" CLASS="SUB-class">Subscript</SUB>
HTMLElement101.html 45 <SUB ID="Test-SUB" TITLE="SUB Element" LANG="en" DIR="ltr" CLASS="SUB-class">Subscript</SUB>

Completed in 758 milliseconds

12 3 4 5 6 7 8 91011>>