HomeSort by relevance Sort by last modified time
    Searched full:capitalized (Results 1 - 25 of 62) sorted by null

1 2 3

  /packages/inputmethods/LatinIME/dictionaries/
sample.xml 8 You can capitalize words that must always be capitalized, such as "January".
9 You can have a capitalized and a non-capitalized word as separate entries,
  /sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/data/res/values/
typos.xml 11 <!-- Typo, match capitalized -->
15 <!-- typo, but should only match when capitalized -->
  /sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/data/res/values-nb/
typos.xml 11 <!-- Typo, match capitalized -->
15 <!-- typo, but should only match when capitalized -->
  /tools/build/gradle/src/main/groovy/com/android/build/gradle/internal/
ProductFlavorData.groovy 45 public static String getFlavoredName(ProductFlavorData[] flavorDataArray, boolean capitalized) {
48 builder.append(capitalized ?
ApplicationVariant.groovy 76 protected String getFlavoredName(boolean capitalized) {
79 builder.append(capitalized ? flavor.name.capitalize() : flavor.name)
  /build/core/
build_id.mk 20 # capitalized by convention.
  /external/webkit/Source/WebKit2/WebProcess/ResourceCache/cf/
WebResourceCacheManagerCFNet.cpp 41 // The Windows version of WKSI defines these functions as capitalized, while the Mac version defines them as lower case.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
ManifestElementDescriptor.java 37 * @param ui_name The XML element name for the user interface, typically capitalized.
58 * @param ui_name The XML element name for the user interface, typically capitalized.
79 * @param ui_name The XML element name for the user interface, typically capitalized.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
WordComposer.java 302 * dictionary: if the word was automatically capitalized, we should insert it in all-lower
305 * capitalized suggestions.
313 * Returns whether the word was automatically capitalized.
314 * @return whether the word was automatically capitalized
UserBinaryDictionary.java 183 * @param word the word to add. If the word is capitalized, then the dictionary will
184 * recognize it as a capitalized word when searched.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/descriptors/
ItemElementDescriptor.java 35 * @param ui_name The XML element name for the user interface, typically capitalized.
  /external/llvm/cmake/modules/
LLVM-Config.cmake 135 string(TOUPPER "${c}" capitalized)
136 list(FIND capitalized_libs LLVM${capitalized} lib_idx)
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
TypoLookup.java 595 // the dictionary word is capitalized, "Enlish".
602 // matching capitalized words to capitalized typos or uncapitalized typos
603 // (e.g. "Teh" and "teh" to "the"), but not uncapitalized words to capitalized
683 // the dictionary word is capitalized, "Enlish".
689 // matching capitalized words to capitalized typos or uncapitalized typos
690 // (e.g. "Teh" and "teh" to "the"), but not uncapitalized words to capitalized
  /sdk/rule_api/src/com/android/ide/common/api/
IViewMetadata.java 36 * user, normally capitalized and usually but not necessarily tied to the
  /sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/
TypoDetectorTest.java 50 "res/values/strings.xml:20: Warning: \"Ok\" is usually capitalized as \"OK\" [Typos]\n" +
78 "res/values-en-rUS/strings-en.xml:20: Warning: \"Ok\" is usually capitalized as \"OK\" [Typos]\n" +
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
ElementDescriptor.java 48 /** The XML element name for the user interface, typically capitalized. */
72 * @param ui_name The XML element name for the user interface, typically capitalized.
100 * @param ui_name The XML element name for the user interface, typically capitalized.
223 /** Returns the XML element name for the user interface, typically capitalized. */
439 * @return The XML name with dashes replaced by spaces and capitalized.
  /external/chromium/chrome/browser/ui/cocoa/
rwhvm_editcommand_helper.mm 153 // Capitalized names are returned from this function, but that's simply
  /external/webkit/Source/WebCore/rendering/
RenderMediaControls.cpp 44 // The Windows version of WKSI defines these functions as capitalized, while the Mac version defines them as lower case.
  /frameworks/base/core/java/android/util/
ReflectiveProperty.java 41 * @param name The name of the property, where this name is capitalized and appended to
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/descriptors/
MenuDescriptors.java 185 * - their xml name capitalized
  /frameworks/base/core/java/android/text/method/
TextKeyListener.java 109 * @return whether the character being inserted should be capitalized.
  /external/libpng/contrib/visupng/
cexcept.h 118 The Try/Catch/Throw macros are capitalized in order to avoid
  /external/qemu/distrib/sdl-1.2.15/
README.MacOSX 54 as EXE_NAME but capitalized. E.g. if EXE_NAME is "testgame" then APP_NAME
  /frameworks/base/docs/html/distribute/googleplay/promote/
brand.jd 23 <li>Android should always be capitalized and is never plural or possessive.</li>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
ViewElementDescriptor.java 78 * @param ui_name The XML element name for the user interface, typically capitalized.

Completed in 1339 milliseconds

1 2 3