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

  /external/icu/icu4c/source/common/unicode/
parseerr.h 37 * <p>The preContext and postContext strings include some part of the
43 * preContext postContext
88 UChar postContext[U_PARSE_CONTEXT_LEN];
  /external/icu/icu4c/source/i18n/
rbt_rule.h 80 StringMatcher *postContext;
84 * anteContext, and postContext are matched. Never null.
90 * and postContext, concatenated together, in that order. Some components
  /external/icu/android_icu4j/src/main/java/android/icu/text/
StringPrepParseException.java 149 buf.append(". postContext: ");
150 buf.append(postContext);
177 private StringBuffer postContext = new StringBuffer();
199 postContext.append(str,start,len);
TransliterationRule.java 68 private StringMatcher postContext;
72 * anteContext, and postContext are matched. Never null.
78 * and postContext, concatenated together, in that order. Some components
214 postContext = null;
216 postContext = new StringMatcher(pattern.substring(anteContextLength + keyLength),
259 // Delegate to the key, or if there is none, to the postContext.
261 UnicodeMatcher m = (key != null) ? key : postContext;
273 * antecontext, key, and postcontext overlaps in the following
439 if (postContext != null) {
442 // a postContext. Since we are in incremental mode
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
StringPrepParseException.java 165 buf.append(". postContext: ");
166 buf.append(postContext);
193 private StringBuffer postContext = new StringBuffer();
215 postContext.append(str,start,len);
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
TransliterationRule.java 67 private StringMatcher postContext;
71 * anteContext, and postContext are matched. Never null.
77 * and postContext, concatenated together, in that order. Some components
213 postContext = null;
215 postContext = new StringMatcher(pattern.substring(anteContextLength + keyLength),
258 // Delegate to the key, or if there is none, to the postContext.
260 UnicodeMatcher m = (key != null) ? key : postContext;
272 * antecontext, key, and postcontext overlaps in the following
438 if (postContext != null) {
441 // a postContext. Since we are in incremental mode
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
ucbuf.c 227 char postContext[CONTEXT_LEN+1];
260 memcpy(postContext,source,stop-start);
262 postContext[stop-start] = 0;
268 fprintf(stderr,"\tPost-context: %s\n", postContext);
  /external/icu/icu4c/source/test/cintltst/
callcoll.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.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 565 milliseconds