/external/icu4c/i18n/unicode/ |
ucurr.h | 90 * @param isoCode the three-letter ISO 4217 currency code 120 * @param currency null-terminated 3-letter ISO 4217 code 145 * @param currency null-terminated 3-letter ISO 4217 code 168 * @param currency null-terminated 3-letter ISO 4217 code 181 * @param currency null-terminated 3-letter ISO 4217 code
|
dtitvinf.h | 73 * only keeps the field pattern letter and ignores all other parts 78 * might hide a field's pattern letter length. 80 * For those non-digit calendar fields, the pattern letter length is 82 * and the field's pattern letter length is honored. 87 * letter length in skeleton. 444 * @param patternLetter pattern letter char
|
currunit.h | 39 * @param isoCode the 3-letter ISO 4217 currency code; must not be
|
/dalvik/libcore/luni/src/main/java/java/util/ |
Locale.java | 42 * <p>The language codes are two-letter lowercase ISO language codes (such as "en") as defined by 44 * The country codes are two-letter uppercase ISO country codes (such as "US") as defined by 48 * <p>Note that Java uses several deprecated two-letter codes. The Hebrew ("he") language 542 * Gets the three letter ISO country code which corresponds to the country 545 * @return a three letter ISO language code. 547 * if there is no matching three letter ISO country code. 559 * Gets the three letter ISO language code which corresponds to the language 562 * @return a three letter ISO language code. 564 * if there is no matching three letter ISO language code. 576 * Gets the list of two letter ISO country codes which can be used as th [all...] |
/external/webkit/WebCore/css/ |
mediaControlsQuickTime.css | 81 letter-spacing: normal; 103 letter-spacing: normal; 171 letter-spacing: normal;
|
/frameworks/base/docs/html/resources/articles/ |
wikinotes-linkify.jd | 67 upper case letter, followed by at least one lower case letter or a 68 numeric digit, followed by another upper case letter, and then any mix
|
/development/tools/zoneinfo/tzdata2009s/ |
systemv | 16 # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
|
/external/icu4c/common/ |
putilimp.h | 175 * tzname(0) Three-letter time-zone name derived from TZ environment 177 * tzname(1) Three-letter DST zone name derived from TZ environment 205 * tzname(0) Three-letter time-zone name derived from TZ environment 207 * tzname(1) Three-letter DST zone name derived from TZ environment
|
/external/icu4c/test/testdata/ |
testtypes.txt | 45 "&'\u0075' = '\uFF55'" // LATIN SMALL LETTER U
|
/external/icu4c/tools/gentest/ |
genres32.c | 45 * letter 'o'=0 and digit '1'=1 so that data swapping can be tested
|
/external/v8/src/ |
char-predicates.h | 48 default: return unibrow::Letter::Is(c);
|
func-name-inferrer.cc | 40 // and starts with a capital letter.
|
/external/v8/tools/ |
windows-tick-processor.bat | 8 rem we prepend cmdline args with a number (in fact, any letter or number)
|
/external/webkit/WebCore/platform/text/wince/ |
TextBoundariesWince.cpp | 61 // currentPosition == 0 means the first char is not letter
|
/external/webkit/WebCore/svg/ |
svgattrs.in | 112 letter-spacing
|
/frameworks/base/core/java/com/android/internal/util/ |
HanziToPinyin.java | 366 final String letter = Character.toString(character); local 367 token.source = letter; 372 token.target = letter; 376 token.target = letter; 379 cmp = COLLATOR.compare(letter, FIRST_PINYIN_UNIHAN); 382 token.target = letter; 388 cmp = COLLATOR.compare(letter, LAST_PINYIN_UNIHAN); 391 token.target = letter; 407 cmp = COLLATOR.compare(letter, unihan);
|
/frameworks/base/core/res/res/values/ |
dimens.xml | 31 <!-- Size of the fastscroll hint letter -->
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
filenames.h | 4 drive letter brain-damage at the beginning of an absolute file name,
|
/bootable/bootloader/legacy/ |
fastboot_protocol.txt | 105 * Commands that begin with a lowercase letter are reserved for this 107 lowercase letter, to prevent incompatibilities with future specs.
|
/cts/tests/tests/widget/src/android/widget/cts/ |
AlphabetIndexerTest.java | 174 protected int compare(String word, String letter) { 175 return super.compare(word, letter);
|
/external/apache-http/src/org/apache/commons/codec/language/ |
RefinedSoundex.java | 46 * Every letter of the alphabet is "mapped" to a numerical value. This char 47 * array holds the values to which each letter is mapped. This
|
/external/apache-http/src/org/apache/http/ |
NameValuePair.java | 51 * UPALPHA = <any US-ASCII uppercase letter "A".."Z"> 52 * LOALPHA = <any US-ASCII lowercase letter "a".."z">
|
/external/icu4c/tools/toolutil/ |
uoptions.h | 96 * its own argv[] entry if there are characters following the option letter. 106 * argv[] entry. After an option letter takes an argument, following
|
/external/webkit/JavaScriptCore/pcre/ |
pcre_ucp_searchfuncs.cpp | 54 /* If the given character is a letter, and there is another case for the 55 letter, return the other case. Otherwise, return -1.
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
WordComposer.java | 144 * Whether or not the user typed a capital letter as the first letter in the word
|