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

  /external/libexif/libexif/canon/
mnote-canon-tag.c 52 unsigned int subtag; member in struct:__anon23134
147 if (table_sub[i].subtag == s)
177 if (table_sub[i].subtag == s)
mnote-canon-entry.c 71 unsigned int subtag; member in struct:canon_entry_table_t
447 /* Search the table for the first matching subtag and value. */
448 for (j = 0; table[j].name && ((table[j].subtag < t) ||
449 ((table[j].subtag == t) && table[j].value <= vs)); j++) {
450 if ((table[j].subtag == t) && (table[j].value == vs)) {
454 if ((table[j].subtag == t) && (table[j].value == vs) && table[j].name) {
455 /* Matching subtag and value found. */
458 /* No matching subtag and/or value found. */
469 /* Search the table for the first matching subtag. */
470 for (j = 0; table[j].name && (table[j].subtag <= t); j++)
    [all...]
  /external/syslinux/gpxe/src/net/
fakedhcp.c 49 unsigned int subtag; local
55 for ( subtag = DHCP_MIN_OPTION; subtag <= DHCP_MAX_OPTION; subtag++ ) {
56 tag = DHCP_ENCAP_OPT ( encapsulator, subtag );
  /frameworks/base/core/java/android/content/res/
StringBlock.java 227 sub = subtag(tag, ";height=");
234 sub = subtag(tag, ";size=");
242 sub = subtag(tag, ";fgcolor=");
249 sub = subtag(tag, ";color=");
256 sub = subtag(tag, ";bgcolor=");
263 sub = subtag(tag, ";face=");
272 sub = subtag(tag, ";href=");
382 private static String subtag(String full, String attribute) { method in class:StringBlock
  /external/icu/icu4c/source/i18n/
rulebasedcollator.cpp 1565 char subtag[ULOC_KEYWORD_AND_VALUES_CAPACITY]; local
    [all...]
  /external/icu/icu4c/source/tools/genrb/
parse.cpp 821 char subtag[1024]; local
857 u_UCharsToChars(tokenValue->fChars, subtag, u_strlen(tokenValue->fChars) + 1);
865 member = parseResource(state, subtag, NULL, status);
876 else if (uprv_strcmp(subtag, "Version") == 0 && member->isString())
893 else if(uprv_strcmp(subtag, "%%CollationBin")==0)
897 else if (uprv_strcmp(subtag, "Sequence") == 0 && member->isString())
1049 char subtag[1024], typeKeyword[1024]; local
1177 char subtag[1024]; local
    [all...]
  /external/icu/icu4c/source/common/
uloc_tag.c 178 * Language subtag syntax validation functions
223 * / 5*8ALPHA ; or registered language subtag
2418 const char *subtag, *p; local
    [all...]
  /libcore/ojluni/src/main/java/java/util/
Locale.java 89 * language codes in the IANA Language Subtag Registry (search for
104 * valid script codes in the IANA Language Subtag Registry (search
119 * IANA Language Subtag Registry (search for "Type: region"). The
142 * in the IANA Language Subtag Registry (search for "Type: variant").
153 * <dd>Well-formed variant values have the form <code>SUBTAG
154 * (('_'|'-') SUBTAG)*</code> where <code>SUBTAG =
172 * <code>SUBTAG ('-' SUBTAG)*</code> where for the key 'x'
173 * <code>SUBTAG = [0-9a-zA-Z]{1,8}</code> and for other key
1474 String subtag = tag.getLanguage(); local
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
ULocale.java 2587 String subtag = tag.getLanguage(); local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
ULocale.java 3138 String subtag = tag.getLanguage(); local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
ULocale.java 3288 String subtag = tag.getLanguage(); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 

Completed in 674 milliseconds