HomeSort by relevance Sort by last modified time
    Searched full:separator (Results 651 - 675 of 2854) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
revisionHistory.css 88 .revision-history-line-separator .webkit-line-number {
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
NormalizeAlgorithm.cpp 228 const char* Separator = ": ";
230 size_t length = (m_messages.size() - 1) * strlen(Separator);
237 result.append(Separator, strlen(Separator));
  /external/chromium_org/third_party/icu/source/i18n/
dcfmtsym.cpp 386 fSymbols[kDecimalSeparatorSymbol] = (UChar)0x2e; // '.' decimal separator
387 fSymbols[kGroupingSeparatorSymbol].remove(); // group (thousands) separator
388 fSymbols[kPatternSeparatorSymbol] = (UChar)0x3b; // ';' pattern separator
405 fSymbols[kMonetarySeparatorSymbol] = (UChar)0x2e; // '.' monetary decimal separator
  /external/chromium_org/third_party/icu/source/tools/toolutil/
pkg_gencmn.c 109 /* map non-tree separator (such as '\') to tree separator ('/') inplace. */
511 /* replace tree separator (such as '/') with file sep char (such as ':' or '\\') */
520 /* replace tree separator (such as '/') with file sep char (such as ':' or '\\') */
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/src/
rule.cc 44 // Used as a separator in a list of items. For example, the list of supported
  /external/chromium_org/third_party/re2/doc/
syntax.txt 223 Z separator
224 Zl line separator
225 Zp paragraph separator
226 Zs space separator
  /external/chromium_org/third_party/skia/include/core/
SkOSFile.h 143 * separator will still be inserted.
  /external/chromium_org/tools/gn/
build_settings.h 59 // The inverse of relative_build_dir, ending with a separator.
  /external/chromium_org/tools/python/google/
path_utils.py 58 # and remove a trailing path separator, if present.
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
monsoon_profiler.py 54 print (' echo "set datafile separator \',\'; plot \'%s\' with lines" | '
  /external/chromium_org/ui/message_center/
message_center_style.h 129 extern const SkColor kFooterDelimiterColor; // Separator color for the tray.
  /external/chromium_org/ui/views/controls/combobox/
combobox_unittest.cc 100 return ASCIIToUTF16("SEPARATOR");
284 // Verifies that we don't select a separator line in combobox when navigating
306 // Verifies that we never select the separator that is in the beginning of the
328 // Verifies that we never select the separator that is in the end of the
  /external/chromium_org/ui/views/controls/menu/
menu.cc 88 if (type == SEPARATOR)
menu_config.h 84 // Height of a normal separator (ui::NORMAL_SEPARATOR).
  /external/chromium_org/ui/views/touchui/
touch_editing_menu.cc 102 // Draw separator bars.
  /external/chromium_org/url/
url_canon_pathurl.cc 17 // |new_component|. If |separator| is non-zero, it is pre-pended to |ouput|
  /external/chromium_org/webkit/browser/fileapi/
mount_points.h 34 // The name should NOT contain a path separator '/'.
  /external/emma/core/java12/com/vladium/emma/report/
ReportProperties.java 414 final int separator = metricSpec.indexOf (IReportProperties.MSEPARATOR); local
415 if (separator > 0) // silently ignore invalid entries
420 criterion = Double.parseDouble (metricSpec.substring (separator + 1));
429 columnName = metricSpec.substring (0, separator);
  /external/expat/tests/
xmltest.sh 29 # OUTPUT must terminate with the directory separator.
  /external/icu4c/common/
ustrcase_locale.cpp 60 csm->locale[i]=0; /* Up to 3 non-separator characters. */
  /external/icu4c/i18n/
dcfmtsym.cpp 395 fSymbols[kDecimalSeparatorSymbol] = (UChar)0x2e; // '.' decimal separator
396 fSymbols[kGroupingSeparatorSymbol].remove(); // group (thousands) separator
397 fSymbols[kPatternSeparatorSymbol] = (UChar)0x3b; // ';' pattern separator
414 fSymbols[kMonetarySeparatorSymbol] = (UChar)0x2e; // '.' monetary decimal separator
  /external/icu4c/tools/toolutil/
pkg_gencmn.c 110 /* map non-tree separator (such as '\') to tree separator ('/') inplace. */
530 /* replace tree separator (such as '/') with file sep char (such as ':' or '\\') */
539 /* replace tree separator (such as '/') with file sep char (such as ':' or '\\') */
  /external/jmonkeyengine/engine/src/core/com/jme3/util/
JmeFormatter.java 56 lineSeperator = System.getProperty("line.separator");
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
SyntaxTreeDumper.java 39 private final String newLine = System.getProperty("line.separator");
  /external/jsilver/src/com/google/streamhtmlparser/util/
HtmlUtils.java 169 '\u2028', /* Line separator */
170 '\u2029'); /* Paragraph separator */
264 * <code>Carriage Return</code>, <code>Line separator</code>,
265 * <code>Paragraph Separator</code>).

Completed in 944 milliseconds

<<21222324252627282930>>