Home
last modified time | relevance | path

Searched refs:multichar (Results 1 – 4 of 4) sorted by relevance

/external/srec/srec/Nametag/src/
DNametagImpl.c77 LCHAR* multichar; in SR_NametagCreate() local
84 …for (multichar = strtok(long_pron, L(" \t\n\r")); multichar; multichar = strtok(NULL, L(" \t\n\r")… in SR_NametagCreate()
86 p = multichar; in SR_NametagCreate()
94 multichar = p; in SR_NametagCreate()
104 if ((rc = SR_Vocabulary_etiinf_conv_from_multichar(locale, multichar, singlechar)) != ESR_SUCCESS) in SR_NametagCreate()
106 …PLogError(L("Could not convert long to short pron (input=%s, locale=%s)"), multichar, ESR_locale2s… in SR_NametagCreate()
/external/libvpx/examples/includes/geshi/docs/
DCHANGES175 * Added support for multichar string delimiters (SF#1932083, BenBE)
/external/webkit/WebCore/
DChangeLog-2008-08-1037644 … - fixed "SVG multichar glyph matching matches longest instead of first (affects Acid3 test 79)"
37834 … - fixed "SVGTextElement.getStartPositionOfChar does not correctly account for multichar glyphs"
37839 …and reporting of how many characters were actually consumed, to support multichar glyphs in SVG fo…
37845 …Core::SVGInlineTextBox::calculateGlyphBoundaries): Add boilerplate; may not handle multichar glyphs
37849 …(WebCore::cummulatedWidthOrHeightOfTextChunk): Add boilerplate; may not handle multichar glyphs ri…
37851 …(WebCore::SVGRootInlineBox::buildLayoutInformationForTextBox): Account for multichar glyphs - let …
37856 …we accout for multichar glyphs (both looking at extra chars past the end of the run, and reporting…
/external/webkit/JavaScriptCore/
DChangeLog-2008-08-1018522 …- JSC part of fix for "SVG multichar glyph matching matches longest instead of first (affects Acid…