HomeSort by relevance Sort by last modified time
    Searched defs:postContext (Results 1 - 13 of 13) sorted by null

  /external/icu/icu4c/source/common/unicode/
parseerr.h 39 * <p>The preContext and postContext strings include some part of the
45 * preContext postContext
90 UChar postContext[U_PARSE_CONTEXT_LEN];
  /external/icu/icu4c/source/i18n/
rbt_rule.h 82 StringMatcher *postContext;
86 * anteContext, and postContext are matched. Never null.
92 * and postContext, concatenated together, in that order. Some components
  /external/icu/android_icu4j/src/main/java/android/icu/text/
StringPrepParseException.java 154 buf.append(". postContext: ");
155 buf.append(postContext);
182 private StringBuffer postContext = new StringBuffer();
204 postContext.append(str,start,len);
TransliterationRule.java 70 private StringMatcher postContext;
74 * anteContext, and postContext are matched. Never null.
80 * and postContext, concatenated together, in that order. Some components
216 postContext = null;
218 postContext = new StringMatcher(pattern.substring(anteContextLength + keyLength),
261 // Delegate to the key, or if there is none, to the postContext.
263 UnicodeMatcher m = (key != null) ? key : postContext;
275 * antecontext, key, and postcontext overlaps in the following
441 if (postContext != null) {
444 // a postContext. Since we are in incremental mode
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
StringPrepParseException.java 170 buf.append(". postContext: ");
171 buf.append(postContext);
198 private StringBuffer postContext = new StringBuffer();
220 postContext.append(str,start,len);
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
TransliterationRule.java 69 private StringMatcher postContext;
73 * anteContext, and postContext are matched. Never null.
79 * and postContext, concatenated together, in that order. Some components
215 postContext = null;
217 postContext = new StringMatcher(pattern.substring(anteContextLength + keyLength),
260 // Delegate to the key, or if there is none, to the postContext.
262 UnicodeMatcher m = (key != null) ? key : postContext;
274 * antecontext, key, and postcontext overlaps in the following
440 if (postContext != null) {
443 // a postContext. Since we are in incremental mode
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
ucbuf.cpp 229 char postContext[CONTEXT_LEN+1];
262 memcpy(postContext,source,stop-start);
264 postContext[stop-start] = 0;
270 fprintf(stderr,"\tPost-context: %s\n", postContext);
  /external/icu/icu4c/source/test/cintltst/
callcoll.c     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 

Completed in 1577 milliseconds