/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | Normalizer.java | 2518 public int length() { length() method in Normalizer.CharsAppendable [all...] |
H A D | MessagePattern.java | 795 private final char length; global() field in MessagePattern.Part 1540 addPart(Part.Type type, int index, int length, int value) addPart() argument 1544 addLimitPart(int start, Part.Type type, int index, int length, int value) addLimitPart() argument 1549 addArgDoublePart(double numericValue, int start, int length) addArgDoublePart() argument [all...] |
H A D | SpoofChecker.java | 1803 codePointAndLengthToKey(int codePoint, int length) codePointAndLengthToKey() argument 1988 public int length() { length() method in SpoofChecker.SpoofData [all...] |
H A D | DateIntervalFormat.java | 305 public int length() { in length() method in DateIntervalFormat.FormattedDateInterval [all...] |
H A D | RelativeDateTimeFormatter.java | 490 public int length() { in length() method in RelativeDateTimeFormatter.FormattedRelativeDateTime
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
H A D | CollationBuilder.java | 585 binarySearchForRootPrimaryNode( int[] rootPrimaryIndexes, int length, long[] nodes, long p) binarySearchForRootPrimaryNode() argument [all...] |
H A D | Collation.java | 329 static int makeCE32FromTagIndexAndLength(int tag, int index, int length) { in makeCE32FromTagIndexAndLength() argument
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
H A D | RuleBasedCollator.java | 1110 AppendBeyondCapacity(byte[] bytes, int start, int n, int length) AppendBeyondCapacity() argument 1118 Resize(int appendCapacity, int length) Resize() argument [all...] |
H A D | StringSearch.java | 1595 getString(CharacterIterator text, int start, int length) getString() argument [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | ICUResourceBundleReader.java | 546 makeStringFromBytes(int offset, int length) makeStringFromBytes() argument 1152 private int length; global() field in ICUResourceBundleReader.ResourceCache [all...] |
H A D | UCharacterName.java | 237 getGroupName(int index, int length, int choice) getGroupName() argument 877 getFactorString(int index[], int length) getFactorString() argument 915 compareFactorString(int index[], int length, String str, int offset) compareFactorString() argument 1241 getGroupChar(int index, char length[], String name, int choice) getGroupChar() argument 1500 addGroupName(int offset, int length, byte tokenlength[], int set[]) addGroupName() argument [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/math/ |
H A D | BigDecimal.java | 519 BigDecimal(char inchars[], int offset, int length) BigDecimal() argument [all...] |
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | ucptrietest.c | 399 int32_t i, length, sIndex, countValues; in testTrieUTF16() local 524 int32_t i, countSpecials, length, countValues; testTrieUTF8() local [all...] |
H A D | udatpg_test.c | 94 int32_t length; in TestOpenClose() local 152 int32_t length; in TestUsage() local 263 int32_t length, pLength; TestBuilder() local [all...] |
H A D | cnormtst.c | 718 int32_t length; in TestAPI() local 773 int32_t i, length, inLength, expectLength, hangulPrefixLength, preflightLength; TestNormCoverage() local 985 int32_t length; TestConcatenate() local 1046 int32_t length, i, expectLength, expectIndex, prevIndex, index, inLength; _testIter() local 1193 int32_t length; TestNextPrevious() local 1342 int32_t i, length; TestFCNFKCClosure() local 1370 int32_t length, lccc1, lccc2, tccc1, tccc2; TestQuickCheckPerCP() local 1471 int32_t i, length; TestComposition() local 1492 int32_t length; TestGetDecomposition() local 1535 int32_t length; TestGetRawDecomposition() local 1603 int32_t length; TestAppendRestoreMiddle() local 1641 int32_t length; TestGetEasyToUseInstance() local 1748 int32_t length = unorm2_normalizeSecondAndAppend( TestAPICoverage() local [all...] |
H A D | usrchtst.c | 143 int length = u_strlen(unichars); in toCharString() local [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | ustrtest.cpp | 545 int32_t length; TestExtract() local 593 int32_t length; TestExtract() local 1360 _refUnicodeStringHasMoreChar32Than(const UnicodeString &s, int32_t start, int32_t length, int32_t number) _refUnicodeStringHasMoreChar32Than() argument 1367 _testUnicodeStringHasMoreChar32Than(const UnicodeString &s, int32_t start, int32_t length, int32_t number) _testUnicodeStringHasMoreChar32Than() argument 1420 int32_t start, length, number; TestCountChar32() local 1721 int32_t i, length; TestStringEnumeration() local 1814 UnicodeString(const char * , int32_t length, enum EInvariant ) UnicodeString() argument 2230 int32_t length = UnicodeString(u"def").extract(arr, 4, errorCode); TestUInt16Pointers() local 2252 int32_t length = UnicodeString(u"def").extract(arr, 4, errorCode); TestWCharPointers() local [all...] |
H A D | utxttest.cpp | 1316 int32_t length = us->length(); fragTextAccess() local [all...] |
/third_party/icu/icu4c/source/test/perf/leperf/ |
H A D | sfnt.h | 30 le_uint32 length; member 77 le_uint16 length; member 192 le_uint32 length; member 434 le_uint16 length; member
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | MutableCodePointTrie.java | 504 private static boolean equalBlocks(int[] s, int si, int[] t, int ti, int length) { in equalBlocks() argument 513 private static boolean equalBlocks(char[] s, int si, int[] t, int ti, int length) { in equalBlocks() argument 522 equalBlocks(char[] s, int si, char[] t, int ti, int length) equalBlocks() argument 531 allValuesSameAs(int[] p, int pi, int length, int value) allValuesSameAs() argument 538 findSameBlock(char[] p, int pStart, int length, char[] q, int qStart, int blockLength) findSameBlock() argument 577 getOverlap(int[] p, int length, int[] q, int qStart, int blockLength) getOverlap() argument 586 getOverlap(char[] p, int length, int[] q, int qStart, int blockLength) getOverlap() argument 595 getOverlap(char[] p, int length, char[] q, int qStart, int blockLength) getOverlap() argument 604 getAllSameOverlap(int[] p, int length, int value, int blockLength) getAllSameOverlap() argument 714 private int length; global() field in MutableCodePointTrie.AllSameBlocks 917 private int length; global() field in MutableCodePointTrie.MixedBlocks [all...] |
/third_party/icu/icu4c/source/test/letest/ |
H A D | sfnt.h | 26 le_uint32 length; member 73 le_uint16 length; member 188 le_uint32 length; member 430 le_uint16 length; member
|
/third_party/icu/icu4c/source/common/ |
H A D | dictbe.cpp | 1366 int32_t length = -1; divideUpDictionaryRange() local [all...] |
H A D | localematcher.cpp | 183 int32_t length = list.getLengthIncludingRemoved(); in setSupportedLocalesFromListString() local
|
H A D | locdspnm.cpp | 368 LocaleDisplayNamesImpl(const Locale& locale, UDisplayContext *contexts, int32_t length) LocaleDisplayNamesImpl() argument 923 createInstance(const Locale& locale, UDisplayContext *contexts, int32_t length) createInstance() argument 951 uldn_openForContext(const char * locale, UDisplayContext *contexts, int32_t length, UErrorCode *pErrorCode) uldn_openForContext() argument [all...] |
H A D | messagepattern.cpp | 110 copyFrom( const MessagePatternList<T, stackCapacity> &other, int32_t length, UErrorCode &errorCode) copyFrom() argument 557 int32_t length=index-nameIndex; parseArg() local 566 int32_t length=index-nameIndex; parseArg() local 598 int32_t length=index-typeIndex; parseArg() local 685 int32_t length=--index-start; parseSimpleStyle() local 719 int32_t length=index-numberIndex; parseChoiceStyle() local 802 int32_t length=index-selectorIndex; parsePluralOrSelectStyle() local 818 int32_t length=index-selectorIndex; parsePluralOrSelectStyle() local 1157 int32_t length=index; setParseError() local [all...] |