HomeSort by relevance Sort by last modified time
    Searched full:extype (Results 1 - 18 of 18) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/util/
LocaleData.java 36 * EXType for {@link #getExemplarSet(int, int)}.
45 * EXType for {@link #getExemplarSet(int, int)}.
54 * EXType for {@link #getExemplarSet(int, int)}.
63 * EXType for {@link #getExemplarSet(int, int)}.
78 * EXType for {@link #getExemplarSet(int, int)}.
126 * the extype == {@link #ES_STANDARD}.
159 * @param extype The type of exemplar character set to retrieve.
163 public static UnicodeSet getExemplarSet(ULocale locale, int options, int extype) {
164 return LocaleData.getInstance(locale).getExemplarSet(options, extype);
178 * @param extype The type of exemplar set to be retrieved
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
LocaleData.java 36 * EXType for {@link #getExemplarSet(int, int)}.
45 * EXType for {@link #getExemplarSet(int, int)}.
54 * EXType for {@link #getExemplarSet(int, int)}.
63 * EXType for {@link #getExemplarSet(int, int)}.
77 * EXType for {@link #getExemplarSet(int, int)}.
127 * the extype == {@link #ES_STANDARD}.
160 * @param extype The type of exemplar character set to retrieve.
164 public static UnicodeSet getExemplarSet(ULocale locale, int options, int extype) {
165 return LocaleData.getInstance(locale).getExemplarSet(options, extype);
179 * @param extype The type of exemplar set to be retrieved
    [all...]
  /external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/
CheckedProvideUtils.java 82 for (TypeLiteral<?> exType : actualExceptionTypes) {
83 Class<?> exActual = exType.getRawType();
  /toolchain/binutils/binutils-2.27/gas/config/
tc-d30v.c 1571 exec_type_enum extype = EXEC_UNKNOWN; local
    [all...]
tc-d10v.c 1721 packing_type extype = PACK_UNSPEC; \/* Parallel, etc. *\/ local
    [all...]
  /external/guava/guava/src/com/google/common/util/concurrent/
SimpleTimeLimiter.java 179 for (Class<?> exType : method.getExceptionTypes()) {
181 if (exType == InterruptedException.class) {
  /libcore/ojluni/src/lambda/java/java/lang/invoke/
MethodHandles.java 148 Class<? extends Throwable> exType,
152 MethodHandle throwException(Class<?> returnType, Class<? extends Throwable> exType) { return null; }
  /external/icu/icu4c/source/i18n/
ulocdata.cpp 105 uint32_t options, ULocaleDataExemplarSetType extype, UErrorCode *status){
118 exemplarChars = ures_getStringByKey(uld->bundle, exemplarSetTypes[extype], &len, &localStatus);
  /external/icu/icu4c/source/i18n/unicode/
ulocdata.h 167 * @param extype Specifies the type of exemplar set to be retrieved.
178 uint32_t options, ULocaleDataExemplarSetType extype, UErrorCode *status);
  /libcore/ojluni/src/main/java/java/lang/invoke/
Transformers.java 83 public AlwaysThrow(Class<?> nominalReturnType, Class<? extends Throwable> exType) {
84 super(MethodType.methodType(nominalReturnType, exType));
85 this.exceptionType = exType;
151 private final Class<?> exType;
155 public CatchException(MethodHandle target, MethodHandle handler, Class<?> exType) {
160 this.exType = exType;
174 if (th.getClass() == exType) {
    [all...]
MethodHandles.java     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp 123 QualType ExType = Ex->getType();
125 T = LCtx->getAnalysisDeclContext()->getASTContext().getPointerType(ExType);
  /prebuilts/sdk/tools/
core-lambda-stubs.jar 
  /prebuilts/sdk/tools/darwin/bin/
core-lambda-stubs.jar 
  /prebuilts/sdk/tools/linux/bin/
core-lambda-stubs.jar 
  /prebuilts/sdk/tools/windows/bin/
core-lambda-stubs.jar 
  /external/guice/lib/build/
spring-core.jar 
  /packages/services/Telecomm/libs/
guava.jar 

Completed in 1297 milliseconds