Searched defs:NONE (Results 126 - 150 of 213) sorted by relevance

123456789

/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DCollator.java254 public final static int NONE = UScript.UNKNOWN; field in interface:Collator.ReorderCodes
442 * <p>The special reorder code {@link Collator.ReorderCodes#NONE NONE}
445 * NONE code <b>must</b> be the sole code supplied when it is used.
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DUCaseProps.java281 if(getTypeFromProps(props)!=NONE) {
457 /** @return NONE, LOWER, UPPER, TITLE */
667 } else if(type!=NONE) {
1295 return NONE!=getType(c);
1360 public static final int NONE=0; field in class:UCaseProps
1365 /** @return NONE, LOWER, UPPER, TITLE */
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DMessagePattern.java54 * noneArg = ARG_START.NONE (ARG_NAME | ARG_NUMBER) ARG_LIMIT.NONE
186 parseMessage(0, 0, 0, ArgType.NONE);
612 * otherwise ArgType.NONE.
621 return ArgType.NONE;
813 NONE, enum constant in enum:MessagePattern.ArgType
1021 ArgType argType=ArgType.NONE;
1094 // change the ARG_START type from NONE to argType
H A DNormalizer.java294 public static final Mode NONE = new NONEMode(); field in class:Normalizer
355 * @deprecated ICU 2.8. Use Nomalizer.NONE
356 * @see #NONE
359 public static final Mode NO_OP = NONE;
849 * @param mode The normalization mode; one of Normalizer.NONE,
865 * @param mode The normalization mode; one of Normalizer.NONE,
890 * @param mode The normalization mode; one of Normalizer.NONE,
1709 * <li>{@link #NONE} - Do nothing but return characters
H A DDateFormat.java839 public static final int NONE = -1; field in class:DateFormat
1801 if((timeStyle != DateFormat.NONE && (timeStyle & RELATIVE)>0) ||
1802 (dateStyle != DateFormat.NONE && (dateStyle & RELATIVE)>0)) {
1807 if (timeStyle < DateFormat.NONE || timeStyle > DateFormat.SHORT) {
1810 if (dateStyle < DateFormat.NONE || dateStyle > DateFormat.SHORT) {
H A DDateFormatSymbols.java1782 assert aliasType == AliasType.NONE;
1834 return AliasType.NONE;
1844 NONE enum constant in enum:DateFormatSymbols.CalendarDataSink.AliasType
H A DDateTimePatternGenerator.java2085 NONE = 0, field in class:DateTimePatternGenerator
2391 Arrays.fill(type, NONE);
2449 type[i] = NONE;
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DBasicTest.java163 Normalizer norm = new Normalizer("", Normalizer.NONE,0);
165 staticTest(Normalizer.NONE, canonTests, 0);
603 Normalizer.NONE,0)!=Normalizer.YES)
605 errln("ERROR in NONE quick check at U+"+
1120 Normalizer.NONE,0);
1532 norm.setMode(Normalizer.NONE);
1536 out=Normalizer.normalize(s, Normalizer.NONE);
2357 static final int D = 0, C = 1, KD= 2, KC = 3, FCD=4, NONE=5; field in class:BasicTest
2833 // Use the deprecated Mode Normalizer.NONE for coverage of the internal NoopNormalizer2
2835 assertEquals("NONE
[all...]
/external/messageformat/java/com/ibm/icu/text/
H A DMessagePattern.java52 * noneArg = ARG_START.NONE (ARG_NAME | ARG_NUMBER) ARG_LIMIT.NONE
183 parseMessage(0, 0, 0, ArgType.NONE);
609 * otherwise ArgType.NONE.
618 return ArgType.NONE;
810 NONE, enum constant in enum:MessagePattern.ArgType
1015 ArgType argType=ArgType.NONE;
1088 // change the ARG_START type from NONE to argType
/external/python/cpython2/Lib/plat-irix5/
H A DCL_old.py187 NONE = 0 variable
194 NONE = 0 variable
/external/syslinux/core/fs/ufs/
H A Dufs.h51 NONE, enumerator in enum:__anon20988
/external/v8/src/
H A Dproperty-details.h19 NONE = ::v8::None, enumerator in enum:v8::internal::PropertyAttributes
47 STATIC_ASSERT(ALL_PROPERTIES == static_cast<PropertyFilter>(NONE));
255 return PropertyDetails(kData, NONE, 0, cell_type);
H A Dframes.h420 NONE = 0, enumerator in enum:v8::internal::BASE_EMBEDDED::Type
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
H A DPeerConnection.java115 NONE, RELAY, NOHOST, ALL enum constant in enum:PeerConnection.IceTransportsType
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDateFormat.java786 public static final int NONE = -1; field in class:DateFormat
1673 if((timeStyle != DateFormat.NONE && (timeStyle & RELATIVE)>0) ||
1674 (dateStyle != DateFormat.NONE && (dateStyle & RELATIVE)>0)) {
1679 if (timeStyle < DateFormat.NONE || timeStyle > DateFormat.SHORT) {
1682 if (dateStyle < DateFormat.NONE || dateStyle > DateFormat.SHORT) {
H A DDateFormatSymbols.java1741 assert aliasType == AliasType.NONE;
1793 return AliasType.NONE;
1803 NONE enum constant in enum:DateFormatSymbols.CalendarDataSink.AliasType
H A DDateTimePatternGenerator.java2060 NONE = 0, field in class:DateTimePatternGenerator
2366 Arrays.fill(type, NONE);
2424 type[i] = NONE;
/external/icu/icu4c/source/tools/gennorm2/
H A Dn2builder.cpp101 enum MappingType { NONE, REMOVED, ROUND_TRIP, ONE_WAY }; enumerator in enum:Norm::MappingType
252 if(p->mappingType!=Norm::NONE) {
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
H A DDateFormat.java596 public static final int NONE = -1; field in class:DateFormat
1154 if (dateStyle != NONE) {
1155 if (timeStyle != NONE) {
1166 if (timeStyle != NONE) {
1186 if (dateStyle != NONE) {
1187 if (timeStyle != NONE) {
1193 if (timeStyle != NONE) {
1211 if (dateStyle != NONE) {
1212 if (timeStyle != NONE) {
1218 if (timeStyle != NONE) {
[all...]
/external/iw/
H A Dscan.c350 NONE, enumerator in enum:__anon8382
356 } parse = NONE;
375 case NONE:
418 parse = NONE;
427 parse = NONE;
441 parse = NONE;
/external/llvm/lib/Target/AMDGPU/
H A DSIDefines.h100 NONE = 0, enumerator in enum:SIOutMods::__anon12999
/external/python/cpython2/Lib/
H A Dpickle.py113 NONE = 'N' # push None variable
433 self.write(NONE)
907 dispatch[NONE] = load_none
/external/robolectric/v3/
H A Drobolectric-annotations-3.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/robolectric/ org/robolectric/annotation/ org/robolectric/annotation/internal/ ...
/external/testng/src/main/java/org/testng/xml/
H A DXmlSuite.java32 TESTS, METHODS, CLASSES, INSTANCES, NONE, TRUE, FALSE; enum constant in enum:XmlSuite.ParallelMode
/external/v8/src/crankshaft/
H A Dlithium.h81 NONE, enumerator in enum:v8::internal::LUnallocated::ExtendedPolicy

Completed in 767 milliseconds

123456789