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

  /libcore/luni/src/main/java/javax/security/auth/x500/
X500Principal.java 232 String subName = resultName.substring(commaIndex + 1,
234 if (subName.length() > 4
235 && subName.substring(0, 4).equals("OID.")) {
236 String subSubName = subName.substring(4);
258 String subName = resultName.substring(commaIndex + 1,
260 if (oidMap.containsKey(subName)) {
273 .get(subName));
308 String subName = sbName.substring(commaIndex + 1, equalIndex).trim();
309 if (keywordMap.containsKey(subName)) {
310 sbName.replace(commaIndex + 1, equalIndex, keywordMap.get(subName));
    [all...]
  /external/icu4c/i18n/
ucol_tok.h 146 const UChar *subName;
ucol_tok.cpp 549 if(u_strncmpNoCase(optionArg, rulesOptions[i].subopts[j].subName, rulesOptions[i].subopts[j].subLen) == 0) {
737 if(u_strncmpNoCase(optionArg, rulesOptions[i].subopts[j].subName, rulesOptions[i].subopts[j].subLen) == 0) {
756 if(u_strncmpNoCase(optionArg, rulesOptions[i].subopts[j].subName, rulesOptions[i].subopts[j].subLen) == 0) {
773 if(u_strncmpNoCase(optionArg, rulesOptions[i].subopts[j].subName, rulesOptions[i].subopts[j].subLen) == 0) {
    [all...]
  /frameworks/base/core/java/android/content/pm/
PackageParser.java     [all...]

Completed in 196 milliseconds