HomeSort by relevance Sort by last modified time
    Searched refs:UVector32 (Results 26 - 40 of 40) sorted by null

12

  /external/icu4c/common/unicode/
ucharstrie.h 33 class UVector32;
357 UVector32 *stack_;
  /external/chromium_org/third_party/icu/source/common/
triedict.cpp 252 UVector32 fBranchStack; // Stack of which branch we are working on
760 UVector32 fNodeStack; // Stack of nodes to process
761 UVector32 fIndexStack; // Stack of where in node we are
942 virtual void write(uint8_t *bytes, uint32_t &offset, const UVector32 &/*translate*/) {
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
regex.h 64 class UVector32;
602 UVector32 *fGroupMap; // Map from capture group number to position of
    [all...]
  /external/icu4c/i18n/unicode/
regex.h 68 class UVector32;
589 UVector32 *fGroupMap; // Map from capture group number to position of
    [all...]
  /external/chromium_org/third_party/icu/source/tools/gennorm2/
n2builder.cpp 128 UVector32 *compositions; // (trail, composite) pairs
355 UVector32 *compositions=leadNorm->compositions;
358 compositions=leadNorm->compositions=new UVector32(errorCode);
    [all...]
  /external/icu4c/tools/gennorm2/
n2builder.cpp 129 UVector32 *compositions; // (trail, composite) pairs
380 UVector32 *compositions=leadNorm->compositions;
383 compositions=leadNorm->compositions=new UVector32(errorCode);
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
uobjtest.cpp 456 TESTCLASSID_CTOR(UVector32, (status));
rbbitst.cpp     [all...]
  /external/icu4c/test/intltest/
uobjtest.cpp 471 TESTCLASSID_CTOR(UVector32, (status));
rbbitst.cpp 836 UVector32 *expectedBreaks;
837 UVector32 *srcLine;
838 UVector32 *srcCol;
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
repattrn.cpp 166 fGroupMap = new UVector32(fDeferredStatus);
regexcmp.cpp     [all...]
  /external/icu4c/i18n/
repattrn.cpp 163 fGroupMap = new UVector32(fDeferredStatus);
regexcmp.cpp     [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h     [all...]

Completed in 468 milliseconds

12