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

  /external/neven/Embedded/common/src/b_BasicEm/
String.h 51 uint32 bbs_strlen( const char* strA );
70 int32 bbs_atoi( const char* strA );
String.c 94 uint32 bbs_strlen( const char* strA )
97 while( strA[ iL++ ] != 0 );
264 int32 bbs_atoi( const char* strA )
268 uint16 iL = 0, lenL = bbs_strlen( strA );
270 while( iL < lenL && strA[ iL ] == ' ' ) iL++;
271 if( strA[ iL ] == '-' )
276 while( iL < lenL && strA[ iL ] == ' ' ) iL++;
277 while( iL < lenL && strA[ iL ] >= '0' && strA[ iL ] <= '9' )
279 valL = valL * 10 + ( strA[ iL ] - '0' )
    [all...]
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_unittest.cc 292 static const char* strA = "0123456789";
303 coded_output->WriteVarint32(strlen(strA));
304 coded_output->WriteRaw(strA, strlen(strA));
322 EXPECT_EQ(strlen(strA), insize);
324 EXPECT_EQ(0, memcmp(temp_buffer, strA, insize));
598 static const char* strA = "0123456789";
610 int32 outlen = strlen(strA) + 1;
612 coded_output->WriteRaw(strA, outlen);
635 EXPECT_EQ(strlen(strA) + 1, insize)
    [all...]
  /external/v8/src/third_party/vtune/
ittnotify_config.h 456 h->strA = NULL; \
471 h->strA = name ? __itt_fstrdup(name) : NULL; \
  /external/icu/icu4c/source/test/cintltst/
cmsccoll.c 987 UChar strA[MAXSLEN+1];
1005 strA[0] = baseA;
1008 strA[i] = ccMix[i % 3];
1011 strA[sLen] = 0;
1015 doTest(coll, strA, strB, UCOL_EQUAL); /* optimized functions in the impl*/
1017 doTest(coll, strA, strB, UCOL_EQUAL);
1028 static const UChar strA[] = {0x41, 0x41, 0x300, 0x316, 0};
1031 doTest(coll, strA, strB, UCOL_EQUAL);
1041 /*UChar strA[] = {0x41, 0x41, 0x300, 0x316, 0xD801, 0xDC00, 0};*/
1042 static const UChar strA[] = {0x41, 0x41, 0x300, 0x316, 0xD800, 0xDC01, 0}
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationMiscTest.java     [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationMiscTest.java     [all...]
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
ittnotify_config.h 427 h->strA = NULL; \
442 h->strA = name ? __itt_fstrdup(name) : NULL; \
  /external/libedit/src/
terminal.c 1051 static const Char strA[] = {033, '[', 'A', '\0'};
1064 keymacro_add(el, strA, &arrow[A_K_UP].fun, arrow[A_K_UP].type);
1079 keymacro_add(el, &strA[1], &arrow[A_K_UP].fun, arrow[A_K_UP].type);
    [all...]
  /external/libxml2/
xmlschemas.c     [all...]
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.10/
commons-codec-1.10.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.9/
commons-codec-1.9.jar 
  /prebuilts/tools/common/offline-m2/commons-codec/commons-codec/1.10/
commons-codec-1.10.jar 
  /frameworks/data-binding/prebuilds/1.0-rc0/
databinding-studio-bundle.jar 

Completed in 735 milliseconds