/external/icu4c/test/cintltst/ |
cbididat.c | 22 "L", "R", "EN", "ES", "ET", "AN", "CS", "B", "S", "WS", "ON", 28 /* L R EN ES ET AN CS B S WS ON */ 36 L, L, WS, L, WS, EN, L, B 66 L, L, WS, EN, CS, WS, EN, CS, EN, WS, L, L 81 L, AL, AL, AL, L, AL, AL, L, WS, EN, CS, WS, EN, CS, EN, WS, L, L 96 AL, R, AL, WS, EN, CS, WS, EN, CS, EN, WS, R, R, WS, L, [all...] |
cbiditst.h | 37 #define EN U_EUROPEAN_NUMBER
|
/external/webkit/LayoutTests/fast/dom/Node/script-tests/ |
isEqualNode.js | 4 var docTypeAllSet = document.implementation.createDocumentType('html', '-//W3C//DTD XHTML 1.0 Strict//EN', 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'); 5 var docTypeAllSet2 = document.implementation.createDocumentType('html', '-//W3C//DTD XHTML 1.0 Strict//EN', 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'); 7 var docTypeDifferentSystemID = document.implementation.createDocumentType('html', '-//W3C//DTD XHTML 1.0 Strict//EN', 'bar');
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/ |
UserDictionaryToolsEditEN.java | 17 package jp.co.omronsoft.openwnn.EN; 51 mListViewName = "jp.co.omronsoft.openwnn.EN.UserDictionaryToolsListEN";
|
ClearUserDictionaryDialogPreferenceEN.java | 17 package jp.co.omronsoft.openwnn.EN;
|
UserDictionaryToolsListEN.java | 17 package jp.co.omronsoft.openwnn.EN; 37 mListViewName = "jp.co.omronsoft.openwnn.EN.UserDictionaryToolsListEN"; 38 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;
|
/external/llvm/utils/TableGen/ |
DAGISelMatcherOpt.cpp | 92 if (EmitNodeMatcher *EN = dyn_cast<EmitNodeMatcher>(N)) 94 dyn_cast<CompleteMatchMatcher>(EN->getNext())) { 96 unsigned RootResultFirst = EN->getFirstResultSlot(); 107 if (!EN->hasChain() && 117 if (!EN->hasOutFlag() && 126 if ((EN->hasGlue() || EN->hasChain()) && 127 EN->getNumNonChainGlueVTs() > ... need to get no results reliably ...) 132 const SmallVectorImpl<MVT::SimpleValueType> &VTs = EN->getVTList(); 133 const SmallVectorImpl<unsigned> &Operands = EN->getOperandList() [all...] |
DAGISelMatcherEmitter.cpp | 498 const EmitNodeMatcherCommon *EN = cast<EmitNodeMatcherCommon>(N); 499 OS << (isa<EmitNodeMatcher>(EN) ? "OPC_EmitNode" : "OPC_MorphNodeTo"); 500 OS << ", TARGET_VAL(" << EN->getOpcodeName() << "), 0"; 502 if (EN->hasChain()) OS << "|OPFL_Chain"; 503 if (EN->hasInFlag()) OS << "|OPFL_GlueInput"; 504 if (EN->hasOutFlag()) OS << "|OPFL_GlueOutput"; 505 if (EN->hasMemRefs()) OS << "|OPFL_MemRefs"; 506 if (EN->getNumFixedArityOperands() != -1) 507 OS << "|OPFL_Variadic" << EN->getNumFixedArityOperands(); 510 OS.PadToColumn(Indent*2+4) << EN->getNumVTs() [all...] |
CodeEmitterGen.cpp | 230 EN = NumberedInstructions.end(); 231 IN != EN; ++IN) {
|
/external/llvm/utils/ |
show-diagnostics | 29 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" \
|
/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/ |
bugzilla_unittest.py | 278 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 349 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 395 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
/external/webkit/LayoutTests/dom/html/level1/core/ |
hc_documentcreateelementcasesensitive.js | 112 newElement1.setAttribute("lang","EN"); 116 assertEquals("attrib1","EN",attribute1);
|
hc_elementaddnewattribute.js | 106 testEmployee.setAttribute("lang","EN-us"); 108 assertEquals("attrValue","EN-us",attrValue);
|
hc_attrcreatedocumentfragment.js | 110 newOne.setAttribute("lang","EN");
|
/external/webkit/LayoutTests/dom/xhtml/level1/core/ |
hc_documentcreateelementcasesensitive.js | 112 newElement1.setAttribute("lang","EN"); 116 assertEquals("attrib1","EN",attribute1);
|
hc_elementaddnewattribute.js | 106 testEmployee.setAttribute("lang","EN-us"); 108 assertEquals("attrValue","EN-us",attrValue);
|
hc_attrcreatedocumentfragment.js | 110 newOne.setAttribute("lang","EN");
|
/external/v8/test/mjsunit/third_party/ |
string-trim.js | 55 {s : '\u2000', t : 'EN QUAD'}, 57 {s : '\u2002', t : 'EN SPACE'},
|
/external/icu4c/common/ |
ubidiimp.h | 39 EN= U_EUROPEAN_NUMBER, 71 #define MASK_LTR (DIRPROP_FLAG(L)|DIRPROP_FLAG(EN)|DIRPROP_FLAG(AN)|DIRPROP_FLAG(LRE)|DIRPROP_FLAG(LRO))
|
/external/webkit/LayoutTests/dom/html/level2/html/ |
HTMLHtmlElement01.js | 113 assertEquals("versionLink","-//W3C//DTD HTML 4.01 Transitional//EN",vversion);
|
/external/webkit/LayoutTests/dom/xhtml/level2/html/ |
HTMLHtmlElement01.js | 113 assertEquals("versionLink","-//W3C//DTD HTML 4.01 Transitional//EN",vversion);
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
OpenWnnEN.java | 19 import jp.co.omronsoft.openwnn.EN.*; [all...] |