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

<<41424344454647484950>>

  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverTransfer.java 450 File dstFile = new File(path + File.separator + fileName);
453 dstFile = new File(path + File.separator + fileNameWithoutExtension + "-" +
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
StringUtils.java 279 // We need a capital letter next if this is a separator.
299 // We need a capital letter next if this is a separator.
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
SearchIndexManager.java 408 * Token separator that matches SQLite's "simple" tokenizer.
411 * - Everything else is a separator of tokens
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_num_get.c 241 //Here there is no grouping so separator is not important, we just pass the default character.
242 return __get_integer(__first, __last, 10, __val, 0, false, _CharT() /*separator*/, __grp, __false_type());
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_num_get.c 241 //Here there is no grouping so separator is not important, we just pass the default character.
242 return __get_integer(__first, __last, 10, __val, 0, false, _CharT() /*separator*/, __grp, __false_type());
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_num_get.c 241 //Here there is no grouping so separator is not important, we just pass the default character.
242 return __get_integer(__first, __last, 10, __val, 0, false, _CharT() /*separator*/, __grp, __false_type());
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_num_get.c 241 //Here there is no grouping so separator is not important, we just pass the default character.
242 return __get_integer(__first, __last, 10, __val, 0, false, _CharT() /*separator*/, __grp, __false_type());
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_num_get.c 241 //Here there is no grouping so separator is not important, we just pass the default character.
242 return __get_integer(__first, __last, 10, __val, 0, false, _CharT() /*separator*/, __grp, __false_type());
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
__init__.py 153 representation. Since the default item separator is ``', '``, the
217 representation. Since the default item separator is ``', '``, the
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_locale.py 115 # A cooked "fr_FR" locale with a space character as decimal separator
162 # XXX there is a grouping + padding bug when the thousands separator
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
__init__.py 153 representation. Since the default item separator is ``', '``, the
217 representation. Since the default item separator is ``', '``, the
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_locale.py 115 # A cooked "fr_FR" locale with a space character as decimal separator
162 # XXX there is a grouping + padding bug when the thousands separator
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
SdkSelectionPage.java 361 if (path.endsWith(File.separator)) {
364 name = path.replaceAll(Pattern.quote(File.separator), " > "); //$NON-NLS-1$
  /system/core/libutils/
String8.cpp 36 // Separator used by resource paths. This is not platform dependent contrary
479 // remove trailing path separator, if present
  /external/icu4c/i18n/
decimfmt.cpp 242 * CURRENCY_SIGN is seen in a pattern, then the decimal separator is
243 * replaced with the monetary decimal separator.
    [all...]
  /build/core/combo/include/arch/darwin-x86/
AndroidConfig.h 235 * The default path separator for the platform
  /build/core/combo/include/arch/freebsd-x86/
AndroidConfig.h 276 * The default path separator for the platform
  /build/core/combo/include/arch/linux-arm/
AndroidConfig.h 288 * The default path separator for the platform
  /build/core/combo/include/arch/linux-mips/
AndroidConfig.h 305 * The default path separator for the platform
  /build/core/combo/include/arch/linux-ppc/
AndroidConfig.h 260 * The default path separator for the platform
  /build/core/combo/include/arch/linux-x86/
AndroidConfig.h 260 * The default path separator for the platform
  /build/core/combo/include/arch/target_linux-x86/
AndroidConfig.h 277 * The default path separator for the platform
  /build/core/combo/include/arch/windows/
AndroidConfig.h 248 * The default path separator for the platform
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
TestSuiteFactory.java 73 final File testFile = new File(grammarDir + File.separator + grammarName + TEST_SUITE_EXT);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DotTreeGenerator.cs 41 * I wanted this separator so that you don't have to include

Completed in 926 milliseconds

<<41424344454647484950>>