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

  /external/cldr/tools/java/org/unicode/cldr/tool/
CheckLangTagBNF.java 73 int hashPos = line.indexOf('#');
74 if (hashPos >= 0) line = line.substring(0, hashPos);
240 int hashPos = test.indexOf('#');
241 if (hashPos >= 0) test = test.substring(0, hashPos);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UnicodeRegex.java 386 int hashPos = line.indexOf(bnfCommentString);
387 if (hashPos >= 0) line = line.substring(0, hashPos);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UnicodeRegex.java 384 int hashPos = line.indexOf(bnfCommentString);
385 if (hashPos >= 0) line = line.substring(0, hashPos);
  /external/cldr/tools/java/org/unicode/cldr/icu/
ExtractICUData.java 216 int hashPos = line.indexOf('#');
218 if (hashPos >= 0 && line.indexOf('\'', hashPos) < 0) {
219 String core = line.substring(0, hashPos).trim();
220 String comment = line.substring(hashPos + 1).trim();
  /external/icu/icu4c/source/i18n/
repattrn.cpp 141 int32_t hashPos = UHASH_FIRST;
142 while (const UHashElement *hashEl = uhash_nextElement(other.fNamedCaptureMap, &hashPos)) {
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /external/cldr/tools/java/libs/
icu4j.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 

Completed in 1120 milliseconds