Home
last modified time | relevance | path

Searched defs:strA (Results 1 – 7 of 7) sorted by relevance

/external/neven/Embedded/common/src/b_BasicEm/
DString.c94 uint32 bbs_strlen( const char* strA ) in bbs_strlen()
264 int32 bbs_atoi( const char* strA ) in bbs_atoi()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationMiscTest.java1287 StringBuffer strA = new StringBuffer(); in TestIncrementalNormalize() local
1313 String strA = "AA\u0300\u0316"; in TestIncrementalNormalize() local
1321 String strA = "AA\u0300\u0316\uD800\uDC01"; in TestIncrementalNormalize() local
1681 String strA = "AA\u0300\u0316\uD800\uDC01"; in TestIdenticalCompare() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationMiscTest.java1290 StringBuffer strA = new StringBuffer(); in TestIncrementalNormalize() local
1316 String strA = "AA\u0300\u0316"; in TestIncrementalNormalize() local
1324 String strA = "AA\u0300\u0316\uD800\uDC01"; in TestIncrementalNormalize() local
1684 String strA = "AA\u0300\u0316\uD800\uDC01"; in TestIdenticalCompare() local
/external/icu/icu4c/source/test/cintltst/
Dcmsccoll.c985 UChar strA[MAXSLEN+1]; in TestIncrementalNormalize() local
1026 static const UChar strA[] = {0x41, 0x41, 0x300, 0x316, 0}; in TestIncrementalNormalize() local
1040 static const UChar strA[] = {0x41, 0x41, 0x300, 0x316, 0xD800, 0xDC01, 0}; in TestIncrementalNormalize() local
1049 static const UChar strA[] = {0x41, 0x00, 0x42, 0x00}; in TestIncrementalNormalize() local
1111 static const UChar strA[] = {0x41, 0x41, 0x300, 0x316, 0x00, 0x42, 0x00}; in TestIncrementalNormalize() local
1171 static const UChar strA[] = {0x41, 0x0, 0x300, 0x316, 0x41, 0x302, 0x00}; in TestIncrementalNormalize() local
/external/protobuf/src/google/protobuf/io/
Dzero_copy_stream_unittest.cc301 static const char* strA = "0123456789"; in TEST_F() local
601 static const char* strA = "0123456789"; in TEST_F() local
/external/libxml2/
Dxmlschemas.c2882 xmlChar *des = NULL, *strA = NULL; in xmlSchemaPResCompAttrErr() local
2953 xmlChar *strA = NULL, *strB = NULL; in xmlSchemaPIllegalAttrErr() local
14253 xmlChar *strA = NULL, *strB = NULL, *strC = NULL; in xmlSchemaCheckDerivationOKRestriction2to4() local
14386 xmlChar *strA = NULL, *strB = NULL; in xmlSchemaCheckDerivationOKRestriction2to4() local
16589 xmlChar *strA = NULL, *strB = NULL; in xmlSchemaCheckDerivationOKRestriction() local
19750 xmlChar *strA = NULL, *strB = NULL; in xmlSchemaCheckElemPropsCorrect() local
19789 xmlChar *strA = NULL, *strB = NULL, *strC = NULL; in xmlSchemaCheckElemPropsCorrect() local
20050 xmlChar *strA = NULL, *strB = NULL; in xmlSchemaCheckElementDeclConsistent() local
/external/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
Dittnotify.h1859 const char* strA; /*!< Copy of original string in ASCII. */ member