Searched refs:iDot (Results 1 – 8 of 8) sorted by relevance
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | UCaseProps.java | 285 set.add(iDot); in addCaseClosure() 972 iDot= "i\u0307", field in UCaseProps 1044 out.append(iDot); in toFullLower() 1101 out.append(iDot); in toFullLower() 1413 out.append(iDot); in toFullFolding()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UCaseProps.java | 281 set.add(iDot); in addCaseClosure() 972 iDot= "i\u0307", field in UCaseProps 1044 out.append(iDot); in toFullLower() 1101 out.append(iDot); in toFullLower() 1428 out.append(iDot); in toFullFolding()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ucase.cpp | 204 static const UChar iDot[2] = { 0x69, 0x307 }; variable 234 sa->addString(sa->set, iDot, 2); in ucase_addCaseClosure() 1113 *pString=iDot; in ucase_toFullLower() 1167 *pString=iDot; in ucase_toFullLower() 1473 *pString=iDot; in ucase_toFullFolding()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ucase.cpp | 203 static const UChar iDot[2] = { 0x69, 0x307 }; variable 233 sa->addString(sa->set, iDot, 2); in ucase_addCaseClosure() 1087 *pString=iDot; in ucase_toFullLower() 1141 *pString=iDot; in ucase_toFullLower() 1436 *pString=iDot; in ucase_toFullFolding()
|
/third_party/node/deps/icu-small/source/common/ |
D | ucase.cpp | 204 static const UChar iDot[2] = { 0x69, 0x307 }; variable 234 sa->addString(sa->set, iDot, 2); in ucase_addCaseClosure() 1113 *pString=iDot; in ucase_toFullLower() 1167 *pString=iDot; in ucase_toFullLower() 1473 *pString=iDot; in ucase_toFullFolding()
|
/third_party/icu/icu4c/source/common/ |
D | ucase.cpp | 204 static const UChar iDot[2] = { 0x69, 0x307 }; variable 234 sa->addString(sa->set, iDot, 2); in ucase_addCaseClosure() 1113 *pString=iDot; in ucase_toFullLower() 1167 *pString=iDot; in ucase_toFullLower() 1473 *pString=iDot; in ucase_toFullFolding()
|
/third_party/libxml2/win32/ |
D | configure.js | 180 var fso, cf, vf, ln, s, iDot, iSlash;
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 133818 var fso, cf, vf, ln, s, iDot, iSlash; 133827 - iDot = s.indexOf("."); 133828 - iSlash = s.indexOf("/", iDot); 133829 - verCvs = "CVS" + s.substring(iDot + 1, iSlash); 148929 - var iDot = s.indexOf("."); 148930 - var iSlash = s.indexOf("/", iDot); 148931 - verCvs = "CVS" + s.substring(iDot + 1, iSlash);
|