HomeSort by relevance Sort by last modified time
    Searched defs:EN (Results 1 - 25 of 25) sorted by null

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
ClearUserDictionaryDialogPreferenceEN.java 17 package jp.co.omronsoft.openwnn.EN;
UserDictionaryToolsEditEN.java 17 package jp.co.omronsoft.openwnn.EN;
51 mListViewName = "jp.co.omronsoft.openwnn.EN.UserDictionaryToolsListEN";
UserDictionaryToolsListEN.java 17 package jp.co.omronsoft.openwnn.EN;
38 mListViewName = "jp.co.omronsoft.openwnn.EN.UserDictionaryToolsListEN";
39 mEditViewName = "jp.co.omronsoft.openwnn.EN.UserDictionaryToolsEditEN";
DefaultSoftKeyboardEN.java 17 package jp.co.omronsoft.openwnn.EN;
OpenWnnEngineEN.java 17 package jp.co.omronsoft.openwnn.EN;
TutorialEN.java 33 package jp.co.omronsoft.openwnn.EN;
  /cts/tests/tests/text/src/android/text/cts/
BidiFormatterTest.java 35 private static final String EN = "abba";
73 assertEquals(false, BidiFormatter.getInstance(true).isRtl(EN));
74 assertEquals(false, BidiFormatter.getInstance(false).isRtl(EN));
79 "", LTR_FMT.markAfter(EN, TextDirectionHeuristics.LTR));
84 LRM, LTR_FMT.markAfter(EN + HE, TextDirectionHeuristics.LTR));
86 RLM, RTL_FMT.markAfter(HE + EN, TextDirectionHeuristics.RTL));
89 LRM, LTR_FMT.markAfter(HE + EN, TextDirectionHeuristics.RTL));
91 RLM, RTL_FMT.markAfter(EN + HE, TextDirectionHeuristics.LTR));
101 "", LTR_FMT.markBefore(EN, TextDirectionHeuristics.LTR));
106 LRM, LTR_FMT.markBefore(HE + EN, TextDirectionHeuristics.LTR))
    [all...]
  /frameworks/support/core-utils/tests/java/android/support/v4/text/
BidiFormatterTest.java 41 private static final String EN = "abba";
70 assertEquals(false, BidiFormatter.getInstance(true).isRtl(EN));
71 assertEquals(false, BidiFormatter.getInstance(false).isRtl(EN));
93 LRE + "." + EN + "." + PDF + RLM,
94 RTL_FMT_EXIT_RESET.unicodeWrap("." + EN + "."));
96 RLM + LRE + "." + EN + "." + PDF + RLM,
97 RTL_FMT.unicodeWrap("." + EN + "."));
99 LRE + "." + EN + "." + PDF,
100 RTL_FMT.unicodeWrap("." + EN + ".", false));
111 EN + HE + LRM
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
TestClassOverride.java 30 private static final int EN = TestData.EN;
49 EN, EN, EN, EN, EN, EN, AN, AN, //30-37
TestData.java 24 protected static final int EN = UCharacterDirection.EUROPEAN_NUMBER;
48 "L", "R", "EN", "ES", "ET", "AN", "CS", "B", "S", "WS", "ON",
53 { L, L, WS, L, WS, EN, L, B }, // 0
55 { L, L, WS, EN, CS, WS, EN, CS, EN, WS, L, L }, // 2
56 { L, AL, AL, AL, L, AL, AL, L, WS, EN, CS, WS, EN, CS, EN, WS, L, L }, // 3
57 { AL, R, AL, WS, EN, CS, WS, EN, CS, EN, WS, R, R, WS, L, L }, //
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cbiditst.h 37 #define EN U_EUROPEAN_NUMBER
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
TestClassOverride.java 26 private static final int EN = TestData.EN;
45 EN, EN, EN, EN, EN, EN, AN, AN, //30-37
TestData.java 23 protected static final int EN = UCharacterDirection.EUROPEAN_NUMBER;
47 "L", "R", "EN", "ES", "ET", "AN", "CS", "B", "S", "WS", "ON",
52 { L, L, WS, L, WS, EN, L, B }, // 0
54 { L, L, WS, EN, CS, WS, EN, CS, EN, WS, L, L }, // 2
55 { L, AL, AL, AL, L, AL, AL, L, WS, EN, CS, WS, EN, CS, EN, WS, L, L }, // 3
56 { AL, R, AL, WS, EN, CS, WS, EN, CS, EN, WS, R, R, WS, L, L }, //
    [all...]
  /external/llvm/utils/TableGen/
DAGISelMatcherEmitter.cpp 533 const EmitNodeMatcherCommon *EN = cast<EmitNodeMatcherCommon>(N);
534 OS << (isa<EmitNodeMatcher>(EN) ? "OPC_EmitNode" : "OPC_MorphNodeTo");
535 OS << ", TARGET_VAL(" << EN->getOpcodeName() << "), 0";
537 if (EN->hasChain()) OS << "|OPFL_Chain";
538 if (EN->hasInFlag()) OS << "|OPFL_GlueInput";
539 if (EN->hasOutFlag()) OS << "|OPFL_GlueOutput";
540 if (EN->hasMemRefs()) OS << "|OPFL_MemRefs";
541 if (EN->getNumFixedArityOperands() != -1)
542 OS << "|OPFL_Variadic" << EN->getNumFixedArityOperands();
545 OS.PadToColumn(Indent*2+4) << EN->getNumVTs()
    [all...]
  /external/icu/icu4c/source/common/
ubidiimp.h 36 EN= U_EUROPEAN_NUMBER, /* 2 */
57 ENL, /* EN after W7 */ /* 23 */
58 ENR, /* EN not subject to W7 */ /* 24 */
74 #define MASK_LTR (DIRPROP_FLAG(L)|DIRPROP_FLAG(EN)|DIRPROP_FLAG(ENL)|DIRPROP_FLAG(ENR)|DIRPROP_FLAG(AN)|DIRPROP_FLAG(LRE)|DIRPROP_FLAG(LRO)|DIRPROP_FLAG(LRI))
77 #define MASK_STRONG_EN_AN (DIRPROP_FLAG(L)|DIRPROP_FLAG(R)|DIRPROP_FLAG(AL)|DIRPROP_FLAG(EN)|DIRPROP_FLAG(AN))
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Bidi.java     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
NumberFormatTest.java 54 private static ULocale EN = new ULocale("en");
162 new DecimalFormatSymbols(tuple.locale == null ? EN : tuple.locale));
342 (tuple.locale == null ? EN : tuple.locale).toLocale()));
594 DecimalFormat parser = (DecimalFormat) NumberFormat.getInstance(new ULocale("en"));
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Bidi.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
NumberFormatTest.java 50 private static ULocale EN = new ULocale("en");
158 new DecimalFormatSymbols(tuple.locale == null ? EN : tuple.locale));
338 (tuple.locale == null ? EN : tuple.locale).toLocale()));
590 DecimalFormat parser = (DecimalFormat) NumberFormat.getInstance(new ULocale("en"));
    [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 2891 milliseconds