/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
H A D | StringMatcher.java | 61 * @param theString the pattern to be matched, possibly containing 68 public StringMatcher(String theString, in StringMatcher() argument 72 pattern = theString; in StringMatcher() 80 * @param theString the pattern to be matched, possibly containing 82 * @param start first character of theString to be matched 83 * @param limit index after the last character of theString to be 90 public StringMatcher(String theString, in StringMatcher() argument 95 this(theString.substring(start, limit), segmentNum, theData); in StringMatcher()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | StringMatcher.java | 62 * @param theString the pattern to be matched, possibly containing 69 public StringMatcher(String theString, in StringMatcher() argument 73 pattern = theString; in StringMatcher() 81 * @param theString the pattern to be matched, possibly containing 83 * @param start first character of theString to be matched 84 * @param limit index after the last character of theString to be 91 public StringMatcher(String theString, in StringMatcher() argument 96 this(theString.substring(start, limit), segmentNum, theData); in StringMatcher()
|
/third_party/gptfdisk/ |
H A D | guid.cc | 181 char theString[40]; in AsString() local 183 sprintf(theString, in AsString() 189 return theString; in AsString()
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
H A D | BundleItem.java | 320 private String saveConvert(String theString) { in saveConvert() argument 322 int len = theString.length(); in saveConvert() 326 aChar = theString.charAt(x++); in saveConvert()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | strmatch.cpp | 27 StringMatcher::StringMatcher(const UnicodeString& theString, in StringMatcher() argument 37 theString.extractBetween(start, limit, pattern); in StringMatcher()
|
H A D | reldtfmt.cpp | 167 const UChar *theString = getStringForDay(dayDiff, len, status); in format() local 168 if(U_SUCCESS(status) && (theString!=NULL)) { in format() 170 relativeDayString.setTo(theString, len); in format()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | strmatch.cpp | 27 StringMatcher::StringMatcher(const UnicodeString& theString, in StringMatcher() argument 37 theString.extractBetween(start, limit, pattern); in StringMatcher()
|
H A D | reldtfmt.cpp | 175 const char16_t *theString = getStringForDay(dayDiff, len, status); in format() local 176 if(U_SUCCESS(status) && (theString!=nullptr)) { in format() 178 relativeDayString.setTo(theString, len); in format()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | strmatch.cpp | 27 StringMatcher::StringMatcher(const UnicodeString& theString, in StringMatcher() argument 37 theString.extractBetween(start, limit, pattern); in StringMatcher()
|
H A D | reldtfmt.cpp | 167 const UChar *theString = getStringForDay(dayDiff, len, status); in format() local 168 if(U_SUCCESS(status) && (theString!=NULL)) { in format() 170 relativeDayString.setTo(theString, len); in format()
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | reapits.c | 1368 UChar theString[100]; in TestBug4315() local 1377 u_uastrcpy(theString, "The quick brown fox jumped over the slow black turtle."); in TestBug4315() 1384 uregex_setText(theRegEx, theString, u_strlen(theString), &theICUError); in TestBug4315()
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |