HomeSort by relevance Sort by last modified time
    Searched refs:aText (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/gtk/
FontGtk.cpp 88 static gchar* utf16ToUtf8(const UChar* aText, gint aLength, gint &length)
93 if (!aText[i] || IS_LOW_SURROGATE(aText[i])) {
98 if (IS_HIGH_SURROGATE(aText[i])) {
99 if (i < aLength - 1 && IS_LOW_SURROGATE(aText[i+1]))
113 copiedString.set(static_cast<UChar*>(g_memdup(aText, aLength * sizeof(aText[0]))));
121 if (i < aLength - 1 && IS_LOW_SURROGATE(aText[i+1]))
128 aText = p;
133 utf8Text = g_utf16_to_utf8(static_cast<const gunichar2*>(aText), aLength, 0, &itemsWritten, 0)
    [all...]
  /external/libvpx/examples/includes/HTML-Toc-0.91/
TocInsertor.pm 847 my ($self, $aText) = @_;
849 $self->SUPER::text($aText);
855 HTML::TocGenerator::TT_TOKENTYPE_TEXT, $aText, undef, $aText
859 $self->_writeOrBufferOutput($aText);
1048 my ($self, $aText) = @_;
1056 @${$self->{_lastAddedToken}}[HTML::TocGenerator::TT_TAG_BEGIN] .= $aText;
1061 $self->_processToken(HTML::TocGenerator::TT_TOKENTYPE_TEXT, $aText);
TocUpdator.pm 541 # args: - $aText: Text to add to ToC.
546 my ($self, $aText, $aToc) = @_;
551 $self->SUPER::_processTocText($aText, $aToc);
687 my ($self, $aText) = @_;
689 $self->{tokens}[HTML::TocUpdator::TUT_TOKENTYPE_TEXT]{$aText} = '';
TocGenerator.pm 793 # args: - $aText: Text to add to ToC.
798 my ($self, $aText, $aToc) = @_;
800 $aToc->{_toc} .= $aText;
    [all...]
Toc.pm 155 # args: - $aText: text to indent
163 my ($self, $aText, $aAdd, $aGlobalLevel) = @_;
173 return $indent . $aText;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRCommonToken.h 83 - (void) setText:(NSString *)aText;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 900 milliseconds