Searched refs:EQUALS_SIGN (Results 1 – 2 of 2) sorted by relevance
68 private final static byte EQUALS_SIGN = (byte)'='; field in Base64408 destination[ destOffset + 3 ] = EQUALS_SIGN; in encode3to4()414 destination[ destOffset + 2 ] = EQUALS_SIGN; in encode3to4()415 destination[ destOffset + 3 ] = EQUALS_SIGN; in encode3to4()732 if( source[ srcOffset + 2] == EQUALS_SIGN ) in decode4to3()745 else if( source[ srcOffset + 3 ] == EQUALS_SIGN ) in decode4to3()833 if( sbiCrop == EQUALS_SIGN ) in decode()
35 static const UChar EQUALS_SIGN = 0x3D; /* = */ variable408 int32_t eql = prop.indexOf(EQUALS_SIGN); in parseRRULE()2263 writer.write(EQUALS_SIGN); in writeZonePropsByDOM()2297 writer.write(EQUALS_SIGN); in writeZonePropsByDOW()2412 writer.write(EQUALS_SIGN); in writeZonePropsByDOW_GEQ_DOM_sub()2416 writer.write(EQUALS_SIGN); in writeZonePropsByDOW_GEQ_DOM_sub()2600 writer.write(EQUALS_SIGN); in beginRRULE()2604 writer.write(EQUALS_SIGN); in beginRRULE()2621 writer.write(EQUALS_SIGN); in appendUNTIL()