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

  /external/mockito/cglib-and-asm/src/org/mockito/asm/
ByteVector.java 201 int charLength = s.length();
202 if (length + 2 + charLength > data.length) {
203 enlarge(2 + charLength);
213 data[len++] = (byte) (charLength >>> 8);
214 data[len++] = (byte) charLength;
215 for (int i = 0; i < charLength; ++i) {
221 for (int j = i; j < charLength; ++j) {
238 for (int j = i; j < charLength; ++j) {
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
TypesLengths.java 98 private static int charLength = 2;
201 return charLength;
302 classObjectLength = charLength;
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
EmailInputType.cpp 222 unsigned charLength = U_IS_LEAD(localPart[invalidCharIndex]) ? 2 : 1;
223 return locale().queryString(WebLocalizedString::ValidationTypeMismatchForEmailInvalidLocal, atSign, localPart.substring(invalidCharIndex, charLength));
227 unsigned charLength = U_IS_LEAD(domain[invalidCharIndex]) ? 2 : 1;
228 return locale().queryString(WebLocalizedString::ValidationTypeMismatchForEmailInvalidDomain, atSign, domain.substring(invalidCharIndex, charLength));
  /external/chromium_org/third_party/icu/source/i18n/
translit.cpp 572 int32_t charLength = U16_LENGTH(text.char32At(passLimit));
573 passLimit += charLength;
577 uncommittedLength += charLength;
    [all...]
  /external/icu/icu4c/source/i18n/
translit.cpp 572 int32_t charLength = U16_LENGTH(text.char32At(passLimit));
573 passLimit += charLength;
577 uncommittedLength += charLength;
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
PasswordTextView.java 145 float charLength = bounds.right - bounds.left;
149 charLength);
171 int charLength = bounds.right - bounds.left;
177 width += charLength * charState.currentWidthFactor;
647 float charLength) {
650 float charWidth = charLength * currentWidthFactor;
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
org.eclipse.sisu.inject-0.0.0.M5.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/ow2/asm/asm-debug-all/4.0/
asm-debug-all-4.0.jar 
  /prebuilts/tools/common/asm-tools/
asm-debug-all-4.0.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-all/1.9.5/
mockito-all-1.9.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/1.9.5/
mockito-core-1.9.5.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 128 milliseconds