/external/icu/icu4c/source/i18n/ |
D | csrucode.cpp | 60 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/ |
D | SpeechSynthesisEvent.cpp | 36 …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()
|
D | SpeechSynthesisEvent.h | 37 …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…
|
D | SpeechSynthesis.cpp | 145 … 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()
|
D | SpeechSynthesis.h | 79 …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/ |
D | WebSpeechSynthesizerClientImpl.cpp | 77 …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()
|
D | WebSpeechSynthesizerClientImpl.h | 51 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/ |
D | ttsdebug.js | 69 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/ |
D | Utf8Constant.java | 254 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/ |
D | WebSpeechSynthesizerClient.h | 45 …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/ |
D | cletest.c | 636 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()
|
D | letest.cpp | 873 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/ |
D | cletest.c | 637 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()
|
D | letest.cpp | 874 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/ |
D | tts_custom_bindings.js | 23 charIndex: event.charIndex, property
|
/external/icu/icu4c/source/layout/ |
D | MPreFixups.cpp | 89 le_int32 charIndex = glyphStorage.getCharIndex(mpreLimit + i, success); in apply() local 92 glyphStorage.setCharIndex(mpreIndex + i, charIndex, success); in apply()
|
D | IndicReordering.cpp | 206 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/ |
D | ParagraphLayout.cpp | 982 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/ |
D | PlatformSpeechSynthesizer.h | 52 …d boundaryEventOccurred(PlatformSpeechSynthesisUtterance*, SpeechBoundary, unsigned charIndex) = 0;
|
/external/icu/icu4c/source/common/unicode/ |
D | ubidi.h | 1410 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/ |
D | ubidi.h | 1410 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/ |
D | ParagraphLayout.h | 591 le_int32 getCharRun(le_int32 charIndex); 595 le_int32 previousBreak(le_int32 charIndex);
|
/external/icu/icu4c/source/common/ |
D | ubidiln.c | 253 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/ |
D | ubidiln.c | 253 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/ |
D | extension_installed_bubble_controller.h | 120 atIndex:(NSUInteger)charIndex;
|