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

  /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)
  /libcore/luni/src/main/java/java/util/
Locale.java 465 for (String subTag : subTags) {
466 if (!isValidVariantSubtag(subTag)) {
474 private static boolean isValidVariantSubtag(String subTag) {
478 if (subTag.length() >= 5 && subTag.length() <= 8) {
479 if (isAsciiAlphaNum(subTag)) {
482 } else if (subTag.length() == 4) {
483 final char firstChar = subTag.charAt(0);
484 if ((firstChar >= '0' && firstChar <= '9') && isAsciiAlphaNum(subTag)) {
648 * by ({@code "-"} or {@code "_"}). Each subtag must be betwee
2079 final String subtag = subtags[i]; local
2102 final String subtag = subtags[i]; local
2173 final String subtag = subtags[i]; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
SerializedScriptValue.cpp 218 ArrayBufferViewTag = 'V', // subtag:byte, byteOffset:uint32_t, byteLength:uint32_t -> ArrayBufferView (ref). Consumes an ArrayBuffer from the top of the deserialization stack.
219 CryptoKeyTag = 'K', // subtag:byte, props, usages:uint32_t, keyDataLength:uint32_t, keyData:byte[keyDataLength]
220 // If subtag=AesKeyTag:
222 // If subtag=HmacKeyTag:
224 // If subtag=RsaHashedKeyTag:
    [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 

Completed in 911 milliseconds