HomeSort by relevance Sort by last modified time
    Searched full:numchars (Results 26 - 45 of 45) sorted by null

12

  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzEvents.m 336 unsigned int i, numChars;
350 numChars = [ chars length ];
351 if (numChars > 0)
354 numChars = 0;
357 if (numChars == 0) {
366 else if (numChars >= 1) {
375 for (i = 1; i < numChars; i++) {
    [all...]
  /external/clang/lib/Format/
BreakableToken.cpp 51 for (unsigned NumChars = 0;
52 NumChars < MaxSplit && MaxSplitBytes < Text.size(); ++NumChars)
  /external/clang/test/Analysis/Inputs/
system-header-simulator-objc.h 124 extern CFMutableStringRef CFStringCreateMutableWithExternalCharactersNoCopy(CFAllocatorRef alloc, UniChar *chars, CFIndex numChars, CFIndex capacity, CFAllocatorRef externalCharactersAllocator);
  /external/chromium_org/third_party/icu/patches/
segmentation.patch 201 + int numChars = 0;
210 + charPositions[++numChars] = index;
224 + charPositions[++numChars] = index = normalizer.getIndex();
237 + AutoBuffer<uint32_t, defaultInputLength> bestSnlp(numChars + 1);
239 + for(int i=1; i<=numChars; i++){
245 + AutoBuffer<int, defaultInputLength> prev(numChars + 1);
246 + for(int i=0; i<=numChars; i++){
251 + AutoBuffer<uint16_t, maxWordSize> values(numChars);
252 + AutoBuffer<int32_t, maxWordSize> lengths(numChars);
256 + for (int i = 0; i < numChars; ++i)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/
wgl.c 373 DWORD numChars, DWORD listBase)
401 for(i = 0; i < (int)numChars; i++) {
  /external/mesa3d/src/mesa/drivers/windows/gdi/
wgl.c 373 DWORD numChars, DWORD listBase)
401 for(i = 0; i < (int)numChars; i++) {
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
GsmSmsTest.java 471 int numChars = 128 - tableIndex.length;
472 int numSeptets = numChars * 2; // two septets per extended char
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tokenize.py 281 namechars, numchars = string.ascii_letters + '_', '0123456789'
369 if initial in numchars or \
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tokenize.py 281 namechars, numchars = string.ascii_letters + '_', '0123456789'
369 if initial in numchars or \
  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextIterator.h 313 String string(int numChars);
TextIterator.cpp     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 362 namechars, numchars = string.ascii_letters + '_', '0123456789'
443 if initial in numchars or \
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 362 namechars, numchars = string.ascii_letters + '_', '0123456789'
443 if initial in numchars or \
  /external/lzma/CPP/7zip/UI/Common/
ArchiveCommandLine.cpp 346 UInt32 numChars = dataSize / sizeof(wchar_t);
348 for (UInt32 i = 1; i < numChars; i++)
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 346 CharUnits NumChars =
350 if (NumChars > CharUnits::One())
351 Ty = llvm::ArrayType::get(Ty, NumChars.getQuantity());
    [all...]
CodeGenModule.h 547 llvm::ConstantInt *getSize(CharUnits numChars);
    [all...]
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp     [all...]
  /prebuilts/misc/linux-x86/flex/
flex-2.5.4a 
  /external/chromium_org/sandbox/win/wow_helper/
wow_helper.pdb     [all...]

Completed in 3329 milliseconds

12