HomeSort by relevance Sort by last modified time
    Searched refs:pttrn (Results 1 - 12 of 12) sorted by null

  /external/icu/icu4c/source/test/perf/strsrchperf/
strsrchperf.cpp 18 pttrn = NULL;
40 pttrn = temp; /* store word in pttrn */
59 pttrn = temp; /* store word in pttrn */
63 srch = usearch_open(pttrn, pttrnLen, src, srcLen, locale, NULL, &status);
73 if (pttrn != NULL) {
74 free(pttrn);
94 StringSearchPerfFunction* func = new StringSearchPerfFunction(ICUForwardSearch, srch, src, srcLen, pttrn, pttrnLen);
99 StringSearchPerfFunction* func = new StringSearchPerfFunction(ICUBackwardSearch, srch, src, srcLen, pttrn, pttrnLen)
    [all...]
strsrchperf.h 14 typedef void (*StrSrchFn)(UStringSearch* srch, const UChar* src,int32_t srcLen, const UChar* pttrn, int32_t pttrnLen, UErrorCode* status);
21 const UChar* pttrn; member in class:StringSearchPerfFunction
27 (*fn)(srch, src, srcLen, pttrn, pttrnLen, status);
38 pttrn = pattern;
48 UChar* pttrn; member in class:StringSearchPerformanceTest
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
MessageFormat.java 535 * @param pttrn the pattern for this message format
539 public void applyPattern(String pttrn) {
540 messageFormat.applyPattern(pttrn);
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
MessageFormat.java 438 * @param pttrn the pattern for this message format
441 public void applyPattern(String pttrn) {
444 msgPattern = new MessagePattern(pttrn);
446 msgPattern.parse(pttrn);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
MessageFormat.java 445 * @param pttrn the pattern for this message format
449 public void applyPattern(String pttrn) {
452 msgPattern = new MessagePattern(pttrn);
454 msgPattern.parse(pttrn);
    [all...]
  /external/messageformat/java/com/ibm/icu/simple/
MessageFormat.java 402 * @param pttrn the pattern for this message format
406 public void applyPattern(String pttrn) {
409 msgPattern = new MessagePattern(pttrn);
411 msgPattern.parse(pttrn);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.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 

Completed in 483 milliseconds