Home
last modified time | relevance | path

Searched refs:SEP (Results 1 – 25 of 90) sorted by relevance

1234

/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
DFileHandlerTest.java52 final static String SEP = File.separator; field in FileHandlerTest
69 File file = new File(tempPath + SEP + "log"); in setUp()
100 reset(tempPath + SEP + "log", ""); in tearDown()
155 FileOutputStream output = new FileOutputStream(tempPath + SEP + "log" in testLock()
156 + SEP + "java1.test.0"); in testLock()
160 assertFileContent(tempPath + SEP + "log", "java1.test.0", h in testLock()
183 assertFileContent(tempPath + SEP + "log", "java0.test.0", in testFileHandler()
246 + SEP + filename)); in assertFileContent()
276 file = new File(homepath + SEP + filename); in reset()
290 file = new File(homepath + SEP + filename + ".lck"); in reset()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DInternalLocaleBuilder.java75 String var = variant.replaceAll(LanguageTag.SEP, BaseLocale.SEP); in setVariant()
76 int errIdx = checkVariants(var, BaseLocale.SEP); in setVariant()
121 String tp = type.replaceAll(BaseLocale.SEP, LanguageTag.SEP); in setUnicodeLocaleKeyword()
123 StringTokenIterator itr = new StringTokenIterator(tp, LanguageTag.SEP); in setUnicodeLocaleKeyword()
166 String val = value.replaceAll(BaseLocale.SEP, LanguageTag.SEP); in setExtension()
167 StringTokenIterator itr = new StringTokenIterator(val, LanguageTag.SEP); in setExtension()
202 subtags = subtags.replaceAll(BaseLocale.SEP, LanguageTag.SEP); in setExtensions()
203 StringTokenIterator itr = new StringTokenIterator(subtags, LanguageTag.SEP); in setExtensions()
223 sb.append(LanguageTag.SEP).append(s); in setExtensions()
255 sb.append(LanguageTag.SEP).append(s); in setExtensions()
[all …]
DLanguageTag.java22 public static final String SEP = "-"; field in LanguageTag
172 itr = new StringTokenIterator(gfmap[1], SEP); in parse()
175 itr = new StringTokenIterator(languageTag, SEP); in parse()
338 sb.append(SEP).append(s); in parseExtensions()
382 sb.append(SEP).append(s); in parsePrivateuse()
446 StringTokenIterator varitr = new StringTokenIterator(variant, BaseLocale.SEP); in parseLocale()
476 buf.append(SEP); in parseLocale()
502 extensions.add(locextKey.toString() + SEP + ext.getValue()); in parseLocale()
514 privateuse = PRIVUSE_VARIANT_PREFIX + SEP + privuseVar; in parseLocale()
516 …privateuse = privateuse + SEP + PRIVUSE_VARIANT_PREFIX + SEP + privuseVar.replace(BaseLocale.SEP, in parseLocale()
[all …]
DUnicodeLocaleExtension.java57 sb.append(LanguageTag.SEP).append(attribute); in UnicodeLocaleExtension()
63 sb.append(LanguageTag.SEP).append(key); in UnicodeLocaleExtension()
65 sb.append(LanguageTag.SEP).append(value); in UnicodeLocaleExtension()
108 int idx = s.indexOf(LanguageTag.SEP, startIdx); in isType()
/external/openssh/
Dmatch.c240 #define SEP "," macro
251 for ((p = strsep(&sp, SEP)), i=0; p && *p != '\0'; in match_list()
252 (p = strsep(&sp, SEP)), i++) { in match_list()
260 for ((p = strsep(&cp, SEP)), i=0; p && *p != '\0'; in match_list()
261 (p = strsep(&cp, SEP)), i++) { in match_list()
Dcompat.c187 #define SEP "," macro
199 for ((p = strsep(&q, SEP)); p && *p != '\0'; (p = strsep(&q, SEP))) { in proto_spec()
/external/smali/
Dgradlew120 SEP=""
122 ROOTDIRS="$ROOTDIRS$SEP$dir"
123 SEP="|"
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/groovy/org/mockftpserver/fake/filesystem/
DDefaultFileSystemTest.groovy127 private static final String SEP = File.separator
136 assert "abc" + SEP + "def" == fileSystem.path("abc", "def")
175 assertEquals("\\abc", SEP, fileSystem.getParent("\\abc"))
176 assertEquals("/abc", SEP, fileSystem.getParent("/abc"))
177 assertEquals("c:\\abc", "c:" + SEP, fileSystem.getParent("c:\\abc"))
178 assertEquals("c:/abc", "c:" + SEP, fileSystem.getParent("c:/abc"))
179 assertEquals("c:\\abc\\def", "c:" + SEP + "abc", fileSystem.getParent("c:\\abc\\def"))
180 assertEquals("c:/abc/def", "c:" + SEP + "abc", fileSystem.getParent("c:/abc/def"))
204 return p1 + SEP + p2
/external/icu/icu4c/source/common/
Duloc_tag.c53 #define SEP '-' macro
349 if (*p == SEP) { in _isExtensionSubtags()
392 if (*p == SEP) { in _isPrivateuseValueSubtags()
432 if (*p == SEP) { in ultag_isUnicodeLocaleType()
710 *(appendAt + reslen) = SEP; in _appendScriptToLanguageTag()
752 *(appendAt + reslen) = SEP; in _appendRegionToLanguageTag()
794 if (*p == SEP || *p == LOCALE_SEP || *p == 0) { in _appendVariantsToLanguageTag()
860 *(appendAt + reslen) = SEP; in _appendVariantsToLanguageTag()
1111 *(appendAt + reslen) = SEP; in _appendKeywordsToLanguageTag()
1125 *(appendAt + reslen) = SEP; in _appendKeywordsToLanguageTag()
[all …]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/
DRSSFeedUpdateEntryTask.java65 private static final String SEP = "----"; //$NON-NLS-1$ field in RSSFeedUpdateEntryTask
143 System.out.println(SEP); in updateFeedXML()
145 System.out.println(SEP); in updateFeedXML()
251 System.out.println(SEP); //$NON-NLS-1$ in findAndReplace()
253 System.out.println(SEP); //$NON-NLS-1$ in findAndReplace()
/external/libcap-ng/libcap-ng-0.7/m4/
Dltsugar.m416 # lt_join(SEP, ARG1, [ARG2...])
61 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
63 # Produce a SEP delimited list of all paired combinations of elements of
/external/google-breakpad/m4/
Dltsugar.m416 # lt_join(SEP, ARG1, [ARG2...])
61 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
63 # Produce a SEP delimited list of all paired combinations of elements of
/external/libmtp/m4/
Dltsugar.m416 # lt_join(SEP, ARG1, [ARG2...])
61 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
63 # Produce a SEP delimited list of all paired combinations of elements of
/external/protobuf/m4/
Dltsugar.m416 # lt_join(SEP, ARG1, [ARG2...])
61 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
63 # Produce a SEP delimited list of all paired combinations of elements of
/external/libpng/scripts/
Dltsugar.m416 # lt_join(SEP, ARG1, [ARG2...])
61 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
63 # Produce a SEP delimited list of all paired combinations of elements of
/external/pcre/dist/m4/
Dltsugar.m416 # lt_join(SEP, ARG1, [ARG2...])
61 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
63 # Produce a SEP delimited list of all paired combinations of elements of
/external/google-tv-pairing-protocol/cpp/m4/
Dltsugar.m416 # lt_join(SEP, ARG1, [ARG2...])
61 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
63 # Produce a SEP delimited list of all paired combinations of elements of
/external/libusb-compat/m4/
Dltsugar.m416 # lt_join(SEP, ARG1, [ARG2...])
61 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
63 # Produce a SEP delimited list of all paired combinations of elements of
/external/libopus/m4/
Dltsugar.m416 # lt_join(SEP, ARG1, [ARG2...])
61 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
63 # Produce a SEP delimited list of all paired combinations of elements of
/external/libedit/m4/
Dltsugar.m416 # lt_join(SEP, ARG1, [ARG2...])
61 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
63 # Produce a SEP delimited list of all paired combinations of elements of
/external/libexif/auto-m4/
Dltsugar.m416 # lt_join(SEP, ARG1, [ARG2...])
61 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
63 # Produce a SEP delimited list of all paired combinations of elements of
/external/openfst/m4/
Dltsugar.m416 # lt_join(SEP, ARG1, [ARG2...])
61 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
63 # Produce a SEP delimited list of all paired combinations of elements of
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestNumberFormat.java268 final String SEP = "============================================================\n"; in TestMonster() local
290 logln(SEP); in TestMonster()
295 logln(SEP); in TestMonster()
/external/nist-sip/java/gov/nist/javax/sip/parser/
DTokenNames.java74 public static final String SEP = SIPDate.SEP; field
/external/slf4j/slf4j-api/src/main/java/org/slf4j/helpers/
DBasicMarker.java158 private static String SEP = ", "; field in BasicMarker
188 sb.append(SEP); in toString()

1234