HomeSort by relevance Sort by last modified time
    Searched refs:charIndex (Results 1 - 25 of 53) sorted by null

1 2 3

  /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);
SpeechSynthesisEvent.cpp 36 PassRefPtr<SpeechSynthesisEvent> SpeechSynthesisEvent::create(const AtomicString& type, unsigned long charIndex, float elapsedTime, const String& name)
38 return adoptRef(new SpeechSynthesisEvent(type, charIndex, elapsedTime, name));
46 SpeechSynthesisEvent::SpeechSynthesisEvent(const AtomicString& type, unsigned long charIndex, float elapsedTime, const String& name)
48 , m_charIndex(charIndex)
SpeechSynthesisEvent.idl 29 readonly attribute unsigned long charIndex;
SpeechSynthesis.h 72 virtual void boundaryEventOccurred(PassRefPtr<PlatformSpeechSynthesisUtterance>, SpeechBoundary, unsigned charIndex) OVERRIDE;
76 void fireEvent(const AtomicString& type, SpeechSynthesisUtterance*, unsigned long charIndex, const String& name);
SpeechSynthesis.cpp 137 void SpeechSynthesis::fireEvent(const AtomicString& type, SpeechSynthesisUtterance* utterance, unsigned long charIndex, const String& name)
139 utterance->dispatchEvent(SpeechSynthesisEvent::create(type, charIndex, (currentTime() - utterance->startTime()), name));
162 void SpeechSynthesis::boundaryEventOccurred(PassRefPtr<PlatformSpeechSynthesisUtterance> utterance, SpeechBoundary boundary, unsigned charIndex)
169 fireEvent(eventNames().boundaryEvent, static_cast<SpeechSynthesisUtterance*>(utterance->client()), charIndex, wordBoundaryString);
172 fireEvent(eventNames().boundaryEvent, static_cast<SpeechSynthesisUtterance*>(utterance->client()), charIndex, sentenceBoundaryString);
  /external/chromium_org/third_party/WebKit/public/platform/
WebSpeechSynthesizerClient.h 45 virtual void wordBoundaryEventOccurred(const WebSpeechSynthesisUtterance&, unsigned charIndex) = 0;
46 virtual void sentenceBoundaryEventOccurred(const WebSpeechSynthesisUtterance&, unsigned charIndex) = 0;
  /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...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
WebSpeechSynthesizerClientImpl.h 52 virtual void wordBoundaryEventOccurred(const WebKit::WebSpeechSynthesisUtterance&, unsigned charIndex);
53 virtual void sentenceBoundaryEventOccurred(const WebKit::WebSpeechSynthesisUtterance&, unsigned charIndex);
WebSpeechSynthesizerClientImpl.cpp 77 void WebSpeechSynthesizerClientImpl::wordBoundaryEventOccurred(const WebKit::WebSpeechSynthesisUtterance& utterance, unsigned charIndex)
79 m_client->boundaryEventOccurred(utterance, SpeechWordBoundary, charIndex);
82 void WebSpeechSynthesizerClientImpl::sentenceBoundaryEventOccurred(const WebKit::WebSpeechSynthesisUtterance& utterance, unsigned charIndex)
84 m_client->boundaryEventOccurred(utterance, SpeechSentenceBoundary, charIndex);
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/ttsdebug/
ttsdebug.js 69 if (evt.charIndex != 0) {
70 errors.push('Error: start event should have a charIndex of 0.');
77 if (evt.charIndex != 30) {
78 errors.push('Error: end event should have a charIndex of 30.');
317 if (evt.charIndex > 0 && evt.charIndex < 62) {
320 if (evt.charIndex < min || evt.charIndex > max) {
321 errors.push('Got word at charIndex ' + evt.charIndex + ', '
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/
PlatformSpeechSynthesizer.h 54 virtual void boundaryEventOccurred(PassRefPtr<PlatformSpeechSynthesisUtterance>, SpeechBoundary, unsigned charIndex) = 0;
  /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);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/ttsEngine/console_tts_engine/
console_tts_engine.js 42 sendTtsEvent({'type': 'end', 'charIndex': utterance.length});
49 sendTtsEvent({'type': 'word', 'charIndex': index});
54 sendTtsEvent({'type': 'sentence', 'charIndex': index});
65 sendTtsEvent({'type': 'start', 'charIndex': 0});
  /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/icu4c/layout/
MPreFixups.cpp 89 le_int32 charIndex = glyphStorage.getCharIndex(mpreLimit + i, success);
92 glyphStorage.setCharIndex(mpreIndex + i, charIndex, success);
LEGlyphStorage.h 398 * @param charIndex the new char index
403 void setCharIndex(le_int32 glyphIndex, le_int32 charIndex, LEErrorCode &success);
  /external/chromium_org/chrome/renderer/resources/extensions/
tts_custom_bindings.js 24 charIndex: event.charIndex,
  /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/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
Lexer.as 146 var t:Token = CommonToken.createFromStream(input, state.type, state.channel, state.tokenStartCharIndex, charIndex - 1);
217 public function get charIndex():int {
228 return input.substring(state.tokenStartCharIndex, charIndex-1);
  /external/icu4c/layoutex/
ParagraphLayout.cpp 979 le_int32 ParagraphLayout::previousBreak(le_int32 charIndex)
983 while (charIndex < fCharCount &&
984 (u_isWhitespace(fChars[charIndex]) ||
985 u_iscntrl(fChars[charIndex]))) {
986 charIndex += 1;
1003 return fBreakIterator->preceding(charIndex + 1);
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
extension_installed_bubble_controller.h 120 atIndex:(NSUInteger)charIndex;
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/ttsdemo/
ttsdemo.js 73 text.setSelectionRange(0, event.charIndex);
  /external/chromium_org/third_party/icu/source/common/unicode/
ubidi.h     [all...]
  /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...]

Completed in 915 milliseconds

1 2 3