HomeSort by relevance Sort by last modified time
    Searched refs:sep (Results 76 - 100 of 139) sorted by null

1 2 34 5 6

  /external/icu4c/i18n/
locdspnm.cpp 271 UnicodeString sep; member in class:LocaleDisplayNamesImpl
323 langData.getNoFallback("localeDisplayPattern", "separator", sep);
324 if (sep.isBogus()) {
325 sep = UnicodeString(", ", -1, US_INV);
448 buffer.append(sep);
  /external/chromium/base/
base_main.scons 310 def columnar_text(items, width=78, indent=2, sep=2):
312 colwidth = max(map(len, items)) + sep
318 sep = indent
320 result.append(sep)
323 sep = '\n' + indent
  /external/chromium/net/
net_main.scons 328 def columnar_text(items, width=78, indent=2, sep=2):
330 colwidth = max(map(len, items)) + sep
336 sep = indent
338 result.append(sep)
341 sep = '\n' + indent
  /external/chromium/sdch/
sdch_main.scons 297 def columnar_text(items, width=78, indent=2, sep=2):
299 colwidth = max(map(len, items)) + sep
305 sep = indent
307 result.append(sep)
310 sep = '\n' + indent
  /external/chromium/third_party/icu/
icu_main.scons 299 def columnar_text(items, width=78, indent=2, sep=2):
301 colwidth = max(map(len, items)) + sep
307 sep = indent
309 result.append(sep)
312 sep = '\n' + indent
  /external/chromium/third_party/libevent/
libevent_main.scons 297 def columnar_text(items, width=78, indent=2, sep=2):
299 colwidth = max(map(len, items)) + sep
305 sep = indent
307 result.append(sep)
310 sep = '\n' + indent
  /external/chromium/third_party/modp_b64/
modp_b64_main.scons 297 def columnar_text(items, width=78, indent=2, sep=2):
299 colwidth = max(map(len, items)) + sep
305 sep = indent
307 result.append(sep)
310 sep = '\n' + indent
  /external/chromium/third_party/zlib/
zlib_main.scons 297 def columnar_text(items, width=78, indent=2, sep=2):
299 colwidth = max(map(len, items)) + sep
305 sep = indent
307 result.append(sep)
310 sep = '\n' + indent
  /system/core/sh/
eval.c 763 char sep = 0; local
766 if (sep != 0)
767 outc(sep, &errout);
769 sep = ' ';
772 if (sep != 0)
773 outc(sep, &errout);
775 sep = ' ';
  /external/tcpdump/
print-ip.c 201 const char *sep = ""; local
206 printf("%s", sep);
207 sep = ",";
  /external/bluetooth/glib/gio/xdgmime/
xdgmime.c 724 char *sep; local
726 sep = strchr (mime_a, '/');
728 if (sep && strncmp (mime_a, mime_b, sep - mime_a + 1) == 0)
  /external/chromium/base/third_party/xdg_mime/
xdgmime.c 724 char *sep; local
726 sep = strchr (mime_a, '/');
728 if (sep && strncmp (mime_a, mime_b, sep - mime_a + 1) == 0)
  /external/v8/test/mozilla/
testcfg.py 107 root_path = root[len(self.root):].split(os.path.sep)
  /external/webkit/WebCore/rendering/
SVGRenderTreeAsText.cpp 75 TextStream& operator<<(TextStream& ts, TextStreamSeparator& sep)
77 if (sep.m_needToSeparate)
78 ts << sep.m_separator;
80 sep.m_needToSeparate = true;
  /external/webkit/WebKitTools/pywebsocket/mod_pywebsocket/
dispatch.py 64 path = path.replace('\\', os.path.sep)
  /sdk/eclipse/scripts/
collect_sources_for_sdk.py 117 pkg = pkg.replace(".", os.path.sep) # e.g. android.view => android/view
  /frameworks/base/core/java/android/content/
Intent.java 2915 int sep = uri.indexOf('!', i); local
2945 int sep = uri.indexOf('!', i); local
    [all...]
  /cts/tools/utils/
buildCts.py 180 path_dirs = os.path.abspath(path).split(os.path.sep)
181 start_dirs = os.path.abspath(start).split(os.path.sep)
  /external/chromium/third_party/icu/source/tools/tzcode/
icuzdump.cpp 123 void setLineSeparator(const char* sep) {
124 linesep = sep;
311 << "\t-l <sep> : New line code type used in file outputs. CR or LF (default)"
  /external/icu4c/tools/tzcode/
icuzdump.cpp 123 void setLineSeparator(const char* sep) {
124 linesep = sep;
311 << "\t-l <sep> : New line code type used in file outputs. CR or LF (default)"
  /external/nist-sip/java/gov/nist/core/
GenericObjectList.java 381 * @param sep
384 public void setSeparator(String sep) {
385 separator = sep;
  /external/openssl/crypto/evp/
evp_test.c 127 static unsigned char *ustrsep(char **p,const char *sep)
128 { return (unsigned char *)sstrsep(p,sep); }
  /external/chromium/third_party/icu/source/tools/toolutil/
package.cpp 280 char *sep; local
287 sep=strchr(filename, 0)-strlen(name);
288 while((sep=strchr(sep, U_FILE_SEP_CHAR))!=NULL) {
289 if(sep!=filename) {
290 *sep=0; // truncate temporarily
297 *sep++=U_FILE_SEP_CHAR; // restore file separator character
    [all...]
  /external/icu4c/tools/toolutil/
package.cpp 280 char *sep; local
287 sep=strchr(filename, 0)-strlen(name);
288 while((sep=strchr(sep, U_FILE_SEP_CHAR))!=NULL) {
289 if(sep!=filename) {
290 *sep=0; // truncate temporarily
297 *sep++=U_FILE_SEP_CHAR; // restore file separator character
    [all...]
  /external/qemu/android/
console.c 318 const char* sep; local
323 sep = strchr( name, '|' );
324 if (sep)
325 len = sep - name;
336 if (sep)
337 name = sep + 1;
339 } while (sep != NULL && *name);
    [all...]

Completed in 993 milliseconds

1 2 34 5 6