Searched defs:lang (Results 151 - 175 of 179) sorted by relevance

12345678

/external/icu/icu4c/source/test/cintltst/
H A Dcloctst.c1488 char lang[4]; member in struct:__anon22016
1546 if(strcmp(buff,tests[i].lang))
1549 locale, buff, tests[i].lang);
3098 /* there is a display name for the current lang ID */
H A Dnucnvtst.c115 const char* lang,
3369 static void TestConv(const uint16_t in[],int len, const char* conv, const char* lang, char byteArr[],int byteArrLen){ argument
3404 /*log_verbose("length of compressed string for language %s using %s:%i \n",conv,lang,(cTarget-cBuf));*/
3427 TestGetNextUChar2022(cnv, byteArr, (byteArr+byteArrLen), in, lang);
/external/libpng/
H A Dpng.h674 * other string-handling functions. Note that the "itxt_length", "lang", and
678 * the "lang" and "lang_key" fields contain NULL pointers when the
696 png_charp lang; /* language code, 0-79 characters member in struct:png_text_struct
/external/libxml2/
H A Dtree.c4921 * @lang: the language description
4923 * Set the language of a node, i.e. the values of the xml:lang
4927 xmlNodeSetLang(xmlNodePtr cur, const xmlChar *lang) { argument
4961 xmlSetNsProp(cur, ns, BAD_CAST "lang", lang);
4969 * Searches the language of a node, i.e. the values of the xml:lang
4972 * Returns a pointer to the lang value, or NULL if not found
4977 xmlChar *lang; local
4982 lang = xmlGetNsProp(cur, BAD_CAST "lang", XML_XML_NAMESPAC
[all...]
H A Dparser.c1341 * @lang: pointer to the string value
1398 xmlCheckLanguageID(const xmlChar * lang) argument
1400 const xmlChar *cur = lang, *nxt;
8435 * Check that xml:lang conforms to the specification
8439 if ((ctxt->pedantic) && (xmlStrEqual(name, BAD_CAST "xml:lang"))) {
8442 "Malformed value for xml:lang : %s\n",
9151 * Check that xml:lang conforms to the specification
9155 if ((ctxt->pedantic) && (xmlStrEqual(name, BAD_CAST "lang"))) {
9159 "Malformed value for xml:lang : %s\n",
H A Dxpath.c9523 * Implement the lang() XPath function
9524 * boolean lang(string)
9525 * The lang function returns true or false depending on whether the
9526 * language of the context node as specified by xml:lang attributes
9529 * by the value of the xml:lang attribute on the context node, or, if
9530 * the context node has no xml:lang attribute, by the value of the
9531 * xml:lang attribute on the nearest ancestor of the context node that
9532 * has an xml:lang attribute. If there is no such attribute, then lang
9533 * returns false. If there is such an attribute, then lang return
9543 const xmlChar *lang; local
[all...]
/external/qemu/distrib/libpng-1.2.46/
H A Dpng.h696 * points to a regular zero-terminated C string. The "text", "lang", and
715 png_charp lang; /* language code, 0-79 characters member in struct:png_text_struct
3414 int compression, png_charp key, png_charp lang, png_charp lang_key,
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_config.h160 u8 lang[3]; member in struct:hostapd_lang_string
/external/wpa_supplicant_8/src/ap/
H A Dap_config.h160 u8 lang[3]; member in struct:hostapd_lang_string
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_config.h160 u8 lang[3]; member in struct:hostapd_lang_string
/external/chromium_org/third_party/libxslt/libxslt/
H A DxsltInternals.h859 * lang = { nmtoken }
1030 * lang = { nmtoken }
1047 const xmlChar *lang; /* sort */ member in struct:_xsltStyleItemSort
1380 const xmlChar *lang; /* sort */ member in struct:_xsltStylePreComp
/external/clang/include/clang-c/
H A DIndex.h5055 CXIdxEntityLanguage lang; member in struct:__anon17664
/external/elfutils/0.153/src/
H A Dreadelf.c3667 dwarf_lang_string (unsigned int lang) argument
3692 if (likely (lang < sizeof (known) / sizeof (known[0])))
3693 return known[lang];
3694 else if (lang == DW_LANG_Mips_Assembler)
3698 if (lang >= DW_LANG_lo_user && lang <= DW_LANG_hi_user)
3701 snprintf (buf, sizeof (buf), "lo_user+%u", lang - DW_LANG_lo_user);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jar ... = " (double, double) double asc double dec public java.lang.String toString () public java.lang.String toHmsString ...
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jar ... 0_r1/s?defs= " () static final java.lang.String decode (java.lang.String) String entity ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar ... org.eclipse.swt.SWT extends java.lang.Object { public static final int None public static final ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar ... org.eclipse.swt.SWT extends java.lang.Object { public static final int None public static final ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jar ... .0_r1/s?defs= " () private java.lang.Throwable getRoot (java.lang.Throwable) Throwable t ...
/external/robolectric/lib/main/
H A Dcommons-codec-1.6.jar ... isBase64 (byte) byte octet public static boolean isBase64 (java.lang.String) String base64 public static boolean isBase64 (byte[]) int ...
/external/chromium_org/third_party/libxml/src/
H A Dxpath.c9396 * Implement the lang() XPath function
9397 * boolean lang(string)
9398 * The lang function returns true or false depending on whether the
9399 * language of the context node as specified by xml:lang attributes
9402 * by the value of the xml:lang attribute on the context node, or, if
9403 * the context node has no xml:lang attribute, by the value of the
9404 * xml:lang attribute on the nearest ancestor of the context node that
9405 * has an xml:lang attribute. If there is no such attribute, then lang
9406 * returns false. If there is such an attribute, then lang return
9416 const xmlChar *lang; local
[all...]
H A Dtestapi.c15750 xmlChar * lang; /* pointer to the string value */ local
15755 lang = gen_const_xmlChar_ptr(n_lang, 0);
15757 ret_val = xmlCheckLanguageID((const xmlChar *)lang);
15760 des_const_xmlChar_ptr(n_lang, (const xmlChar *)lang, 0);
22607 xmlChar * lang; /* the language description */ local
22614 lang = gen_const_xmlChar_ptr(n_lang, 1);
22616 xmlNodeSetLang(cur, (const xmlChar *)lang);
22619 des_const_xmlChar_ptr(n_lang, (const xmlChar *)lang, 1);
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Djaxen-1.1.6.jar ... .Object getVariableValue (java.lang.String, java.lang.String, java.lang.String) throws org.
/external/chromium_org/third_party/closure_compiler/externs/
H A Dchrome_extensions.js2737 TtsVoice.prototype.lang;
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jar ... _r1/s?defs= " () public void runTests (java.lang.String) throws java.lang.Exception private com ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jar ... android.location.Address$1 extends java.lang.Object implements android.os.Parcelable$Creator ...

Completed in 533 milliseconds

12345678