Home
last modified time | relevance | path

Searched refs:trailing (Results 1 – 25 of 183) sorted by relevance

12345678

/external/icu4c/common/
Dloclikely.cpp158 const char* trailing, in createTagStringWithAlternates() argument
343 trailing, in createTagStringWithAlternates()
406 const char* trailing, in createTagString() argument
419 trailing, in createTagString()
822 #define CHECK_TRAILING_VARIANT_SIZE(trailing, trailingLength) \ argument
826 if (trailing[i] == '-' || trailing[i] == '_') { \
831 } else if (trailing[i] == '@') { \
853 const char* trailing = ""; in _uloc_addLikelySubtags() local
886 trailing = &localeID[trailingIndex]; in _uloc_addLikelySubtags()
887 trailingLength = (int32_t)uprv_strlen(trailing); in _uloc_addLikelySubtags()
[all …]
/external/doclava/src/com/google/doclava/
DSampleTagInfo.java124 int trailing = 0; in loadInclude() local
166 for (int i = 0; i < trailing; i++) { in loadInclude()
171 trailing = 1; // add \n next time, maybe in loadInclude()
173 trailing++; in loadInclude()
202 int trailing = 0; in readFile() local
219 for (int i = 0; i < trailing; i++) { in readFile()
227 trailing = 1; // add \n next time, maybe in readFile()
231 trailing++; in readFile()
/external/libxml2/
Dencoding.c224 int trailing; in UTF8Toascii() local
239 if (d < 0x80) { c= d; trailing= 0; } in UTF8Toascii()
245 } else if (d < 0xE0) { c= d & 0x1F; trailing= 1; } in UTF8Toascii()
246 else if (d < 0xF0) { c= d & 0x0F; trailing= 2; } in UTF8Toascii()
247 else if (d < 0xF8) { c= d & 0x07; trailing= 3; } in UTF8Toascii()
255 if (inend - in < trailing) { in UTF8Toascii()
259 for ( ; trailing; trailing--) { in UTF8Toascii()
397 int trailing; in UTF8Toisolat1() local
412 if (d < 0x80) { c= d; trailing= 0; } in UTF8Toisolat1()
418 } else if (d < 0xE0) { c= d & 0x1F; trailing= 1; } in UTF8Toisolat1()
[all …]
DHTMLparser.c1803 int trailing; in UTF8ToHtml() local
1818 if (d < 0x80) { c= d; trailing= 0; } in UTF8ToHtml()
1824 } else if (d < 0xE0) { c= d & 0x1F; trailing= 1; } in UTF8ToHtml()
1825 else if (d < 0xF0) { c= d & 0x0F; trailing= 2; } in UTF8ToHtml()
1826 else if (d < 0xF8) { c= d & 0x07; trailing= 3; } in UTF8ToHtml()
1834 if (inend - in < trailing) { in UTF8ToHtml()
1838 for ( ; trailing; trailing--) { in UTF8ToHtml()
1907 int trailing; in htmlEncodeEntities() local
1915 if (d < 0x80) { c= d; trailing= 0; } in htmlEncodeEntities()
1921 } else if (d < 0xE0) { c= d & 0x1F; trailing= 1; } in htmlEncodeEntities()
[all …]
/external/webkit/Source/WebCore/platform/graphics/win/
DUniscribeController.cpp361 int trailing = 0; in shapeAndPlaceItem() local
363 advances.data(), &item.a, &m_offsetPosition, &trailing); in shapeAndPlaceItem()
364 if (trailing && m_includePartialGlyphs && m_offsetPosition < len - 1) { in shapeAndPlaceItem()
366 m_offsetX += m_run.rtl() ? -trailing : trailing; in shapeAndPlaceItem()
370 if (trailing && m_includePartialGlyphs) in shapeAndPlaceItem()
/external/chromium/chrome/browser/ui/cocoa/
Drwhvm_editcommand_helper.mm148 // Returns the core command name (which is the selector name with the trailing
170 // Remove the trailing colon.
187 // Append trailing ':' to command name to get selector name.
209 // Remove trailing ':'
/external/bluetooth/glib/gio/
Dgwin32volumemonitor.c199 guint trailing = wcslen (wc_name) - 1; in get_connected_drives()
202 wc_name[trailing] = L'\0'; in get_connected_drives()
/external/markdown/MarkdownTest/Tests_2007/
DCode Blocks.text10 all contain trailing spaces
DInline HTML (Simple).text42 Just plain comment, with trailing spaces on the line:
/external/dbus/
DChangeLog3 * tools/dbus-monitor.c: take out the trailing comma in the
/external/llvm/test/CodeGen/X86/
D2008-04-24-MemCpyBug.ll2 ; Don't accidentally add the offset twice for trailing bytes.
/external/e2fsprogs/
Ddepfix.sed32 # Now insert a trailing newline...
/external/markdown/tests/markdown-test/
Dinline-html-simple.txt42 Just plain comment, with trailing spaces on the line:
/external/markdown/MarkdownTest/Tests_2004/
DInline HTML (Simple).text42 Just plain comment, with trailing spaces on the line:
/external/markdown/tests/safe_mode/
Dinline-html-simple.txt42 Just plain comment, with trailing spaces on the line:
/external/dnsmasq/contrib/dns-loc/
Ddnsmasq2-loc-rfc1876.patch257 + while (!isspace(*cp)) /* if any trailing garbage */
298 + while (!isspace(*cp)) /* if any trailing garbage */
372 + /* if trailing garbage or m */
382 + while (!isspace(*cp) && (cp < maxcp))/*if trailing garbage or m*/
393 + while (!isspace(*cp) && (cp < maxcp))/*if trailing garbage or m*/
/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
DMVS.uudecode15 Sorry about the trailing blank problem. It's farily common with data sent
24 the trailing blank problem? I manually mangled the uuencoded file and ran
53 X certain files, to work even if trailing spaces have been removed from a
213 X * assumed that means that some editor has truncated trailing spaces.
238 X /* Pad end of lines in case some editor truncated trailing
/external/qemu/docs/
DANDROID-CONFIG-FILES.TXT38 - Leading and trailing space are allowed and ignored before/after the key
42 leading/trailing space/tab characters or newline/charfeed characters
/external/webkit/Source/WebCore/platform/graphics/gtk/
DFontGtk.cpp390 int index, trailing; in offsetForPositionForComplexText() local
391 pango_layout_xy_to_index(layout, x * PANGO_SCALE, 1, &index, &trailing); in offsetForPositionForComplexText()
394 offset += trailing; in offsetForPositionForComplexText()
/external/llvm/
D.gitignore31 # Directories to ignore (do not add trailing '/'s, they skip symlinks).
/external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/
Dset-href-attribute-whitespace-expected.txt1 Test setting the href attribute of an HTMLAnchorElement to a URL with leading and trailing whitespa…
/external/webkit/Tools/android/flex-2.5.4a/MISC/Atari/
DAtari.patches31 - Bug fix: The original flex didn't like trailing spaces in exclusive start
32 condition lists ! If you add an trailing space to line 68 in scan.l
590 X#CCPATH = path to compiler directory without trailing \
591 X#CHPATH = path to header files without trailing \
595 X#ASMPATH = path to assembler directory without trailing \
601 X#LNKPATH = path to linker directory without trailing \
779 X - Bug fix: The original flex didn't like trailing spaces in exclusive start
780 X condition lists ! If you add an trailing space to line 68 in scan.l
/external/chromium/chrome/browser/ui/gtk/
Dlocation_bar_view_gtk.cc1011 std::string trailing(UTF16ToUTF8( in SetKeywordHintLabel() local
1016 trailing.c_str()); in SetKeywordHintLabel()
1198 GtkRequisition leading, icon, trailing; in AdjustChildrenVisibility() local
1201 gtk_widget_size_request(tab_to_search_hint_trailing_label_, &trailing); in AdjustChildrenVisibility()
1202 int full_width = leading.width + icon.width + trailing.width; in AdjustChildrenVisibility()
/external/bluetooth/glib/po/
Dpo2tbl.sed.in68 # First hide trailing `9' digits.
/external/pcre/
DPrepareRelease21 # Detrail A Perl script that removes trailing spaces from files.
157 # significant trailing spaces. The configure files are also omitted from the

12345678