Searched refs:strA (Results 1 - 10 of 10) sorted by relevance

/external/neven/Embedded/common/src/b_BasicEm/
H A DString.h51 uint32 bbs_strlen( const char* strA );
70 int32 bbs_atoi( const char* strA );
H A DString.c94 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[ i
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_unittest.cc292 static const char* strA = "0123456789"; local
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));
597 static const char* strA = "0123456789"; local
609 int32 outlen = strlen(strA) + 1;
611 coded_output->WriteRaw(strA, outlen);
634 EXPECT_EQ(strlen(strA)
[all...]
/external/chromium_org/v8/src/third_party/vtune/
H A Dittnotify_config.h456 h->strA = NULL; \
471 h->strA = name ? __itt_fstrdup(name) : NULL; \
/external/icu/icu4c/source/test/cintltst/
H A Dcmsccoll.c987 UChar strA[MAXSLEN+1]; local
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}; local
1031 doTest(coll, strA, strB, UCOL_EQUAL);
1041 /*UChar strA[] = {0x41, 0x41, 0x300, 0x316, 0xD801, 0xDC00, 0};*/
1042 static const UChar strA[] local
1051 static const UChar strA[] = {0x41, 0x00, 0x42, 0x00}; local
1113 static const UChar strA[] = {0x41, 0x41, 0x300, 0x316, 0x00, 0x42, 0x00}; local
1173 static const UChar strA[] = {0x41, 0x0, 0x300, 0x316, 0x41, 0x302, 0x00}; local
[all...]
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Dittnotify_config.h427 h->strA = NULL; \
442 h->strA = name ? __itt_fstrdup(name) : NULL; \
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcmsccoll.c2291 UChar strA[MAXSLEN+1]; local
2309 strA[0] = baseA;
2312 strA[i] = ccMix[i % 3];
2315 strA[sLen] = 0;
2319 doTest(coll, strA, strB, UCOL_EQUAL); /* optimized functions in the impl*/
2321 doTest(coll, strA, strB, UCOL_EQUAL);
2332 static const UChar strA[] = {0x41, 0x41, 0x300, 0x316, 0}; local
2335 doTest(coll, strA, strB, UCOL_EQUAL);
2345 /*UChar strA[] = {0x41, 0x41, 0x300, 0x316, 0xD801, 0xDC00, 0};*/
2346 static const UChar strA[] local
2355 static const UChar strA[] = {0x41, 0x00, 0x42, 0x00}; local
2417 static const UChar strA[] = {0x41, 0x41, 0x300, 0x316, 0x00, 0x42, 0x00}; local
2477 static const UChar strA[] = {0x41, 0x0, 0x300, 0x316, 0x41, 0x302, 0x00}; local
[all...]
/external/libedit/src/
H A Dterminal.c1051 static const Char strA[] = {033, '[', 'A', '\0'}; local
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);
/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c2801 xmlChar *des = NULL, *strA = NULL; local
2810 xmlSchemaFormatQName(&strA, refURI, refName),
2813 FREE_AND_NULL(strA)
2873 xmlChar *strA = NULL, *strB = NULL; local
2875 xmlSchemaFormatNodeForError(&strA, ACTXT_CAST ctxt, attr->parent);
2877 "%sThe attribute '%s' is not allowed.\n", BAD_CAST strA,
2880 FREE_AND_NULL(strA);
14139 xmlChar *strA = NULL, *strB = NULL, *strC = NULL; local
14154 xmlSchemaGetComponentDesignation(&strA,
14161 FREE_AND_NULL(strA);
14272 xmlChar *strA = NULL, *strB = NULL; local
16434 xmlChar *strA = NULL, *strB = NULL; local
19595 xmlChar *strA = NULL, *strB = NULL; local
19634 xmlChar *strA = NULL, *strB = NULL, *strC = NULL; local
19895 xmlChar *strA = NULL, *strB = NULL; local
[all...]
/external/libxml2/
H A Dxmlschemas.c2820 xmlChar *des = NULL, *strA = NULL; local
2829 xmlSchemaFormatQName(&strA, refURI, refName),
2832 FREE_AND_NULL(strA)
2892 xmlChar *strA = NULL, *strB = NULL; local
2894 xmlSchemaFormatNodeForError(&strA, ACTXT_CAST ctxt, attr->parent);
2896 "%sThe attribute '%s' is not allowed.\n", BAD_CAST strA,
2899 FREE_AND_NULL(strA);
14167 xmlChar *strA = NULL, *strB = NULL, *strC = NULL; local
14182 xmlSchemaGetComponentDesignation(&strA,
14189 FREE_AND_NULL(strA);
14300 xmlChar *strA = NULL, *strB = NULL; local
16463 xmlChar *strA = NULL, *strB = NULL; local
19624 xmlChar *strA = NULL, *strB = NULL; local
19663 xmlChar *strA = NULL, *strB = NULL, *strC = NULL; local
19924 xmlChar *strA = NULL, *strB = NULL; local
[all...]

Completed in 1284 milliseconds