HomeSort by relevance Sort by last modified time
    Searched refs:subName (Results 1 - 11 of 11) 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...]
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
FatLfnDirectoryEntry.java 303 private static FatDirectoryEntry createPart(String subName,
307 subName.getChars(0, subName.length(), unicodechar, 0);
309 for (int i=subName.length(); i < 13; i++) {
310 if (i==subName.length()) {
  /external/chromium_org/third_party/icu/source/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...]
  /external/icu4c/i18n/
ucol_tok.h 146 const UChar *subName;
ucol_tok.cpp 543 if(u_strncmpNoCase(optionArg, rulesOptions[i].subopts[j].subName, rulesOptions[i].subopts[j].subLen) == 0) {
731 if(u_strncmpNoCase(optionArg, rulesOptions[i].subopts[j].subName, rulesOptions[i].subopts[j].subLen) == 0) {
750 if(u_strncmpNoCase(optionArg, rulesOptions[i].subopts[j].subName, rulesOptions[i].subopts[j].subLen) == 0) {
767 if(u_strncmpNoCase(optionArg, rulesOptions[i].subopts[j].subName, rulesOptions[i].subopts[j].subLen) == 0) {
    [all...]
  /prebuilts/devtools/tools/lib/
fat32lib.jar 
  /frameworks/base/core/java/android/content/pm/
PackageParser.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 236 milliseconds