HomeSort by relevance Sort by last modified time
    Searched defs:charIndex (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesisEvent.h 37 static PassRefPtr<SpeechSynthesisEvent> create(const AtomicString& type, unsigned long charIndex, float elapsedTime, const String& name);
39 unsigned long charIndex() const { return m_charIndex; }
47 SpeechSynthesisEvent(const AtomicString& type, unsigned long charIndex, float elapsedTime, const String& name);
  /external/icu4c/layout/
MPreFixups.cpp 89 le_int32 charIndex = glyphStorage.getCharIndex(mpreLimit + i, success);
92 glyphStorage.setCharIndex(mpreIndex + i, charIndex, success);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
FontChromiumWin.cpp 218 int charIndex = state.xToCharacter(x);
222 if (charIndex < 0)
223 charIndex = 0;
224 return charIndex;
  /external/chromium_org/third_party/icu/source/test/letest/
cletest.c 636 le_int32 charIndex = 0, lineNumber = 1;
678 if (ix != charIndex) {
679 if (ix != charIndex - 1) {
681 i, lineNumber, charIndex, ix);
685 charIndex += 1;
694 * is equal to charIndex and then advance charIndex to the maximum.
710 if (minIndex != charIndex) {
712 run, lineNumber, charIndex, minIndex);
716 charIndex = maxIndex + 1
    [all...]
letest.cpp     [all...]
  /external/icu4c/test/letest/
cletest.c 636 le_int32 charIndex = 0, lineNumber = 1;
678 if (ix != charIndex) {
679 if (ix != charIndex - 1) {
681 i, lineNumber, charIndex, ix);
685 charIndex += 1;
694 * is equal to charIndex and then advance charIndex to the maximum.
710 if (minIndex != charIndex) {
712 run, lineNumber, charIndex, minIndex);
716 charIndex = maxIndex + 1
    [all...]
letest.cpp     [all...]
  /external/proguard/src/proguard/classfile/constant/
Utf8Constant.java 254 int charIndex = 0;
267 chars[charIndex++] =
279 throw new UnsupportedEncodingException("Missing UTF-8 bytes after initial byte [0x"+Integer.toHexString(b)+"] in string ["+new String(chars, 0, charIndex)+"]");
283 return new String(chars, 0, charIndex);
  /frameworks/base/core/java/android/text/
BidiFormatter.java 542 private int charIndex;
577 charIndex = 0;
581 while (charIndex < length && firstNonEmptyEmbeddingLevel == 0) {
637 while (charIndex > 0) {
675 charIndex = length;
678 while (charIndex > 0) {
    [all...]
  /frameworks/support/v4/java/android/support/v4/text/
BidiFormatter.java 532 private int charIndex;
567 charIndex = 0;
571 while (charIndex < length && firstNonEmptyEmbeddingLevel == 0) {
627 while (charIndex > 0) {
665 charIndex = length;
668 while (charIndex > 0) {
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
FusionDictionary.java 482 int charIndex = 0;
486 int nodeIndex = findIndexOfChar(mRootNodeArray, word[charIndex]);
489 differentCharIndex = compareCharArrays(currentPtNode.mChars, word, charIndex);
493 charIndex += currentPtNode.mChars.length;
494 if (charIndex >= word.length) break;
496 nodeIndex = findIndexOfChar(currentNodeArray, word[charIndex]);
501 final int insertionIndex = findInsertionIndex(currentNodeArray, word[charIndex]);
502 final PtNode newPtNode = new PtNode(Arrays.copyOfRange(word, charIndex, word.length),
509 if (charIndex + differentCharIndex >= word.length) {
519 Arrays.copyOfRange(word, charIndex + differentCharIndex, word.length)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 277 milliseconds