/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | RBBIDataWrapper.java | 172 public String fRuleSource; field in RBBIDataWrapper 265 int fRuleSource; // Offset to the source for for the break field in RBBIDataWrapper.RBBIDataHeader 312 This.fHeader.fRuleSource = bytes.getInt(); in get() 396 if (pos > This.fHeader.fRuleSource) { in get() 399 ICUBinary.skipBytes(bytes, This.fHeader.fRuleSource - pos); in get() 400 pos = This.fHeader.fRuleSource; in get() 401 This.fRuleSource = new String( in get() 424 out.println("Source Rules: " + fRuleSource); in dump()
|
/third_party/icu/icu4c/source/common/ |
H A D | rbbidata.cpp | 84 fRuleSource = NULL; in init0() 129 fRuleSource = ((char *)data + fHeader->fRuleSource); in init() 130 fRuleString = UnicodeString::fromUTF8(StringPiece(fRuleSource, fHeader->fRuleSourceLen)); in init() 287 for (int32_t c=0; fRuleSource[c] != 0; c++) { in printData() 288 RBBIDebugPrintf("%c", fRuleSource[c]); in printData() 456 uprv_memmove(outBytes+ds->readUInt32(rbbiDH->fRuleSource), in ubrk_swap() 457 inBytes+ds->readUInt32(rbbiDH->fRuleSource), in ubrk_swap()
|
H A D | rbbidata.h | 87 uint32_t fRuleSource; /* Offset to the source for for the break */ member 186 const char *fRuleSource; member in RBBIDataWrapper
|
H A D | rbbirb.cpp | 211 data->fRuleSource = data->fStatusTable + statusTableSize; in flattenData() 225 u_strToUTF8WithSub((char *)data+data->fRuleSource, rulesSize, &rulesLengthInUTF8, in flattenData()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | RBBIDataWrapper.java | 141 public String fRuleSource; field in RBBIDataWrapper 233 int fRuleSource; // Offset to the source for for the break field in RBBIDataWrapper.RBBIDataHeader 280 This.fHeader.fRuleSource = bytes.getInt(); in get() 361 if (pos > This.fHeader.fRuleSource) { in get() 364 ICUBinary.skipBytes(bytes, This.fHeader.fRuleSource - pos); in get() 365 pos = This.fHeader.fRuleSource; in get() 366 This.fRuleSource = ICUBinary.getString( in get() 389 out.println("Source Rules: " + fRuleSource); in dump()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | rbbidata.cpp | 84 fRuleSource = nullptr; in init0() 129 fRuleSource = ((char *)data + fHeader->fRuleSource); in init() 130 fRuleString = UnicodeString::fromUTF8(StringPiece(fRuleSource, fHeader->fRuleSourceLen)); in init() 287 for (int32_t c=0; fRuleSource[c] != 0; c++) { in printData() 288 RBBIDebugPrintf("%c", fRuleSource[c]); in printData() 456 uprv_memmove(outBytes+ds->readUInt32(rbbiDH->fRuleSource), in ubrk_swap() 457 inBytes+ds->readUInt32(rbbiDH->fRuleSource), in ubrk_swap()
|
H A D | rbbidata.h | 87 uint32_t fRuleSource; /* Offset to the source for for the break */ member 186 const char *fRuleSource; member in RBBIDataWrapper
|
H A D | rbbirb.cpp | 210 data->fRuleSource = data->fStatusTable + statusTableSize; in flattenData() 224 u_strToUTF8WithSub((char *)data+data->fRuleSource, rulesSize, &rulesLengthInUTF8, in flattenData()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | rbbidata.cpp | 84 fRuleSource = NULL; in init0() 129 fRuleSource = ((char *)data + fHeader->fRuleSource); in init() 130 fRuleString = UnicodeString::fromUTF8(StringPiece(fRuleSource, fHeader->fRuleSourceLen)); in init() 287 for (int32_t c=0; fRuleSource[c] != 0; c++) { in printData() 288 RBBIDebugPrintf("%c", fRuleSource[c]); in printData() 456 uprv_memmove(outBytes+ds->readUInt32(rbbiDH->fRuleSource), in ubrk_swap() 457 inBytes+ds->readUInt32(rbbiDH->fRuleSource), in ubrk_swap()
|
H A D | rbbidata.h | 87 uint32_t fRuleSource; /* Offset to the source for for the break */ member 186 const char *fRuleSource; member in RBBIDataWrapper
|
H A D | rbbirb.cpp | 211 data->fRuleSource = data->fStatusTable + statusTableSize; in flattenData() 225 u_strToUTF8WithSub((char *)data+data->fRuleSource, rulesSize, &rulesLengthInUTF8, in flattenData()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | RuleBasedBreakIterator.java | 206 (!fRData.fRuleSource.equals(other.fRData.fRuleSource))) { in equals() 231 retStr = fRData.fRuleSource; in toString() 244 return fRData.fRuleSource.hashCode(); in hashCode()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | RuleBasedBreakIterator.java | 164 (!fRData.fRuleSource.equals(other.fRData.fRuleSource))) { in equals() 188 retStr = fRData.fRuleSource; in toString() 200 return fRData.fRuleSource.hashCode(); in hashCode()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | rbbiapts.cpp | 1043 builtSource = (const char *)(builtRules + ((RBBIDataHeader*)builtRules)->fRuleSource); in RoundtripRule()
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |