Home
last modified time | relevance | path

Searched refs:isString (Results 51 - 75 of 90) sorted by relevance

1234

/third_party/icu/tools/colprobe/
H A Dsortedlines.cpp248 if(exemplarUSetIter.isString()) { // process a string in init()
353 if(it1.isString()) { // process a string in updateBounds()
2013 if(repertoireIter.isString()) { // process a string in removeDecompositionsFromRepertoire()
H A Dcolprobe.cpp1344 if(exemplarUSetIter.isString()) { // process a string in removeIgnorableChars()
1582 if(exemplarUSetIter.isString()) { // process a string in processCollator()
H A DcolprobeNew.cpp1028 if (it.isString()) { in flatten()
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dparse.cpp786 if (sequence != nullptr && sequence->isString()) { in getRules()
1211 else if (uprv_strcmp(subtag, "Version") == 0 && member->isString()) in addCollation()
1232 else if (uprv_strcmp(subtag, "Sequence") == 0 && member->isString()) in addCollation()
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dparse.cpp778 if (sequence != NULL && sequence->isString()) { in getRules()
876 else if (uprv_strcmp(subtag, "Version") == 0 && member->isString()) in addCollation()
897 else if (uprv_strcmp(subtag, "Sequence") == 0 && member->isString()) in addCollation()
/third_party/skia/third_party/externals/angle2/src/feature_support_util/
H A Dfeature_support_util.cpp138 if (parent.isMember(key) && parent[key].isString()) in FromJson()
/third_party/node/src/
H A Djsvm.h2491 * @param isString: Whether the given value is String.
2497 bool* isString);
H A Djs_native_api_v8.cc5017 bool* isString) {
5022 CHECK_ARG(env, isString);
5025 *isString = val->IsString();
/third_party/protobuf/conformance/third_party/jsoncpp/
H A Djson.h741 bool isString() const;
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
H A Djson.h691 bool isString() const;
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
H A Djson.h691 bool isString() const;
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
H A Djson.h691 bool isString() const;
/third_party/icu/icu4c/source/i18n/
H A Dcollationbuilder.cpp1184 U_ASSERT(!iter.isString()); in addTailComposites()
1336 U_ASSERT(!iter.isString()); in closeOverComposites()
H A Drulebasedcollator.cpp283 while(iter.next() && !iter.isString()) { in hashCode()
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationbuilder.cpp1205 U_ASSERT(!iter.isString()); in addTailComposites()
1357 U_ASSERT(!iter.isString()); in closeOverComposites()
H A Drulebasedcollator.cpp285 while(iter.next() && !iter.isString()) { in hashCode()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationbuilder.cpp1178 U_ASSERT(!iter.isString()); in addTailComposites()
1330 U_ASSERT(!iter.isString()); in closeOverComposites()
H A Drulebasedcollator.cpp283 while(iter.next() && !iter.isString()) { in hashCode()
/third_party/skia/third_party/externals/d3d12allocator/src/
H A DD3D12MemAlloc.cpp1092 void BeginValue(bool isString);
1283 void JsonWriter::BeginValue(bool isString) in BeginValue() argument
1290 D3D12MA_ASSERT(isString); in BeginValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DConstants.cpp2849 bool ConstantDataSequential::isString(unsigned CharSize) const { in isString() function in ConstantDataSequential
2854 if (!isString()) in isCString()
/third_party/icu/icu4c/source/test/intltest/
H A Dtstnorm.cpp1159 while(it.next() && !it.isString()) { in TestCompare()
/third_party/typescript/lib/
H A Dtsserverlibrary.js1700 function isString(text) { function
1703 ts.isString = isString;
6416 if (!ts.isString(relativeFileName))
6598 if (ts.isString(fileNameOrInvokeMap)) {
[all...]
H A Dtsserver.js1701 function isString(text) { function
1704 ts.isString = isString;
6417 if (!ts.isString(relativeFileName))
6599 if (ts.isString(fileNameOrInvokeMap)) {
[all...]
H A DtypingsInstaller.js1681 function isString(text) { function
1684 ts.isString = isString;
6397 if (!ts.isString(relativeFileName))
6579 if (ts.isString(fileNameOrInvokeMap)) {
[all...]
H A Dtsc.js1475 function isString(text) { function
1478 ts.isString = isString;
3908 if (!ts.isString(relativeFileName))
4066 if (ts.isString(fileNameOrInvokeMap)) {
11324 var name = !ts.isString(entry) ? entry.fileName.toLowerCase() : entry;
11325 var mode = !ts.isString(entry) ? ts.getModeForFileReference(entry, oldSourceFile === null || oldSourceFile === void 0 ? void 0 : oldSourceFile.impliedNodeFormat) : oldSourceFile && ts.getModeForResolutionAtIndex(oldSourceFile, i);
11757 return ts.isString(value) ? '"' + escapeNonAsciiString(value) + '"' : "" + value;
[all...]

Completed in 215 milliseconds

1234