HomeSort by relevance Sort by last modified time
    Searched full:letter (Results 376 - 400 of 1120) sorted by null

<<11121314151617181920>>

  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
ComposingView.java 51 * English letter in Chinese mode.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
ResourceNameValidator.java 108 "File-based resource names must start with a lowercase letter.");
  /dalvik/docs/
instruction-formats.html 56 letter. The first digit indicates the number of 16-bit code units in the
60 that a range of registers is encoded. The final letter semi-mnemonically
155 letter for that field is indicated in the syntax, repeated once for
  /development/pdk/docs/source/
git-repo.jd 223 ]<br><br>To see the status for only the current branch, run <br>repo status .<br><br>The status information will be listed by project. For each file in the project, a two-letter code is used:<br></div>
224 <div><ul><li>In the left-most column, an uppercase letter indicates what is happening in the index (the staged files) when compared to the last committed state.<br><br></li>
225 <li>In the next column, a lowercase letter indicates what is happening in the working directory when compared to the index (what is staged).
  /external/chromium/base/
file_path.h 95 // The Old New Thing, "Why is a drive letter permitted in front of UNC
114 // Windows-style drive letter support and pathname separator characters can be
270 // absolute path begins with either a drive letter specification followed by
  /external/chromium/chrome/browser/chromeos/status/
input_method_menu.cc 56 // Switch to full letter mode (The property has 2 command buttons)
93 { "mozc", "\xe3\x81\x82" }, // U+3042, Japanese Hiragana letter A in UTF-8.
569 // For the status area, we use two-letter, upper-case language code like
  /external/icu4c/test/cintltst/
cucdtst.c     [all...]
  /frameworks/base/core/java/android/widget/
FastScroller.java 540 // and interpolate the currently visible letter's range across the
554 // Non-existent letter
582 // currently visible letter. This could be equal to or greater than
  /libcore/luni/src/test/java/libcore/java/text/
OldSimpleDateFormatTest.java 161 fail("Expected IllegalArgumentException for pattern with invalid pattern letter: b");
168 fail("Expected IllegalArgumentException for pattern with invalid pattern letter: u");
200 fail("Expected IllegalArgumentException for pattern with invalid patter letter: u");
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Key.java 280 // Choose the first letter of the label as primary code if not
331 public int selectTextSize(int letter, int largeLetter, int label, int hintLabel) {
341 return letter;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
AndroidManifestDescriptors.java 441 * Capitalizes the first letter and replace non-alphabet by a space followed by a capital.
466 * - capitalize the first letter:
486 // not a letter -- skip the character and capitalize the next one
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdStartDialog.java 186 char letter = event.text.charAt(i);
187 if (letter < '0' || letter > '9') {
  /external/bison/src/
scan-gram.l 151 letter [.abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_]
152 id {letter}({letter}|[0-9])*
153 directive %{letter}({letter}|[0-9]|-)*
    [all...]
  /external/icu4c/common/
ucnv_io.c 357 MINLETTER /* any values from here on are lowercase letter mappings */
422 c1 = (char)type; /* lowercased letter */
457 c1 = (char)type; /* lowercased letter */
514 c1 = (char)type; /* lowercased letter */
538 c2 = (char)type; /* lowercased letter */
    [all...]
ushape.c 16 * Arabic letter shaping implemented by Ayman Roshdy
41 * ### TODO in general for letter shaping:
42 * - the letter shaping code is UTF-16-unaware; needs update
50 /* definitions for Arabic letter shaping ------------------------------------ */
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
CharacterTest.java     [all...]
  /external/libxslt/libxslt/
preproc.c     [all...]
  /hardware/broadcom/wlan/bcm4329/dhdutil/
dhdu.c 407 int letter, col, row, pad; local
429 for (letter = 'a'; letter < 'z'; letter++) {
431 if (cmd->name[0] == letter || cmd->name[0] == letter - 0x20) {
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.c 407 int letter, col, row, pad; local
429 for (letter = 'a'; letter < 'z'; letter++) {
431 if (cmd->name[0] == letter || cmd->name[0] == letter - 0x20) {
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.c 861 /* Ensure that e.g. for tr_TR.UTF-8 BACKSLASH DOTLESS SMALL LETTER I
862 this function returns CAPITAL LETTER I instead of first byte of
863 DOTLESS SMALL LETTER I. The latter would confuse the parser,
886 [[: CAPITAL LETTER I WITH DOT lower:]] in mbs. Skip
888 the original letter. On the other side, with
889 [[: DOTLESS SMALL LETTER I return [[:I, as doing
    [all...]
  /external/guava/src/com/google/common/base/
CharMatcher.java 140 * Determines whether a character is a letter according to {@link
152 * Determines whether a character is a letter or digit according to {@link
471 * (both endpoints are inclusive). For example, to match any lowercase letter
    [all...]
  /external/icu4c/data/unidata/
DerivedNumericValues.txt 69 A6EF ; 0.0 ; ; 0 # Nl BAMUM LETTER KOGHOM
304 A6E6 ; 1.0 ; ; 1 # Nl BAMUM LETTER MO
407 A6E7 ; 2.0 ; ; 2 # Nl BAMUM LETTER MBAA
507 A6E8 ; 3.0 ; ; 3 # Nl BAMUM LETTER TET
606 A6E9 ; 4.0 ; ; 4 # Nl BAMUM LETTER KPA
    [all...]
  /external/llvm/lib/AsmParser/
LLLexer.cpp 465 // Otherwise, this was a letter sequence. See which keyword this is.
732 // If the letter after the negative is a number, this is probably a label.
800 // If the letter after the negative is a number, this is probably not a
  /external/webkit/LayoutTests/fast/xpath/4XPath/Borrowed/resources/
od_20000608.xml 22 <text><para>In a letter dated 11 June 1996, AGT stated that it acknowledged the costs claimed as reasonable.</para>
74 <parties><para><underline>In re: Maritime Tel &amp; Tel Limited - Application for Interim and Final Rate Increases for 1995, Telecom Decision CRTC 95-7 and Letter Decision of 21 December 1995</underline></para>
83 <text><para>This order constitutes the taxation of costs awarded to NSCC in the proceedings leading to <underline>Maritime Tel &amp; Tel Limited - Application for Interim Rate Increases and Tariff Notice 501</underline>, Telecom Decision CRTC 95-7, 1 May 1995 and the Commission's Letter Decision of 21 December 1995. Costs were awarded to NSCC by Telecom Costs Order CRTC 96-7, 23 May 1996, in accordance with subsection 44(1) of the <underline>CRTC Telecommunications Rules of Procedure</underline>.</para>
87 <text><para>On 3 July 1996, MT&amp;T filed its comments on NSCC's Bill of Costs, indicating that it did not object to the costs claimed, with the exception of the hourly rate charged by NSCC's counsel, Mr. Janigan. Subsequently, in a letter dated 17 July 1996, MT&amp;T stated that it was withdrawing its objection to the rate claimed on behalf of Mr. Janigan in light of the fact that the rate is in accordance with that set out for counsel of similar experience in the Commission's Legal Directorate's <underline>Guidelines for the Taxation of Costs</underline> (the Guidelines).</para>
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
UniscribeHelper.cpp     [all...]

Completed in 2266 milliseconds

<<11121314151617181920>>