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

  /dalvik/dx/src/com/android/dx/rop/type/
TypeList.java 58 public int getWordCount();
StdTypeList.java 341 public int getWordCount() {
  /external/chromium/third_party/icu/source/test/thaitest/
thaitest.cpp 50 int32_t getWordCount();
105 int32_t getWordCount();
203 inline int32_t ThaiWordbreakTest::getWordCount()
264 fWordCount = spaceIter.getWordCount();
485 printf("word count: %d\n", test.getWordCount());
566 int32_t SpaceBreakIterator::getWordCount()
  /external/icu4c/test/thaitest/
thaitest.cpp 50 int32_t getWordCount();
105 int32_t getWordCount();
203 inline int32_t ThaiWordbreakTest::getWordCount()
264 fWordCount = spaceIter.getWordCount();
485 printf("word count: %d\n", test.getWordCount());
566 int32_t SpaceBreakIterator::getWordCount()
  /dalvik/dx/src/com/android/dx/rop/cst/
CstBaseMethodRef.java 117 * {@code getPrototype().getParameterTypes().getWordCount()},
125 return getPrototype(isStatic).getParameterTypes().getWordCount();
  /dalvik/dx/src/com/android/dx/command/dump/
BaseDumper.java 112 getWordCount();
  /dalvik/dx/src/com/android/dx/rop/code/
RegisterSpecList.java 110 public int getWordCount() {
  /dalvik/dx/src/com/android/dx/cf/direct/
DirectClassFile.java 617 public int getWordCount() {
  /dalvik/dx/src/com/android/dx/dex/file/
DebugInfoDecoder.java 236 - desc.getParameterTypes().getWordCount() - (isStatic? 0 : 1);
DebugInfoEncoder.java 516 - desc.getParameterTypes().getWordCount() - (isStatic? 0 : 1);
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 79 milliseconds