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

  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
UnicodeNormalizerConformanceTest.java 221 int spacePos = toHex.indexOf(' ', index);
222 if(spacePos==-1){
224 spacePos = len;
226 appendInt(buf,toHex.substring(index, spacePos),s);
228 index = spacePos+1;
ConformanceTest.java 468 int spacePos = toHex.indexOf(' ', index);
469 if(spacePos==-1){
471 spacePos = len;
473 appendInt(buf,toHex.substring(index, spacePos),s);
475 index = spacePos+1;
  /frameworks/av/media/libstagefright/foundation/
ParsedMessage.cpp 191 ssize_t spacePos = line.find(" ", offset);
193 if (spacePos < 0) {
194 spacePos = line.size();
198 offset = spacePos + 1;
  /frameworks/av/media/libstagefright/rtsp/
ASessionDescription.cpp 107 ssize_t spacePos = line.find(" ", colonPos + 1);
108 if (spacePos < 0) {
112 key.setTo(line, 0, spacePos);
114 colonPos = spacePos;
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
aether-util-0.9.0.M2.jar 
maven-compat-3.2.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/aether/aether-util/1.7/
aether-util-1.7.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/aether/aether-util/1.7/
aether-util-1.7.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-util/0.9.0.M3/
aether-util-0.9.0.M3.jar 

Completed in 4899 milliseconds