HomeSort by relevance Sort by last modified time
    Searched full:lowercase (Results 201 - 225 of 488) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/openssh/
canohost.c 103 * Convert it to all lowercase (which is expected by the rest
  /external/quake/quake/src/QW/docs/
readme.qwcl 60 Linux qwcl will always look for lowercase file names first.
  /external/regex-re2/re2/
unicode.py 233 # Dict mapping lowercase code point to fold-equivalent group.
  /external/smali/util/src/main/java/org/jf/util/
ClassFileNameHandler.java 155 //the associated keys are all lowercase
  /external/v8/src/
unicode.h 261 struct Lowercase {
  /external/webkit/Source/WebCore/css/
CSSValueKeywords.in 377 lowercase
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/
mozilla 317 lowercase
  /frameworks/base/docs/html/guide/topics/manifest/
receiver-element.jd 164 If the process name begins with a lowercase character, the receiver will run
  /frameworks/base/media/jni/mediaeditor/
VideoEditorPropertiesMain.cpp 348 // Convert the extension to lowercase.
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
WebViewEventSender.java 101 // Assumes lowercase chars, case needs to be
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
inttypes.h 123 /* lowercase hexadecimal notation. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
inttypes.h 123 /* lowercase hexadecimal notation. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
inttypes.h 123 /* lowercase hexadecimal notation. */
  /external/bluetooth/glib/docs/reference/glib/tmpl/
scanner.sgml 534 The set of lowercase ASCII alphabet characters.
567 The set of lowercase ISO 8859-1 alphabet characters which are
  /external/guava/guava/src/com/google/common/net/
InternetDomainName.java 58 * <li>ASCII uppercase characters are converted to lowercase.
139 // * ASCII characters to lowercase
  /external/icu4c/test/intltest/
strcase.cpp 144 /* lowercase with root locale */
153 /* lowercase with turkish locale */
  /libcore/luni/src/main/java/java/util/
Locale.java 32 * <p>The language codes are two-letter lowercase ISO language codes (such as "en") as defined by
82 * formats, rules for conversion to lowercase, and so on. In this case, it's safe to use the
  /packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
ContactFragment.java 505 static String buildActionString(DataKind kind, ContentValues values, boolean lowerCase,
514 return lowerCase ? actionHeader.toString().toLowerCase() : actionHeader.toString();
  /external/bluetooth/glib/tests/
regex-test.c 31 /* U+00E0 LATIN SMALL LETTER A WITH GRAVE (letter, lowercase) */
35 /* U+00E8 LATIN SMALL LETTER E WITH GRAVE (letter, lowercase) */
37 /* U+00F2 LATIN SMALL LETTER O WITH GRAVE (letter, lowercase) */
39 /* U+014B LATIN SMALL LETTER ENG (letter, lowercase) */
41 /* U+0127 LATIN SMALL LETTER H WITH STROKE (letter, lowercase) */
    [all...]
  /external/icu4c/i18n/unicode/
uspoof.h     [all...]
  /libcore/luni/src/main/java/java/net/
URI.java 750 * converts the hex values following the '%' to lowercase
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
DescriptorsUtils.java     [all...]
  /cts/tests/tests/view/src/android/view/cts/
KeyCharacterMapTest.java 288 // Lowercase the character to avoid getting modifiers in the KeyEvent array.
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
RubyTarget.java 171 /* if next is the start of word (indicated when peek is lowercase)
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
StreamTokenizerTest.java 145 assertEquals("sval not converted to lowercase.", "helloworld", st.sval

Completed in 769 milliseconds

1 2 3 4 5 6 7 891011>>