HomeSort by relevance Sort by last modified time
    Searched refs:subTag (Results 1 - 16 of 16) sorted by null

  /system/core/liblog/
log_event_write.c 27 const char *subTag,
33 if (subTag && (data || !dataLen)) {
38 ret = android_log_write_string8_len(ctx, subTag, MAX_SUBTAG_LEN);
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
Utils.java 52 * <li> The primary subtag is lower case, the suggested practice of ISO 639.
70 int subTag = 1;
79 // move to next subtag and convert underscore to hyphen
81 subTag++;
87 // convert second subtag to uppercase, all other to lowercase
88 if (subTag != 2)
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DeviceInfoResult.java 193 * <SubTag attr1="value1" attr2="value2" />
194 * <SubTag attr1="value3" attr2="value4" />
200 * @param subTag would be "SubTag"
207 private void serialize(KXmlSerializer serializer, String tag, String subTag,
220 serializer.startTag(ns, subTag);
224 serializer.endTag(ns, subTag);
295 * <SubTag attr1="value1" attr2="value2" />
296 * <SubTag attr1="value3" attr2="value4" />
304 * @param subTag like "SubTag
    [all...]
  /system/core/include/log/
log.h 650 #define android_errorWriteLog(tag, subTag) \
651 __android_log_error_write(tag, subTag, -1, NULL, 0)
653 #define android_errorWriteWithInfoLog(tag, subTag, uid, data, dataLen) \
654 __android_log_error_write(tag, subTag, uid, data, dataLen)
682 int __android_log_error_write(int tag, const char *subTag, int32_t uid, const char *data,
  /libcore/ojluni/src/main/java/java/util/
Locale.java 91 * language codes in the IANA Language Subtag Registry (search for
106 * valid script codes in the IANA Language Subtag Registry (search
121 * IANA Language Subtag Registry (search for "Type: region"). The
144 * in the IANA Language Subtag Registry (search for "Type: variant").
155 * <dd>Well-formed variant values have the form <code>SUBTAG
156 * (('_'|'-') SUBTAG)*</code> where <code>SUBTAG =
174 * <code>SUBTAG ('-' SUBTAG)*</code> where for the key 'x'
175 * <code>SUBTAG = [0-9a-zA-Z]{1,8}</code> and for other key
1354 String subtag = tag.getLanguage(); local
    [all...]
  /libcore/ojluni/src/main/java/sun/security/provider/
X509Factory.java 638 int subTag = readBERInternal(is, bout, -1);
639 if (subTag == 0) { // EOC, end of indefinite-length section
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
ULocale.java 2585 String subtag = tag.getLanguage(); local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
ULocale.java 3090 String subtag = tag.getLanguage(); local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
ULocale.java 3227 String subtag = tag.getLanguage(); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.ds_1.4.101.v20130813-1853.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.ds_1.4.100.v20130515-2026.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 372 milliseconds