/external/icu4c/common/ |
D | loclikely.cpp | 158 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/ |
D | SampleTagInfo.java | 124 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/ |
D | encoding.c | 224 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 …]
|
D | HTMLparser.c | 1803 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/ |
D | UniscribeController.cpp | 361 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/ |
D | rwhvm_editcommand_helper.mm | 148 // 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/ |
D | gwin32volumemonitor.c | 199 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/ |
D | Code Blocks.text | 10 all contain trailing spaces
|
D | Inline HTML (Simple).text | 42 Just plain comment, with trailing spaces on the line:
|
/external/dbus/ |
D | ChangeLog | 3 * tools/dbus-monitor.c: take out the trailing comma in the
|
/external/llvm/test/CodeGen/X86/ |
D | 2008-04-24-MemCpyBug.ll | 2 ; Don't accidentally add the offset twice for trailing bytes.
|
/external/e2fsprogs/ |
D | depfix.sed | 32 # Now insert a trailing newline...
|
/external/markdown/tests/markdown-test/ |
D | inline-html-simple.txt | 42 Just plain comment, with trailing spaces on the line:
|
/external/markdown/MarkdownTest/Tests_2004/ |
D | Inline HTML (Simple).text | 42 Just plain comment, with trailing spaces on the line:
|
/external/markdown/tests/safe_mode/ |
D | inline-html-simple.txt | 42 Just plain comment, with trailing spaces on the line:
|
/external/dnsmasq/contrib/dns-loc/ |
D | dnsmasq2-loc-rfc1876.patch | 257 + 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/ |
D | MVS.uudecode | 15 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/ |
D | ANDROID-CONFIG-FILES.TXT | 38 - 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/ |
D | FontGtk.cpp | 390 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 | .gitignore | 31 # Directories to ignore (do not add trailing '/'s, they skip symlinks).
|
/external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/ |
D | set-href-attribute-whitespace-expected.txt | 1 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/ |
D | Atari.patches | 31 - 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/ |
D | location_bar_view_gtk.cc | 1011 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/ |
D | po2tbl.sed.in | 68 # First hide trailing `9' digits.
|
/external/pcre/ |
D | PrepareRelease | 21 # Detrail A Perl script that removes trailing spaces from files. 157 # significant trailing spaces. The configure files are also omitted from the
|