/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/ |
UnicodeLabel.java | 15 public abstract String getValue(int codepoint, boolean isShort); 35 public int getMaxWidth(boolean isShort) { 40 public String getValue(int codepoint, boolean isShort) { 41 if (isShort) return Utility.hex(codepoint,4); 52 public String getValue(int codepoint, boolean isShort) { 55 public int getMaxWidth(boolean isShort) {
|
BagFormatter.java | 345 public String getValue(int codePoint, boolean isShort) { 346 String hcp = !isShort [all...] |
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
UnicodeLabel.java | 14 public abstract String getValue(int codepoint, boolean isShort); 34 public int getMaxWidth(boolean isShort) { 39 public String getValue(int codepoint, boolean isShort) { 40 if (isShort) return Utility.hex(codepoint,4); 51 public String getValue(int codepoint, boolean isShort) { 54 public int getMaxWidth(boolean isShort) {
|
/external/icu/icu4c/source/i18n/unicode/ |
tzfmt.h | 448 * @param isShort true if shortest form is used. 457 UnicodeString& formatOffsetISO8601Basic(int32_t offset, UBool useUtcIndicator, UBool isShort, UBool ignoreSeconds, 466 * @param isShort true if shortest form is used. 475 UnicodeString& formatOffsetISO8601Extended(int32_t offset, UBool useUtcIndicator, UBool isShort, UBool ignoreSeconds, 822 * @param isShort true if shortest form is used. 829 UBool isShort, UBool ignoreSeconds, UnicodeString& result, UErrorCode& status) const; 834 * @param isShort true if the short localized GMT format is desired. 838 UnicodeString& formatOffsetLocalizedGMT(int32_t offset, UBool isShort, UnicodeString& result, UErrorCode& status) const; [all...] |
/libcore/ojluni/src/main/java/sun/security/ssl/ |
EngineInputRecord.java | 141 boolean isShort = ((byteZero & 0x80) != 0); 143 if (isShort && 165 int mask = (isShort ? 0x7f : 0x3f); 167 (isShort ? 2 : 3);
|
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
CheckTags.java | 44 boolean isShort; 126 if (isShort || (brief && error)) { 189 this.isShort = true; 307 if (!isShort || isClass) { 316 if (!isShort || isClass) {
|
/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
bitenc.c | 274 Flag isShort; 278 isShort = 1; 282 isShort = 0; 301 WriteBits(hBitStream,tnsInfo.tnsActive[i],(isShort?1:2)); 307 WriteBits(hBitStream,tnsInfo.length[i],(isShort?4:6)); 309 WriteBits(hBitStream,tnsInfo.order[i],(isShort?3:5));
|
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/ |
ModelMethod.java | 157 } else if (primitive.isShort()) {
|
ModelClass.java | 104 public abstract boolean isShort();
|
/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/reflection/java/ |
JavaClass.java | 88 public boolean isShort() {
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
TimeZoneFormat.java | 707 * @param isShort true if shortest form is used. 715 public final String formatOffsetISO8601Basic(int offset, boolean useUtcIndicator, boolean isShort, boolean ignoreSeconds) { 716 return formatOffsetISO8601(offset, true, useUtcIndicator, isShort, ignoreSeconds); 725 * @param isShort true if shortest form is used. 733 public final String formatOffsetISO8601Extended(int offset, boolean useUtcIndicator, boolean isShort, boolean ignoreSeconds) { 734 return formatOffsetISO8601(offset, false, useUtcIndicator, isShort, ignoreSeconds); [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
TimeZoneFormat.java | 758 * @param isShort true if shortest form is used. 767 public final String formatOffsetISO8601Basic(int offset, boolean useUtcIndicator, boolean isShort, boolean ignoreSeconds) { 768 return formatOffsetISO8601(offset, true, useUtcIndicator, isShort, ignoreSeconds); 777 * @param isShort true if shortest form is used. 786 public final String formatOffsetISO8601Extended(int offset, boolean useUtcIndicator, boolean isShort, boolean ignoreSeconds) { 787 return formatOffsetISO8601(offset, false, useUtcIndicator, isShort, ignoreSeconds); [all...] |
/external/icu/icu4c/source/i18n/ |
tzfmt.cpp | [all...] |
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/annotation/ |
AnnotationClass.java | 173 public boolean isShort() {
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/ |
BagFormatter.java | 344 public String getValue(int codePoint, boolean isShort) { 345 String hcp = !isShort [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
LegalizeIntegerTypes.cpp | [all...] |
/prebuilts/tools/common/m2/repository/commons-validator/commons-validator/1.2.0/ |
commons-validator-1.2.0.jar | |
/prebuilts/tools/common/m2/repository/net/sf/ezmorph/ezmorph/1.0.6/ |
ezmorph-1.0.6.jar | |
/external/clang/utils/TableGen/ |
NeonEmitter.cpp | 179 bool isShort() const { return !Float && ElementBitwidth == 16; } [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.equinox.ds_1.4.101.v20130813-1853.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.equinox.ds_1.4.100.v20130515-2026.jar | |
/prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-alpha3/ |
compiler-2.1.0-alpha3.jar | |
/prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-alpha4/ |
compiler-2.1.0-alpha4.jar | |
/prebuilts/tools/common/offline-m2/com/android/databinding/compiler/2.2.0-alpha4/ |
compiler-2.2.0-alpha4.jar | |