Home
last modified time | relevance | path

Searched refs:charIndex (Results 1 – 25 of 55) sorted by relevance

123

/external/icu/icu4c/source/i18n/
Dcsrucode.cpp60 for (int32_t charIndex=0; charIndex<bytesToCheck-1; charIndex+=2) { in match() local
61 UChar codeUnit = (input[charIndex] << 8) | input[charIndex + 1]; in match()
62 if (charIndex == 0 && codeUnit == 0xFEFF) { in match()
95 for (int32_t charIndex=0; charIndex<bytesToCheck-1; charIndex+=2) { in match() local
96 UChar codeUnit = input[charIndex] | (input[charIndex + 1] << 8); in match()
97 if (charIndex == 0 && codeUnit == 0xFEFF) { in match()
/external/chromium_org/third_party/WebKit/Source/modules/speech/
DSpeechSynthesisEvent.cpp36 …t> SpeechSynthesisEvent::create(const AtomicString& type, unsigned long charIndex, float elapsedTi… in create() argument
38 return adoptRefWillBeNoop(new SpeechSynthesisEvent(type, charIndex, elapsedTime, name)); in create()
45 SpeechSynthesisEvent::SpeechSynthesisEvent(const AtomicString& type, unsigned long charIndex, float… in SpeechSynthesisEvent() argument
47 , m_charIndex(charIndex) in SpeechSynthesisEvent()
DSpeechSynthesisEvent.h37 …tr<SpeechSynthesisEvent> create(const AtomicString& type, unsigned long charIndex, float elapsedTi…
39 unsigned long charIndex() const { return m_charIndex; } in charIndex() function
52 …SpeechSynthesisEvent(const AtomicString& type, unsigned long charIndex, float elapsedTime, const S…
DSpeechSynthesis.cpp145 … AtomicString& type, SpeechSynthesisUtterance* utterance, unsigned long charIndex, const String& n… in fireEvent() argument
148 …utterance->dispatchEvent(SpeechSynthesisEvent::create(type, charIndex, (currentTime() - utterance-… in fireEvent()
174 …tOccurred(PlatformSpeechSynthesisUtterance* utterance, SpeechBoundary boundary, unsigned charIndex) in boundaryEventOccurred() argument
181 …:boundary, static_cast<SpeechSynthesisUtterance*>(utterance->client()), charIndex, wordBoundaryStr… in boundaryEventOccurred()
184 …:boundary, static_cast<SpeechSynthesisUtterance*>(utterance->client()), charIndex, sentenceBoundar… in boundaryEventOccurred()
DSpeechSynthesis.h79 …ndaryEventOccurred(PlatformSpeechSynthesisUtterance*, SpeechBoundary, unsigned charIndex) OVERRIDE;
83 …void fireEvent(const AtomicString& type, SpeechSynthesisUtterance*, unsigned long charIndex, const…
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebSpeechSynthesizerClientImpl.cpp77 …ntImpl::wordBoundaryEventOccurred(const WebSpeechSynthesisUtterance& utterance, unsigned charIndex) in wordBoundaryEventOccurred() argument
79 m_client->boundaryEventOccurred(utterance, SpeechWordBoundary, charIndex); in wordBoundaryEventOccurred()
82 …pl::sentenceBoundaryEventOccurred(const WebSpeechSynthesisUtterance& utterance, unsigned charIndex) in sentenceBoundaryEventOccurred() argument
84 m_client->boundaryEventOccurred(utterance, SpeechSentenceBoundary, charIndex); in sentenceBoundaryEventOccurred()
DWebSpeechSynthesizerClientImpl.h51 virtual void wordBoundaryEventOccurred(const WebSpeechSynthesisUtterance&, unsigned charIndex);
52 …virtual void sentenceBoundaryEventOccurred(const WebSpeechSynthesisUtterance&, unsigned charIndex);
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/ttsdebug/
Dttsdebug.js69 if (evt.charIndex != 0) {
77 if (evt.charIndex != 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 + ', ' +
328 errors.push('Word at charIndex ' + evt.charIndex +
332 errors.push('Word at charIndex ' + evt.charIndex +
341 if (evt.charIndex > 0 && evt.charIndex < 62) {
344 if (evt.charIndex < min || evt.charIndex > max) {
345 errors.push('Got sentence at charIndex ' + evt.charIndex +
[all …]
/external/proguard/src/proguard/classfile/constant/
DUtf8Constant.java254 int charIndex = 0; in getStringRepresentation() local
267 chars[charIndex++] = in getStringRepresentation()
279 …fter initial byte [0x"+Integer.toHexString(b)+"] in string ["+new String(chars, 0, charIndex)+"]"); in getStringRepresentation()
283 return new String(chars, 0, charIndex); in getStringRepresentation()
/external/chromium_org/third_party/WebKit/public/platform/
DWebSpeechSynthesizerClient.h45 …virtual void wordBoundaryEventOccurred(const WebSpeechSynthesisUtterance&, unsigned charIndex) = 0;
46 …ual void sentenceBoundaryEventOccurred(const WebSpeechSynthesisUtterance&, unsigned charIndex) = 0;
/external/chromium_org/third_party/icu/source/test/letest/
Dcletest.c636 le_int32 charIndex = 0, lineNumber = 1; in GlyphToCharTest() local
678 if (ix != charIndex) { in GlyphToCharTest()
679 if (ix != charIndex - 1) { in GlyphToCharTest()
681 i, lineNumber, charIndex, ix); in GlyphToCharTest()
685 charIndex += 1; in GlyphToCharTest()
710 if (minIndex != charIndex) { in GlyphToCharTest()
712 run, lineNumber, charIndex, minIndex); in GlyphToCharTest()
716 charIndex = maxIndex + 1; in GlyphToCharTest()
Dletest.cpp873 le_int32 charIndex = 0, lineNumber = 1; in GlyphToCharTest() local
909 if (ix != charIndex) { in GlyphToCharTest()
910 if (ix != charIndex - 1) { in GlyphToCharTest()
912 i, lineNumber, charIndex, ix); in GlyphToCharTest()
916 charIndex += 1; in GlyphToCharTest()
941 if (minIndex != charIndex) { in GlyphToCharTest()
943 run, lineNumber, charIndex, minIndex); in GlyphToCharTest()
947 charIndex = maxIndex + 1; in GlyphToCharTest()
/external/icu/icu4c/source/test/letest/
Dcletest.c637 le_int32 charIndex = 0, lineNumber = 1; in GlyphToCharTest() local
679 if (ix != charIndex) { in GlyphToCharTest()
680 if (ix != charIndex - 1) { in GlyphToCharTest()
682 i, lineNumber, charIndex, ix); in GlyphToCharTest()
686 charIndex += 1; in GlyphToCharTest()
711 if (minIndex != charIndex) { in GlyphToCharTest()
713 run, lineNumber, charIndex, minIndex); in GlyphToCharTest()
717 charIndex = maxIndex + 1; in GlyphToCharTest()
Dletest.cpp874 le_int32 charIndex = 0, lineNumber = 1; in GlyphToCharTest() local
910 if (ix != charIndex) { in GlyphToCharTest()
911 if (ix != charIndex - 1) { in GlyphToCharTest()
913 i, lineNumber, charIndex, ix); in GlyphToCharTest()
917 charIndex += 1; in GlyphToCharTest()
942 if (minIndex != charIndex) { in GlyphToCharTest()
944 run, lineNumber, charIndex, minIndex); in GlyphToCharTest()
948 charIndex = maxIndex + 1; in GlyphToCharTest()
/external/chromium_org/chrome/renderer/resources/extensions/
Dtts_custom_bindings.js23 charIndex: event.charIndex, property
/external/icu/icu4c/source/layout/
DMPreFixups.cpp89 le_int32 charIndex = glyphStorage.getCharIndex(mpreLimit + i, success); in apply() local
92 glyphStorage.setCharIndex(mpreIndex + i, charIndex, success); in apply()
DIndicReordering.cpp206 void writeChar(LEUnicode ch, le_uint32 charIndex, FeatureMask charFeatures) in writeChar() argument
212 fGlyphStorage.setCharIndex(fOutIndex, charIndex, success); in writeChar()
218 void setFeatures ( le_uint32 charIndex, FeatureMask charFeatures) in setFeatures() argument
222 fGlyphStorage.setAuxData( charIndex, charFeatures, success ); in setFeatures()
226 FeatureMask getFeatures ( le_uint32 charIndex ) in getFeatures() argument
229 return fGlyphStorage.getAuxData(charIndex,success); in getFeatures()
292 void insertCharacter( LEUnicode ch, le_int32 toPosition, le_int32 charIndex, le_uint32 auxData ) { in insertCharacter() argument
304 fGlyphStorage.setCharIndex(toPosition,charIndex,success); in insertCharacter()
/external/icu/icu4c/source/layoutex/
DParagraphLayout.cpp982 le_int32 ParagraphLayout::previousBreak(le_int32 charIndex) in previousBreak() argument
986 while (charIndex < fCharCount && in previousBreak()
987 (u_isWhitespace(fChars[charIndex]) || in previousBreak()
988 u_iscntrl(fChars[charIndex]))) { in previousBreak()
989 charIndex += 1; in previousBreak()
1006 return fBreakIterator->preceding(charIndex + 1); in previousBreak()
1135 le_int32 ParagraphLayout::getCharRun(le_int32 charIndex) in getCharRun() argument
1137 if (charIndex < 0 || charIndex > fCharCount) { in getCharRun()
1147 while (charIndex >= fStyleRunLimits[run]) { in getCharRun()
/external/chromium_org/third_party/WebKit/Source/platform/speech/
DPlatformSpeechSynthesizer.h52 …d boundaryEventOccurred(PlatformSpeechSynthesisUtterance*, SpeechBoundary, unsigned charIndex) = 0;
/external/icu/icu4c/source/common/unicode/
Dubidi.h1410 ubidi_getParagraph(const UBiDi *pBiDi, int32_t charIndex, int32_t *pParaStart,
1462 ubidi_getLevelAt(const UBiDi *pBiDi, int32_t charIndex);
/external/chromium_org/third_party/icu/source/common/unicode/
Dubidi.h1410 ubidi_getParagraph(const UBiDi *pBiDi, int32_t charIndex, int32_t *pParaStart,
1462 ubidi_getLevelAt(const UBiDi *pBiDi, int32_t charIndex);
/external/icu/icu4c/source/layoutex/layout/
DParagraphLayout.h591 le_int32 getCharRun(le_int32 charIndex);
595 le_int32 previousBreak(le_int32 charIndex);
/external/icu/icu4c/source/common/
Dubidiln.c253 ubidi_getLevelAt(const UBiDi *pBiDi, int32_t charIndex) { in ubidi_getLevelAt() argument
255 if(!IS_VALID_PARA_OR_LINE(pBiDi) || charIndex<0 || pBiDi->length<=charIndex) { in ubidi_getLevelAt()
257 } else if(pBiDi->direction!=UBIDI_MIXED || charIndex>=pBiDi->trailingWSStart) { in ubidi_getLevelAt()
258 return GET_PARALEVEL(pBiDi, charIndex); in ubidi_getLevelAt()
260 return pBiDi->levels[charIndex]; in ubidi_getLevelAt()
/external/chromium_org/third_party/icu/source/common/
Dubidiln.c253 ubidi_getLevelAt(const UBiDi *pBiDi, int32_t charIndex) { in ubidi_getLevelAt() argument
255 if(!IS_VALID_PARA_OR_LINE(pBiDi) || charIndex<0 || pBiDi->length<=charIndex) { in ubidi_getLevelAt()
257 } else if(pBiDi->direction!=UBIDI_MIXED || charIndex>=pBiDi->trailingWSStart) { in ubidi_getLevelAt()
258 return GET_PARALEVEL(pBiDi, charIndex); in ubidi_getLevelAt()
260 return pBiDi->levels[charIndex]; in ubidi_getLevelAt()
/external/chromium_org/chrome/browser/ui/cocoa/extensions/
Dextension_installed_bubble_controller.h120 atIndex:(NSUInteger)charIndex;

123